(file) Return to optics-calib-engedp_ras.eps CVS log (file) (dir) Up to [HallC] / Documents / Howtos

  1 saw   1.1.2.1 %!PS-Adobe-2.0 EPSF-1.2
  2               %%Creator: MATLAB, The Mathworks, Inc.
  3               %%Title: engedp_ras.eps
  4               %%CreationDate: 02/16/2005  17:24:19
  5               %%DocumentNeededFonts: Helvetica
  6               %%DocumentProcessColors: Cyan Magenta Yellow Black
  7               %%Extensions: CMYK
  8               %%Pages: 1
  9               %%BoundingBox:    64   221   546   616
 10               %%EndComments
 11               
 12               %%BeginProlog
 13               % MathWorks dictionary
 14               /MathWorks 160 dict begin
 15               % definition operators
 16               /bdef {bind def} bind def
 17               /ldef {load def} bind def
 18               /xdef {exch def} bdef
 19               /xstore {exch store} bdef
 20               % operator abbreviations
 21               /c  /clip ldef
 22 saw   1.1.2.1 /cc /concat ldef
 23               /cp /closepath ldef
 24               /gr /grestore ldef
 25               /gs /gsave ldef
 26               /mt /moveto ldef
 27               /np /newpath ldef
 28               /cm /currentmatrix ldef
 29               /sm /setmatrix ldef
 30               /rm /rmoveto ldef
 31               /rl /rlineto ldef
 32               /s {show newpath} bdef
 33               /sc {setcmykcolor} bdef
 34               /sr /setrgbcolor ldef
 35               /sg /setgray ldef
 36               /w /setlinewidth ldef
 37               /j /setlinejoin ldef
 38               /cap /setlinecap ldef
 39               /rc {rectclip} bdef
 40               /rf {rectfill} bdef
 41               % page state control
 42               /pgsv () def
 43 saw   1.1.2.1 /bpage {/pgsv save def} bdef
 44               /epage {pgsv restore} bdef
 45               /bplot /gsave ldef
 46               /eplot {stroke grestore} bdef
 47               % orientation switch
 48               /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
 49               % coordinate system mappings
 50               /dpi2point 0 def
 51               % font control
 52               /FontSize 0 def
 53               /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
 54                 makefont setfont} bdef
 55               /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
 56                 exch dup 3 1 roll findfont dup length dict begin
 57                 { 1 index /FID ne {def}{pop pop} ifelse } forall
 58                 /Encoding exch def currentdict end definefont pop} bdef
 59               /isroman {findfont /CharStrings get /Agrave known} bdef
 60               /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
 61                 exch FMS} bdef
 62               /csm {1 dpi2point div -1 dpi2point div scale neg translate
 63                dup landscapeMode eq {pop -90 rotate}
 64 saw   1.1.2.1   {rotateMode eq {90 rotate} if} ifelse} bdef
 65               % line types: solid, dotted, dashed, dotdash
 66               /SO { [] 0 setdash } bdef
 67               /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
 68               /DA { [6 dpi2point mul] 0 setdash } bdef
 69               /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
 70                 dpi2point mul] 0 setdash } bdef
 71               % macros for lines and objects
 72               /L {lineto stroke} bdef
 73               /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
 74               /AP {{rlineto} repeat} bdef
 75               /PDlw -1 def
 76               /W {/PDlw currentlinewidth def setlinewidth} def
 77               /PP {closepath eofill} bdef
 78               /DP {closepath stroke} bdef
 79               /MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
 80                 neg 0 exch rlineto closepath} bdef
 81               /FR {MR stroke} bdef
 82               /PR {MR fill} bdef
 83               /L1i {{currentfile picstr readhexstring pop} image} bdef
 84               /tMatrix matrix def
 85 saw   1.1.2.1 /MakeOval {newpath tMatrix currentmatrix pop translate scale
 86               0 0 1 0 360 arc tMatrix setmatrix} bdef
 87               /FO {MakeOval stroke} bdef
 88               /PO {MakeOval fill} bdef
 89               /PD {currentlinewidth 2 div 0 360 arc fill
 90                  PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
 91               /FA {newpath tMatrix currentmatrix pop translate scale
 92                 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
 93               /PA {newpath tMatrix currentmatrix pop	translate 0 0 moveto scale
 94                 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
 95               /FAn {newpath tMatrix currentmatrix pop translate scale
 96                 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
 97               /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
 98                 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
 99               /vradius 0 def /hradius 0 def /lry 0 def
100               /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
101               /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
102                 /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
103                 vradius add translate hradius vradius scale 0 0 1 180 270 arc 
104                 tMatrix setmatrix lrx hradius sub uly vradius add translate
105                 hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
106 saw   1.1.2.1   lrx hradius sub lry vradius sub translate hradius vradius scale
107                 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
108                 translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
109                 closepath} bdef
110               /FRR {MRR stroke } bdef
111               /PRR {MRR fill } bdef
112               /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
113                 newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
114                 rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
115                 sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
116                 closepath} bdef
117               /FlrRR {MlrRR stroke } bdef
118               /PlrRR {MlrRR fill } bdef
119               /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
120                 newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
121                 rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
122                 sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
123                 closepath} bdef
124               /FtbRR {MtbRR stroke } bdef
125               /PtbRR {MtbRR fill } bdef
126               /stri 6 array def /dtri 6 array def
127 saw   1.1.2.1 /smat 6 array def /dmat 6 array def
128               /tmat1 6 array def /tmat2 6 array def /dif 3 array def
129               /asub {/ind2 exch def /ind1 exch def dup dup
130                 ind1 get exch ind2 get sub exch } bdef
131               /tri_to_matrix {
132                 2 0 asub 3 1 asub 4 0 asub 5 1 asub
133                 dup 0 get exch 1 get 7 -1 roll astore } bdef
134               /compute_transform {
135                 dmat dtri tri_to_matrix tmat1 invertmatrix 
136                 smat stri tri_to_matrix tmat2 concatmatrix } bdef
137               /ds {stri astore pop} bdef
138               /dt {dtri astore pop} bdef
139               /db {2 copy /cols xdef /rows xdef mul dup 3 mul string
140                 currentfile exch readhexstring pop
141                 dup 0 3 index getinterval /rbmap xdef
142                 dup 2 index dup getinterval /gbmap xdef
143                 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
144               /it {gs np dtri aload pop moveto lineto lineto cp c
145                 cols rows 8 compute_transform 
146                 rbmap gbmap bbmap true 3 colorimage gr}bdef
147               /il {newpath moveto lineto stroke}bdef
148 saw   1.1.2.1 currentdict end def
149               %%EndProlog
150               
151               %%BeginSetup
152               MathWorks begin
153               
154               0 cap
155               
156               end
157               %%EndSetup
158               
159               %%Page: 1 1
160               %%BeginPageSetup
161               %%PageBoundingBox:    64   221   546   616
162               MathWorks begin
163               bpage
164               %%EndPageSetup
165               
166               %%BeginObject: obj1
167               bplot
168               
169 saw   1.1.2.1 /dpi2point 12 def
170               portraitMode 0216 7344 csm
171               
172                 562   -48  5784  4735 MR c np
173               91 dict begin %Colortable dictionary
174               /c0 { 0 0 0 sr} bdef
175               /c1 { 1 1 1 sr} bdef
176               /c2 { 1 0 0 sr} bdef
177               /c3 { 0 1 0 sr} bdef
178               /c4 { 0 0 1 sr} bdef
179               /c5 { 1 1 0 sr} bdef
180               /c6 { 1 0 1 sr} bdef
181               /c7 { 0 1 1 sr} bdef
182               c0
183               1 j
184               1 sg
185                  0    0 6918 5186 PR
186               6 w
187               0 4226 5361 0 0 -4226 899 4615 4 MP
188               PP
189               -5361 0 0 4226 5361 0 0 -4226 899 4615 5 MP stroke
190 saw   1.1.2.1 4 w
191               DO
192               SO
193               6 w
194               0 sg
195                899 4615 mt 6260 4615 L
196                899  389 mt 6260  389 L
197                899 4615 mt  899  389 L
198               6260 4615 mt 6260  389 L
199                899 4615 mt 6260 4615 L
200                899 4615 mt  899  389 L
201                899 4615 mt  899 4561 L
202                899  389 mt  899  442 L
203               2239 4615 mt 2239 4561 L
204               2239  389 mt 2239  442 L
205               3579 4615 mt 3579 4561 L
206               3579  389 mt 3579  442 L
207               4919 4615 mt 4919 4561 L
208               4919  389 mt 4919  442 L
209               6260 4615 mt 6260 4561 L
210               6260  389 mt 6260  442 L
211 saw   1.1.2.1  899 4615 mt  952 4615 L
212               6260 4615 mt 6206 4615 L
213               %%IncludeResource: font Helvetica
214               /Helvetica /ISOLatin1Encoding 120 FMSR
215               
216                798 4659 mt 
217               (1) s
218                899 4011 mt  952 4011 L
219               6260 4011 mt 6206 4011 L
220                798 4055 mt 
221               (2) s
222                899 3407 mt  952 3407 L
223               6260 3407 mt 6206 3407 L
224                798 3451 mt 
225               (3) s
226                899 2803 mt  952 2803 L
227               6260 2803 mt 6206 2803 L
228                798 2847 mt 
229               (4) s
230                899 2200 mt  952 2200 L
231               6260 2200 mt 6206 2200 L
232 saw   1.1.2.1  798 2244 mt 
233               (5) s
234                899 1596 mt  952 1596 L
235               6260 1596 mt 6206 1596 L
236                798 1640 mt 
237               (6) s
238                899  992 mt  952  992 L
239               6260  992 mt 6206  992 L
240                798 1036 mt 
241               (7) s
242                899  389 mt  952  389 L
243               6260  389 mt 6206  389 L
244                798  433 mt 
245               (8) s
246                899  335 mt 
247               (x 10) s
248               %%IncludeResource: font Helvetica
249               /Helvetica /ISOLatin1Encoding 80 FMSR
250               
251               1125  261 mt 
252               (-4) s
253 saw   1.1.2.1  899 4615 mt 6260 4615 L
254                899  389 mt 6260  389 L
255                899 4615 mt  899  389 L
256               6260 4615 mt 6260  389 L
257               gs 899 389 5362 4227 MR c np
258               /c8 { 0.000000 0.000000 1.000000 sr} bdef
259               c8
260               1341 -96 1340 66 1340 0 1340 3242 899 1143 5 MP stroke
261               gr
262               
263               c8
264               gs 826 1070 2827 3389 MR c np
265               0 j
266               0 -58 -58 0 0 58 58 0 870 1114 5 MP
267               /c9 { 1.000000 0.000000 0.000000 sr} bdef
268               c9
269               DP
270               0 -58 -58 0 0 58 58 0 2210 4356 5 MP
271               DP
272               0 -58 -58 0 0 58 58 0 3550 4356 5 MP
273               DP
274 saw   1.1.2.1 gr
275               
276               c9
277               gs 899 389 5362 4227 MR c np
278               gs 4846 4378 147 147 MR c np
279               0 j
280               36 47 -36 47 -36 -47 36 -47 4919 4498 5 MP
281               DP
282               gr
283               
284               gr
285               
286               gs 6187 4282 147 147 MR c np
287               0 j
288               0 -58 -58 0 0 58 58 0 6231 4326 5 MP
289               DP
290               gr
291               
292               gs 899 389 5362 4227 MR c np
293               gr
294               
295 saw   1.1.2.1 0 sg
296               %%IncludeResource: font Helvetica
297               /Helvetica /ISOLatin1Encoding 120 FMSR
298               
299                708 3416 mt  -90 rotate
300               (Enge momentum ) s
301               90 rotate
302               %%IncludeResource: font Symbol
303               /Symbol /ISOLatin1Encoding 120 FMSR
304               
305                708 2469 mt  -90 rotate
306               (d) s
307               90 rotate
308               %%IncludeResource: font Helvetica
309               /Helvetica /ISOLatin1Encoding 120 FMSR
310               
311                708 2410 mt  -90 rotate
312               ( p resolution \() s
313               90 rotate
314               %%IncludeResource: font Symbol
315               /Symbol /ISOLatin1Encoding 120 FMSR
316 saw   1.1.2.1 
317                708 1684 mt  -90 rotate
318               (s) s
319               90 rotate
320               %%IncludeResource: font Helvetica
321               /Helvetica /ISOLatin1Encoding 120 FMSR
322               
323                708 1612 mt  -90 rotate
324               (\)) s
325               90 rotate
326               1167 1155 mt 
327               (No Raster Correction) s
328               2373 4294 mt 
329               (3-order) s
330               3713 4294 mt 
331               (4-order) s
332               4919 4294 mt 
333               (No Raster ) s
334               
335               end
336               
337 saw   1.1.2.1 eplot
338               %%EndObject
339               
340               epage
341               end
342               
343               showpage
344               
345               %%Trailer
346               %%EOF

Analyzer/Replay: Mark Jones, Documents: Stephen Wood
Powered by
ViewCVS 0.9.2-cvsgraph-1.4.0