source: MML/trunk/machine/SOLEIL/StorageRing/insertions/Failure in getx or getz; trying again... @ 4

Last change on this file since 4 was 4, checked in by zhangj, 11 years ago

Initial import--MML version from SOLEIL@2013

File size: 12.7 KB
Line 
1%!PS-Adobe-3.0
2%%Creator: MATLAB, The Mathworks, Inc. Version 7.4.0.336 (R2007a). Operating System: Linux 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:58:04 EST 2007 i686.
3%%Title: ./Failure in getx or getz; trying again...
4%%CreationDate: 01/19/2009  14:13:27
5%%DocumentNeededFonts: Helvetica
6%%DocumentProcessColors: Cyan Magenta Yellow Black
7%%LanguageLevel: 2
8%%Pages: (atend)
9%%BoundingBox: (atend)
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/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/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  {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/MakeOval {newpath tMatrix currentmatrix pop translate scale
860 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  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/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 string
140  currentfile
141  3 index 0 eq {/ASCIIHexDecode filter}
142  {/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if }
143  ifelse exch readstring pop
144  /bmap xdef pop pop} bdef
145/it {gs np dtri aload pop moveto lineto lineto cp c
146  cols rows 8 compute_transform
147  {bmap} image gr}bdef
148/il {newpath moveto lineto stroke}bdef
149currentdict end def
150%%EndProlog
151
152%%BeginSetup
153MathWorks begin
154
1550 cap
156
157end
158%%EndSetup
159
160%%Page: 1 1
161%%BeginPageSetup
162%%PageBoundingBox:    67   179   598   602
163MathWorks begin
164bpage
165%%EndPageSetup
166
167%%BeginObject: obj1
168bplot
169
170/dpi2point 12 def
171portraitMode 0216 7344 csm
172
173  599   110  6369  5077 rc
17492 dict begin %Colortable dictionary
175/c0 { 0.000000 0.000000 0.000000 sr} bdef
176/c1 { 1.000000 1.000000 1.000000 sr} bdef
177/c2 { 0.900000 0.000000 0.000000 sr} bdef
178/c3 { 0.000000 0.820000 0.000000 sr} bdef
179/c4 { 0.000000 0.000000 0.800000 sr} bdef
180/c5 { 0.910000 0.820000 0.320000 sr} bdef
181/c6 { 1.000000 0.260000 0.820000 sr} bdef
182/c7 { 0.000000 0.820000 0.820000 sr} bdef
183c0
1841 j
1851 sg
186   0    0 6921 5188 rf
1876 w
1880 4227 5363 0 0 -4227 900 4616 4 MP
189PP
190-5363 0 0 4227 5363 0 0 -4227 900 4616 5 MP stroke
1914 w
192DO
193SO
1946 w
1950 sg
196 900 4616 mt 6263 4616 L
197 900  389 mt 6263  389 L
198 900 4616 mt  900  389 L
1996263 4616 mt 6263  389 L
200 900 4616 mt 6263 4616 L
201 900 4616 mt  900  389 L
202 900 4616 mt  900 4562 L
203 900  389 mt  900  442 L
204%%IncludeResource: font Helvetica
205/Helvetica /ISOLatin1Encoding 120 FMSR
206
207 867 4761 mt
208(0) s
2091436 4616 mt 1436 4562 L
2101436  389 mt 1436  442 L
2111370 4761 mt
212(20) s
2131972 4616 mt 1972 4562 L
2141972  389 mt 1972  442 L
2151906 4761 mt
216(40) s
2172508 4616 mt 2508 4562 L
2182508  389 mt 2508  442 L
2192442 4761 mt
220(60) s
2213045 4616 mt 3045 4562 L
2223045  389 mt 3045  442 L
2232979 4761 mt
224(80) s
2253581 4616 mt 3581 4562 L
2263581  389 mt 3581  442 L
2273481 4761 mt
228(100) s
2294117 4616 mt 4117 4562 L
2304117  389 mt 4117  442 L
2314017 4761 mt
232(120) s
2334654 4616 mt 4654 4562 L
2344654  389 mt 4654  442 L
2354554 4761 mt
236(140) s
2375190 4616 mt 5190 4562 L
2385190  389 mt 5190  442 L
2395090 4761 mt
240(160) s
2415726 4616 mt 5726 4562 L
2425726  389 mt 5726  442 L
2435626 4761 mt
244(180) s
2456263 4616 mt 6263 4562 L
2466263  389 mt 6263  442 L
2476163 4761 mt
248(200) s
249 900 4616 mt  953 4616 L
2506263 4616 mt 6209 4616 L
251 799 4660 mt
252(0) s
253 900 3770 mt  953 3770 L
2546263 3770 mt 6209 3770 L
255 665 3814 mt
256(500) s
257 900 2925 mt  953 2925 L
2586263 2925 mt 6209 2925 L
259 599 2969 mt
260(1000) s
261 900 2079 mt  953 2079 L
2626263 2079 mt 6209 2079 L
263 599 2123 mt
264(1500) s
265 900 1234 mt  953 1234 L
2666263 1234 mt 6209 1234 L
267 599 1278 mt
268(2000) s
269 900  389 mt  953  389 L
2706263  389 mt 6209  389 L
271 599  433 mt
272(2500) s
273 900 4616 mt 6263 4616 L
274 900  389 mt 6263  389 L
275 900 4616 mt  900  389 L
2766263 4616 mt 6263  389 L
277gs 900 389 5364 4228 rc
27827 0 27 0 27 0 27 0 26 0 27 0 27 0 27 0
27927 0 27 0 26 0 27 0 27 0 27 0 27 0 26 0
28027 0 27 0 27 0 27 1 27 0 26 0 27 0 27 1
28127 0 27 1 26 1 27 1 27 1 27 1 27 1 26 2
28227 2 27 3 27 3 27 3 27 4 26 4 27 6 27 6
28327 7 27 8 26 10 27 10 27 13 27 14 27 15 27 18
28426 20 27 22 27 25 27 28 27 30 26 34 27 38 27 40
28527 45 27 49 26 53 27 57 27 62 27 66 27 71 27 76
28626 80 27 85 27 89 27 94 27 97 26 102 27 105 27 109
28727 111 27 114 27 115 26 117 27 118 27 117 27 117 27 115
28826 113 27 110 27 106 27 102 27 96 26 90 27 84 27 76
28927 68 27 60 27 50 26 41 27 31 27 21 27 11 27 0
29026 -10 27 -21 27 -30 27 -41 27 -50 27 -59 26 -68 27 -76
29127 -83 27 -90 27 -97 26 -101 27 -106 27 -110 27 -113 27 -115
29226 -116 27 -118 27 -117 27 -117 27 -115 27 -114 26 -112 27 -108
29327 -106 27 -102 27 -98 26 -93 27 -90 27 -85 27 -80 27 -76
29427 -71 26 -66 27 -62 27 -58 27 -53 27 -49 26 -45 27 -41
29527 -37 27 -34 27 -31 26 -28 27 -25 27 -22 27 -20 27 -18
29627 -16 26 -14 27 -12 27 -11 27 -9 27 -9 26 -7 27 -6
29727 -5 27 -5 27 -4 27 -3 26 -3 27 -3 27 -2 27 -2
29827 -1 26 -1 27 -1 27 -1 27 -1 27 -1 26 0 27 -1
29927 0 27 0 27 0 27 -1 26 0 27 0 27 0 27 0
30027 0 26 0 27 0 27 0 27 0 27 0 27 0 26 0
30127 0 27 0 27 0 27 0 26 0 27 0 27 0 27 0
30227 0 926 4546 194 MP stroke
30327 5 27 -8 27 -10 27 7 26 13 27 -11 27 5 27 3
30427 -5 27 5 26 -6 27 1 27 8 27 -6 27 -3 26 13
30527 -11 27 5 27 5 27 -1 27 -3 26 -1 27 3 27 -3
30627 13 27 0 26 -4 27 -5 27 7 27 3 27 -2 26 12
30727 -2 27 -1 27 6 27 5 27 -5 26 11 27 8 27 5
30827 6 27 2 26 19 27 9 27 11 27 13 27 19 27 8
30926 30 27 12 27 24 27 32 27 17 26 44 27 19 27 55
31027 32 27 45 26 47 27 56 27 54 27 67 27 65 27 66
31126 97 27 62 27 120 27 67 27 93 26 103 27 110 27 96
31227 121 27 117 27 75 26 167 27 83 27 149 27 102 27 136
31326 110 27 104 27 135 27 80 27 80 26 99 27 102 27 90
31427 67 27 44 27 50 26 92 27 -12 27 48 27 -14 27 -45
31526 45 27 -46 27 -38 27 -5 27 -56 27 -63 26 -76 27 -78
31627 -70 27 -116 27 -97 26 -90 27 -128 27 -104 27 -102 27 -114
31726 -147 27 -100 27 -135 27 -114 27 -102 27 -118 26 -107 27 -100
31827 -128 27 -78 27 -110 26 -96 27 -94 27 -67 27 -84 27 -72
31927 -62 26 -68 27 -77 27 -30 27 -51 27 -53 26 -34 27 -44
32027 -40 27 -36 27 -17 26 -36 27 -20 27 -30 27 -13 27 -22
32127 -20 26 -7 27 3 27 -25 27 -8 27 -1 26 -14 27 -7
32227 1 27 -8 27 1 27 -11 26 -2 27 2 27 1 27 -6
32327 -10 26 -4 27 8 27 0 27 -5 27 1 26 -2 27 4
32427 -9 27 2 27 -5 27 2 26 -3 27 8 27 -10 27 1
32527 9 26 -6 27 1 27 -1 27 1 27 -2 27 -8 26 -1
32627 4 27 1 27 -6 27 4 26 3 27 1 27 -4 27 2
32727 -2 926 4531 194 MP stroke
328gr
329
3303156 4904 mt
331(numero de pixel) s
332gs 900 389 5364 4228 rc
333gr
334
335gs 853 3229 657 1071 rc
3360 j
337-21 -16 8 -25 -22 15 -21 -15 8 25 -21 16 26 0 8 24
3389 -24 26 0 891 4214 11 MP
339DP
340-21 -16 8 -25 -22 15 -21 -15 8 25 -21 16 26 0 8 24
3419 -24 26 0 918 4125 11 MP
342DP
343-21 -16 8 -25 -22 15 -21 -15 8 25 -21 16 26 0 8 24
3449 -24 26 0 945 4024 11 MP
345DP
346-21 -16 8 -25 -22 15 -21 -15 8 25 -21 16 26 0 8 24
3479 -24 26 0 972 3914 11 MP
348DP
349-21 -16 8 -25 -22 15 -21 -15 8 25 -21 16 26 0 8 24
3509 -24 26 0 999 3798 11 MP
351DP
352-21 -16 8 -25 -22 15 -21 -15 8 25 -21 16 26 0 8 24
3539 -24 26 0 1025 3680 11 MP
354DP
355-21 -16 8 -25 -22 15 -21 -15 8 25 -21 16 26 0 8 24
3569 -24 26 0 1052 3568 11 MP
357DP
358-21 -16 8 -25 -22 15 -21 -15 8 25 -21 16 26 0 8 24
3599 -24 26 0 1079 3468 11 MP
360DP
361-21 -16 8 -25 -22 15 -21 -15 8 25 -21 16 26 0 8 24
3629 -24 26 0 1106 3385 11 MP
363DP
364-21 -16 8 -25 -22 15 -21 -15 8 25 -21 16 26 0 8 24
3659 -24 26 0 1133 3325 11 MP
366DP
367-21 -16 8 -25 -22 15 -21 -15 8 25 -21 16 26 0 8 24
3689 -24 26 0 1159 3293 11 MP
369DP
370-21 -16 8 -25 -22 15 -21 -15 8 25 -21 16 26 0 8 24
3719 -24 26 0 1186 3290 11 MP
372DP
373-21 -16 8 -25 -22 15 -21 -15 8 25 -21 16 26 0 8 24
3749 -24 26 0 1213 3317 11 MP
375DP
376-21 -16 8 -25 -22 15 -21 -15 8 25 -21 16 26 0 8 24
3779 -24 26 0 1240 3372 11 MP
378DP
379-21 -16 8 -25 -22 15 -21 -15 8 25 -21 16 26 0 8 24
3809 -24 26 0 1267 3451 11 MP
381DP
382-21 -16 8 -25 -22 15 -21 -15 8 25 -21 16 26 0 8 24
3839 -24 26 0 1294 3549 11 MP
384DP
385-21 -16 8 -25 -22 15 -21 -15 8 25 -21 16 26 0 8 24
3869 -24 26 0 1320 3660 11 MP
387DP
388-21 -16 8 -25 -22 15 -21 -15 8 25 -21 16 26 0 8 24
3899 -24 26 0 1347 3776 11 MP
390DP
391-21 -16 8 -25 -22 15 -21 -15 8 25 -21 16 26 0 8 24
3929 -24 26 0 1374 3893 11 MP
393DP
394-21 -16 8 -25 -22 15 -21 -15 8 25 -21 16 26 0 8 24
3959 -24 26 0 1401 4005 11 MP
396DP
397gr
398
399gs 900 389 5364 4228 rc
40027 110 27 115 27 117 26 114 27 108 27 87 27 56 27 25
40127 -3 26 -39 27 -68 27 -97 27 -104 27 -114 26 -111 27 -104
40227 -100 27 -80 27 -73 926 4183 20 MP stroke
403gr
404
4052116  294 mt
406(Profils H et V projet\303\251s dans la r\303\251gion d'interet \(ROI\)) s
407 883 4659 mt
408( ) s
4096247  431 mt
410( ) s
4111 sg
4120 812 0 0 0 -812 -32768 5680 4 MP
413PP
414-1900 0 0 812 1900 0 0 -812 75435 5680 5 MP stroke
4154 w
416DO
417SO
4186 w
4190 sg
420-32768 5680 mt -32768 5680 L
421-32768 4868 mt -32768 4868 L
422-32768 5680 mt -32768 4868 L
423-32768 5680 mt -32768 4868 L
424-32768 5680 mt -32768 5680 L
425-32768 5680 mt -32768 4868 L
426-32768 5680 mt -32768 5680 L
427-32768 4868 mt -32768 4868 L
428-32768 5680 mt -32768 4868 L
429-32768 5680 mt -32768 4868 L
430
431end %%Color Dict
432
433eplot
434%%EndObject
435
436epage
437end
438
439showpage
440
441%%Trailer
442%%BoundingBox:    67   179   598   602
443%%Pages: 001
444%%EOF
Note: See TracBrowser for help on using the repository browser.