source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/3dRecon/projective/figs/singValues.eps @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 15.3 KB
Line 
1%!PS-Adobe-2.0 EPSF-1.2
2%%Creator: MATLAB, The Mathworks, Inc.
3%%Title: C:\work\Matlab\development\3dRecon\projective\figs\singValues.eps
4%%CreationDate: 11/19/ 3  11:12:25
5%%DocumentNeededFonts: Helvetica
6%%DocumentProcessColors: Cyan Magenta Yellow Black
7%%Extensions: CMYK
8%%Pages: 1
9%%BoundingBox:   113   239   492   556
10%%EndComments
11
12%%BeginProlog
13
14% MathWorks dictionary
15/MathWorks 160 dict begin
16
17% definition operators
18/bdef {bind def} bind def
19/ldef {load def} bind def
20/xdef {exch def} bdef
21/xstore {exch store} bdef
22
23% operator abbreviations
24/c  /clip ldef
25/cc /concat ldef
26/cp /closepath ldef
27/gr /grestore ldef
28/gs /gsave ldef
29/mt /moveto ldef
30/np /newpath ldef
31/cm /currentmatrix ldef
32/sm /setmatrix ldef
33/rc {rectclip} bdef
34/rf {rectfill} bdef
35/rm /rmoveto ldef
36/rl /rlineto ldef
37/s /show ldef
38/sc {setcmykcolor} bdef
39/sr /setrgbcolor ldef
40/sg /setgray ldef
41/w /setlinewidth ldef
42/j /setlinejoin ldef
43/cap /setlinecap ldef
44
45% page state control
46/pgsv () def
47/bpage {/pgsv save def} bdef
48/epage {pgsv restore} bdef
49/bplot /gsave ldef
50/eplot {stroke grestore} bdef
51
52% orientation switch
53/portraitMode   0 def
54/landscapeMode  1 def
55
56% coordinate system mappings
57/dpi2point 0 def
58
59% font control
60/FontSize 0 def
61/FMS {
62        /FontSize xstore                %save size off stack
63        findfont
64        [FontSize 0 0 FontSize neg 0 0]
65        makefont
66        setfont
67        }bdef
68
69/ISOLatin1Encoding where
70{pop
71/WindowsLatin1Encoding 256 array bdef
72ISOLatin1Encoding WindowsLatin1Encoding copy pop
73/.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
74/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef/.notdef
75/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
76/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef/Ydieresis
77WindowsLatin1Encoding 128 32 getinterval astore pop}
78{/WindowsLatin1Encoding StandardEncoding bdef} ifelse
79
80/reencode {
81exch dup where
82{pop load} {pop StandardEncoding} ifelse
83exch
84dup 3 1 roll
85findfont dup length dict begin
86  { 1 index /FID ne {def}{pop pop} ifelse } forall
87  /Encoding exch def
88  currentdict
89end
90definefont pop
91} bdef
92
93/isroman {
94findfont /CharStrings get
95/Agrave known
96} bdef
97
98/FMSR {
993 1 roll 1 index
100dup isroman
101{reencode} {pop pop} ifelse
102exch FMS
103} bdef
104
105/csm {
106        1 dpi2point div -1 dpi2point div scale
107        neg translate
108        landscapeMode eq {90 rotate} if
109        } bdef
110
111% line types: solid, dotted, dashed, dotdash
112/SO { [] 0 setdash } bdef
113/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
114/DA { [6 dpi2point mul] 0 setdash } bdef
115/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
116
117% macros for lines and objects
118/L {
119        lineto
120        stroke
121        } bdef
122/MP {
123        3 1 roll moveto
124        1 sub {rlineto} repeat
125        } bdef
126/AP {
127        {rlineto} repeat
128        } bdef
129/PP {
130        closepath eofill
131        } bdef
132/DP {
133        closepath stroke
134        } bdef
135/MR {
136        4 -2 roll moveto
137        dup  0 exch rlineto
138        exch 0 rlineto
139        neg  0 exch rlineto
140        closepath
141        } bdef
142/FR {
143        MR stroke
144        } bdef
145/PR {
146        MR fill
147        } bdef
148/L1i {
149        { currentfile picstr readhexstring pop } image
150        } bdef
151
152/tMatrix matrix def
153/MakeOval {
154        newpath
155        tMatrix currentmatrix pop
156        translate scale
157        0 0 1 0 360 arc
158        tMatrix setmatrix
159        } bdef
160/FO {
161        MakeOval
162        stroke
163        } bdef
164/PO {
165        MakeOval
166        fill
167        } bdef
168
169/PD {
170        currentlinecap 1 setlinecap 3 1 roll 2 copy moveto lineto stroke setlinecap
171        } bdef
172
173/FA {
174        newpath
175        tMatrix currentmatrix pop
176        translate scale
177        0 0 1 5 -2 roll arc
178        tMatrix setmatrix
179        stroke
180        } bdef
181/PA {
182        newpath
183        tMatrix currentmatrix pop
184        translate 0 0 moveto scale
185        0 0 1 5 -2 roll arc
186        closepath
187        tMatrix setmatrix
188        fill
189        } bdef
190
191/FAn {
192        newpath
193        tMatrix currentmatrix pop
194        translate scale
195        0 0 1 5 -2 roll arcn
196        tMatrix setmatrix
197        stroke
198        } bdef
199/PAn {
200        newpath
201        tMatrix currentmatrix pop
202        translate 0 0 moveto scale
203        0 0 1 5 -2 roll arcn
204        closepath
205        tMatrix setmatrix
206        fill
207        } bdef
208
209/vradius 0 def
210/hradius 0 def
211/lry 0 def
212/lrx 0 def
213/uly 0 def
214/ulx 0 def
215/rad 0 def
216
217/MRR {
218        /vradius xdef
219        /hradius xdef
220        /lry xdef
221        /lrx xdef
222        /uly xdef
223        /ulx xdef
224        newpath
225        tMatrix currentmatrix pop
226        ulx hradius add uly vradius add translate
227        hradius vradius scale
228        0 0 1 180 270 arc 
229        tMatrix setmatrix
230        lrx hradius sub uly vradius add translate
231        hradius vradius scale
232        0 0 1 270 360 arc
233        tMatrix setmatrix
234        lrx hradius sub lry vradius sub translate
235        hradius vradius scale
236        0 0 1 0 90 arc
237        tMatrix setmatrix
238        ulx hradius add lry vradius sub translate
239        hradius vradius scale
240        0 0 1 90 180 arc
241        tMatrix setmatrix
242        closepath
243        } bdef
244/FRR {
245        MRR stroke } bdef
246/PRR {
247        MRR fill } bdef
248
249/MlrRR {
250        /lry xdef
251        /lrx xdef
252        /uly xdef
253        /ulx xdef
254        /rad lry uly sub 2 div def
255        newpath
256        tMatrix currentmatrix pop
257        ulx rad add uly rad add translate
258        rad rad scale
259        0 0 1 90 270 arc
260        tMatrix setmatrix
261        lrx rad sub lry rad sub translate
262        rad rad scale
263        0 0 1 270 90 arc
264        tMatrix setmatrix
265        closepath
266        } bdef
267/FlrRR {
268        MlrRR stroke } bdef
269/PlrRR {
270        MlrRR fill } bdef
271
272/MtbRR {
273        /lry xdef
274        /lrx xdef
275        /uly xdef
276        /ulx xdef
277        /rad lrx ulx sub 2 div def
278        newpath
279        tMatrix currentmatrix pop
280        ulx rad add uly rad add translate
281        rad rad scale
282        0 0 1 180 360 arc
283        tMatrix setmatrix
284        lrx rad sub lry rad sub translate
285        rad rad scale
286        0 0 1 0 180 arc
287        tMatrix setmatrix
288        closepath
289        } bdef
290/FtbRR {
291        MtbRR stroke } bdef
292/PtbRR {
293        MtbRR fill } bdef
294
295currentdict end def
296%%EndProlog
297
298%%BeginSetup
299MathWorks begin
300
3010 cap
302
303end
304%%EndSetup
305
306%%Page: 1 1
307%%BeginPageSetup
308%%PageBoundingBox:   113   239   492   556
309MathWorks begin
310bpage
311%%EndPageSetup
312
313%%BeginObject: obj1
314bplot
315
316/dpi2point 12 def
317portraitMode 1152 6624 csm
318
319  214   -48  4545  3799 MR c np
32086 dict begin %Colortable dictionary
321/c0 { 0 0 0 sr} bdef
322/c1 { 1 1 1 sr} bdef
323/c2 { 1 0 0 sr} bdef
324/c3 { 0 1 0 sr} bdef
325/c4 { 0 0 1 sr} bdef
326/c5 { 1 1 0 sr} bdef
327/c6 { 1 0 1 sr} bdef
328/c7 { 0 1 1 sr} bdef
329c0
3301 j
3311 sg
332   0    0 5011 3758 PR
3336 w
3340 3061 3882 0 0 -3061 651 3343 4 MP
335PP
336-3882 0 0 3061 3882 0 0 -3061 651 3343 5 MP stroke
3374 w
338DO
339SO
3406 w
3410 sg
342 651  282 mt 4533  282 L
343 651 3343 mt 4533 3343 L
3444533 3343 mt 4533  282 L
345 651 3343 mt  651  282 L
346 651 3343 mt 4533 3343 L
347 651 3343 mt  651  282 L
348 651 3343 mt  651 3304 L
349 651  282 mt  651  321 L
350%%IncludeResource: font Helvetica
351/Helvetica /WindowsLatin1Encoding 168 FMSR
352
353 605 3534 mt 
354(0) s
3551298 3343 mt 1298 3304 L
3561298  282 mt 1298  321 L
3571252 3534 mt 
358(5) s
3591945 3343 mt 1945 3304 L
3601945  282 mt 1945  321 L
3611852 3534 mt 
362(10) s
3632592 3343 mt 2592 3304 L
3642592  282 mt 2592  321 L
3652499 3534 mt 
366(15) s
3673239 3343 mt 3239 3304 L
3683239  282 mt 3239  321 L
3693146 3534 mt 
370(20) s
3713886 3343 mt 3886 3304 L
3723886  282 mt 3886  321 L
3733793 3534 mt 
374(25) s
3754533 3343 mt 4533 3304 L
3764533  282 mt 4533  321 L
3774440 3534 mt 
378(30) s
379 651 3343 mt  690 3343 L
3804533 3343 mt 4494 3343 L
381 523 3405 mt 
382(0) s
383 651 2833 mt  690 2833 L
3844533 2833 mt 4494 2833 L
385 523 2895 mt 
386(2) s
387 651 2323 mt  690 2323 L
3884533 2323 mt 4494 2323 L
389 523 2385 mt 
390(4) s
391 651 1813 mt  690 1813 L
3924533 1813 mt 4494 1813 L
393 523 1875 mt 
394(6) s
395 651 1302 mt  690 1302 L
3964533 1302 mt 4494 1302 L
397 523 1364 mt 
398(8) s
399 651  792 mt  690  792 L
4004533  792 mt 4494  792 L
401 430  854 mt 
402(10) s
403 651  282 mt  690  282 L
4044533  282 mt 4494  282 L
405 430  344 mt 
406(12) s
407 651  282 mt 4533  282 L
408 651 3343 mt 4533 3343 L
4094533 3343 mt 4533  282 L
410 651 3343 mt  651  282 L
411gs 651 282 3883 3062 MR c np
41224 w
413/c8 { 0.000000 1.000000 0.000000 sr} bdef
414c8
415129 0 130 0 129 0 130 0 129 0 129 0 130 0 129 0 
416130 14 129 1 129 1 130 0 129 2 130 0 129 0 129 1 
417130 1 129 0 130 2 129 4 129 3 130 20 129 74 130 67 
418129 21 129 450 130 1191 129 943 130 157 780 391 30 MP stroke
419gr
420
42124 w
422c8
423gs 586 197 4142 3341 MR c np
424 696  391 mt  864  391 L
425 780  307 mt  780  475 L
426 826  548 mt  994  548 L
427 910  464 mt  910  632 L
428 955 1491 mt 1123 1491 L
4291039 1407 mt 1039 1575 L
4301085 2682 mt 1253 2682 L
4311169 2598 mt 1169 2766 L
4321214 3132 mt 1382 3132 L
4331298 3048 mt 1298 3216 L
4341343 3153 mt 1511 3153 L
4351427 3069 mt 1427 3237 L
4361473 3220 mt 1641 3220 L
4371557 3136 mt 1557 3304 L
4381602 3294 mt 1770 3294 L
4391686 3210 mt 1686 3378 L
4401732 3314 mt 1900 3314 L
4411816 3230 mt 1816 3398 L
4421861 3317 mt 2029 3317 L
4431945 3233 mt 1945 3401 L
4441990 3321 mt 2158 3321 L
4452074 3237 mt 2074 3405 L
4462120 3323 mt 2288 3323 L
4472204 3239 mt 2204 3407 L
4482249 3323 mt 2417 3323 L
4492333 3239 mt 2333 3407 L
4502379 3324 mt 2547 3324 L
4512463 3240 mt 2463 3408 L
4522508 3325 mt 2676 3325 L
4532592 3241 mt 2592 3409 L
4542637 3325 mt 2805 3325 L
4552721 3241 mt 2721 3409 L
4562767 3325 mt 2935 3325 L
4572851 3241 mt 2851 3409 L
4582896 3327 mt 3064 3327 L
4592980 3243 mt 2980 3411 L
4603026 3327 mt 3194 3327 L
4613110 3243 mt 3110 3411 L
4623155 3328 mt 3323 3328 L
4633239 3244 mt 3239 3412 L
4643284 3329 mt 3452 3329 L
4653368 3245 mt 3368 3413 L
4663414 3343 mt 3582 3343 L
4673498 3259 mt 3498 3427 L
4683543 3343 mt 3711 3343 L
4693627 3259 mt 3627 3427 L
4703673 3343 mt 3841 3343 L
4713757 3259 mt 3757 3427 L
4723802 3343 mt 3970 3343 L
4733886 3259 mt 3886 3427 L
4743931 3343 mt 4099 3343 L
4754015 3259 mt 4015 3427 L
4764061 3343 mt 4229 3343 L
4774145 3259 mt 4145 3427 L
4784190 3343 mt 4358 3343 L
4794274 3259 mt 4274 3427 L
4804320 3343 mt 4488 3343 L
4814404 3259 mt 4404 3427 L
4824449 3343 mt 4617 3343 L
4834533 3259 mt 4533 3427 L
484 721  332 mt  839  450 L
485 839  332 mt  721  450 L
486 851  489 mt  969  607 L
487 969  489 mt  851  607 L
488 980 1432 mt 1098 1550 L
4891098 1432 mt  980 1550 L
4901110 2623 mt 1228 2741 L
4911228 2623 mt 1110 2741 L
4921239 3073 mt 1357 3191 L
4931357 3073 mt 1239 3191 L
4941368 3094 mt 1486 3212 L
4951486 3094 mt 1368 3212 L
4961498 3161 mt 1616 3279 L
4971616 3161 mt 1498 3279 L
4981627 3235 mt 1745 3353 L
4991745 3235 mt 1627 3353 L
5001757 3255 mt 1875 3373 L
5011875 3255 mt 1757 3373 L
5021886 3258 mt 2004 3376 L
5032004 3258 mt 1886 3376 L
5042015 3262 mt 2133 3380 L
5052133 3262 mt 2015 3380 L
5062145 3264 mt 2263 3382 L
5072263 3264 mt 2145 3382 L
5082274 3264 mt 2392 3382 L
5092392 3264 mt 2274 3382 L
5102404 3265 mt 2522 3383 L
5112522 3265 mt 2404 3383 L
5122533 3266 mt 2651 3384 L
5132651 3266 mt 2533 3384 L
5142662 3266 mt 2780 3384 L
5152780 3266 mt 2662 3384 L
5162792 3266 mt 2910 3384 L
5172910 3266 mt 2792 3384 L
5182921 3268 mt 3039 3386 L
5193039 3268 mt 2921 3386 L
5203051 3268 mt 3169 3386 L
5213169 3268 mt 3051 3386 L
5223180 3269 mt 3298 3387 L
5233298 3269 mt 3180 3387 L
5243309 3270 mt 3427 3388 L
5253427 3270 mt 3309 3388 L
5263439 3284 mt 3557 3402 L
5273557 3284 mt 3439 3402 L
5283568 3284 mt 3686 3402 L
5293686 3284 mt 3568 3402 L
5303698 3284 mt 3816 3402 L
5313816 3284 mt 3698 3402 L
5323827 3284 mt 3945 3402 L
5333945 3284 mt 3827 3402 L
5343956 3284 mt 4074 3402 L
5354074 3284 mt 3956 3402 L
5364086 3284 mt 4204 3402 L
5374204 3284 mt 4086 3402 L
5384215 3284 mt 4333 3402 L
5394333 3284 mt 4215 3402 L
5404345 3284 mt 4463 3402 L
5414463 3284 mt 4345 3402 L
5424474 3284 mt 4592 3402 L
5434592 3284 mt 4474 3402 L
544gs 651 282 3883 3062 MR c np
545/c9 { 1.000000 0.000000 0.000000 sr} bdef
546c9
547129 1 130 0 129 0 130 1 129 0 129 0 130 1 129 0 
548130 0 129 2 129 0 130 0 129 1 130 0 129 1 129 0 
549130 0 129 0 130 1 129 1 129 0 130 1 129 1 130 1 
550129 2 129 478 130 1353 129 986 130 125 780 381 30 MP stroke
551gr
552
553c9
554 696  381 mt  864  381 L
555 780  297 mt  780  465 L
556 826  506 mt  994  506 L
557 910  422 mt  910  590 L
558 955 1492 mt 1123 1492 L
5591039 1408 mt 1039 1576 L
5601085 2845 mt 1253 2845 L
5611169 2761 mt 1169 2929 L
5621214 3323 mt 1382 3323 L
5631298 3239 mt 1298 3407 L
5641343 3325 mt 1511 3325 L
5651427 3241 mt 1427 3409 L
5661473 3326 mt 1641 3326 L
5671557 3242 mt 1557 3410 L
5681602 3327 mt 1770 3327 L
5691686 3243 mt 1686 3411 L
5701732 3328 mt 1900 3328 L
5711816 3244 mt 1816 3412 L
5721861 3328 mt 2029 3328 L
5731945 3244 mt 1945 3412 L
5741990 3329 mt 2158 3329 L
5752074 3245 mt 2074 3413 L
5762120 3330 mt 2288 3330 L
5772204 3246 mt 2204 3414 L
5782249 3330 mt 2417 3330 L
5792333 3246 mt 2333 3414 L
5802379 3330 mt 2547 3330 L
5812463 3246 mt 2463 3414 L
5822508 3330 mt 2676 3330 L
5832592 3246 mt 2592 3414 L
5842637 3331 mt 2805 3331 L
5852721 3247 mt 2721 3415 L
5862767 3331 mt 2935 3331 L
5872851 3247 mt 2851 3415 L
5882896 3332 mt 3064 3332 L
5892980 3248 mt 2980 3416 L
5903026 3332 mt 3194 3332 L
5913110 3248 mt 3110 3416 L
5923155 3332 mt 3323 3332 L
5933239 3248 mt 3239 3416 L
5943284 3334 mt 3452 3334 L
5953368 3250 mt 3368 3418 L
5963414 3334 mt 3582 3334 L
5973498 3250 mt 3498 3418 L
5983543 3334 mt 3711 3334 L
5993627 3250 mt 3627 3418 L
6003673 3335 mt 3841 3335 L
6013757 3251 mt 3757 3419 L
6023802 3335 mt 3970 3335 L
6033886 3251 mt 3886 3419 L
6043931 3335 mt 4099 3335 L
6054015 3251 mt 4015 3419 L
6064061 3336 mt 4229 3336 L
6074145 3252 mt 4145 3420 L
6084190 3336 mt 4358 3336 L
6094274 3252 mt 4274 3420 L
6104320 3336 mt 4488 3336 L
6114404 3252 mt 4404 3420 L
6124449 3337 mt 4617 3337 L
6134533 3253 mt 4533 3421 L
614 721  322 mt  839  440 L
615 839  322 mt  721  440 L
616 851  447 mt  969  565 L
617 969  447 mt  851  565 L
618 980 1433 mt 1098 1551 L
6191098 1433 mt  980 1551 L
6201110 2786 mt 1228 2904 L
6211228 2786 mt 1110 2904 L
6221239 3264 mt 1357 3382 L
6231357 3264 mt 1239 3382 L
6241368 3266 mt 1486 3384 L
6251486 3266 mt 1368 3384 L
6261498 3267 mt 1616 3385 L
6271616 3267 mt 1498 3385 L
6281627 3268 mt 1745 3386 L
6291745 3268 mt 1627 3386 L
6301757 3269 mt 1875 3387 L
6311875 3269 mt 1757 3387 L
6321886 3269 mt 2004 3387 L
6332004 3269 mt 1886 3387 L
6342015 3270 mt 2133 3388 L
6352133 3270 mt 2015 3388 L
6362145 3271 mt 2263 3389 L
6372263 3271 mt 2145 3389 L
6382274 3271 mt 2392 3389 L
6392392 3271 mt 2274 3389 L
6402404 3271 mt 2522 3389 L
6412522 3271 mt 2404 3389 L
6422533 3271 mt 2651 3389 L
6432651 3271 mt 2533 3389 L
6442662 3272 mt 2780 3390 L
6452780 3272 mt 2662 3390 L
6462792 3272 mt 2910 3390 L
6472910 3272 mt 2792 3390 L
6482921 3273 mt 3039 3391 L
6493039 3273 mt 2921 3391 L
6503051 3273 mt 3169 3391 L
6513169 3273 mt 3051 3391 L
6523180 3273 mt 3298 3391 L
6533298 3273 mt 3180 3391 L
6543309 3275 mt 3427 3393 L
6553427 3275 mt 3309 3393 L
6563439 3275 mt 3557 3393 L
6573557 3275 mt 3439 3393 L
6583568 3275 mt 3686 3393 L
6593686 3275 mt 3568 3393 L
6603698 3276 mt 3816 3394 L
6613816 3276 mt 3698 3394 L
6623827 3276 mt 3945 3394 L
6633945 3276 mt 3827 3394 L
6643956 3276 mt 4074 3394 L
6654074 3276 mt 3956 3394 L
6664086 3277 mt 4204 3395 L
6674204 3277 mt 4086 3395 L
6684215 3277 mt 4333 3395 L
6694333 3277 mt 4215 3395 L
6704345 3277 mt 4463 3395 L
6714463 3277 mt 4345 3395 L
6724474 3278 mt 4592 3396 L
6734592 3278 mt 4474 3396 L
674gs 651 282 3883 3062 MR c np
675gr
676gr
677
678c9
6790 sg
6801463  150 mt 
681(Singular Values of Data Matrix) s
6821820 3712 mt 
683(Singular Value Index) s
684 375 2358 mt  -90 rotate
685(Singular Value) s
68690 rotate
6876 w
6881 sg
6890 416 1397 0 0 -416 3076 758 4 MP
690PP
691-1397 0 0 416 1397 0 0 -416 3076 758 5 MP stroke
6924 w
693DO
694SO
6956 w
6960 sg
6973076  342 mt 4473  342 L
6983076  758 mt 4473  758 L
6994473  758 mt 4473  342 L
7003076  758 mt 3076  342 L
7013076  758 mt 4473  758 L
7023076  758 mt 3076  342 L
7033076  342 mt 4473  342 L
7043076  758 mt 4473  758 L
7054473  758 mt 4473  342 L
7063076  758 mt 3076  342 L
7073544  513 mt 
708(Iteration 1 ) s
7093544  706 mt 
710(Iteration 50) s
711gs 3076 342 1398 417 MR c np
71224 w
713c8
714280 0 3170 456 2 MP stroke
715gr
716
71724 w
718c8
719gs 3116 262 389 389 MR c np
7203226  456 mt 3394  456 L
7213310  372 mt 3310  540 L
7223251  397 mt 3369  515 L
7233369  397 mt 3251  515 L
724gr
725
726gs 3076 342 1398 417 MR c np
727c9
728280 0 3170 650 2 MP stroke
729gr
730
731c9
732gs 3116 456 389 389 MR c np
7333226  650 mt 3394  650 L
7343310  566 mt 3310  734 L
7353251  591 mt 3369  709 L
7363369  591 mt 3251  709 L
737gr
738
739gs 3076 342 1398 417 MR c np
740gr
741
7426 w
743
744end
745
746eplot
747%%EndObject
748
749epage
750end
751
752showpage
753
754%%Trailer
755%%EOF
Note: See TracBrowser for help on using the repository browser.