Commit before breaking everything
[matches/honours.git] / research / analysis and stuff / tcs scripts / si_substrate / raw_data.eps
1 %!PS-Adobe-2.0
2 %%Title: si_substrate/raw_data.eps
3 %%Creator: gnuplot 4.4 patchlevel 3
4 %%CreationDate: Sat Oct 13 18:29:46 2012
5 %%DocumentFonts: (atend)
6 %%BoundingBox: 50 50 554 770
7 %%Orientation: Landscape
8 %%Pages: (atend)
9 %%EndComments
10 %%BeginProlog
11 /gnudict 256 dict def
12 gnudict begin
13 %
14 % The following true/false flags may be edited by hand if desired.
15 % The unit line width and grayscale image gamma correction may also be changed.
16 %
17 /Color true def
18 /Blacktext false def
19 /Solid false def
20 /Dashlength 1 def
21 /Landscape true def
22 /Level1 false def
23 /Rounded false def
24 /ClipToBoundingBox false def
25 /TransparentPatterns false def
26 /gnulinewidth 5.000 def
27 /userlinewidth gnulinewidth def
28 /Gamma 1.0 def
29 %
30 /vshift -46 def
31 /dl1 {
32   10.0 Dashlength mul mul
33   Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
34 } def
35 /dl2 {
36   10.0 Dashlength mul mul
37   Rounded { currentlinewidth 0.75 mul add } if
38 } def
39 /hpt_ 31.5 def
40 /vpt_ 31.5 def
41 /hpt hpt_ def
42 /vpt vpt_ def
43 Level1 {} {
44 /SDict 10 dict def
45 systemdict /pdfmark known not {
46   userdict /pdfmark systemdict /cleartomark get put
47 } if
48 SDict begin [
49   /Title (si_substrate/raw_data.eps)
50   /Subject (gnuplot plot)
51   /Creator (gnuplot 4.4 patchlevel 3)
52   /Author (sam)
53 %  /Producer (gnuplot)
54 %  /Keywords ()
55   /CreationDate (Sat Oct 13 18:29:46 2012)
56   /DOCINFO pdfmark
57 end
58 } ifelse
59 /doclip {
60   ClipToBoundingBox {
61     newpath 50 50 moveto 554 50 lineto 554 770 lineto 50 770 lineto closepath
62     clip
63   } if
64 } def
65 %
66 % Gnuplot Prolog Version 4.4 (August 2010)
67 %
68 %/SuppressPDFMark true def
69 %
70 /M {moveto} bind def
71 /L {lineto} bind def
72 /R {rmoveto} bind def
73 /V {rlineto} bind def
74 /N {newpath moveto} bind def
75 /Z {closepath} bind def
76 /C {setrgbcolor} bind def
77 /f {rlineto fill} bind def
78 /g {setgray} bind def
79 /Gshow {show} def   % May be redefined later in the file to support UTF-8
80 /vpt2 vpt 2 mul def
81 /hpt2 hpt 2 mul def
82 /Lshow {currentpoint stroke M 0 vshift R 
83         Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
84 /Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
85         Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
86 /Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R 
87         Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
88 /UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
89   /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
90 /DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
91  {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
92 /BL {stroke userlinewidth 2 mul setlinewidth
93         Rounded {1 setlinejoin 1 setlinecap} if} def
94 /AL {stroke userlinewidth 2 div setlinewidth
95         Rounded {1 setlinejoin 1 setlinecap} if} def
96 /UL {dup gnulinewidth mul /userlinewidth exch def
97         dup 1 lt {pop 1} if 10 mul /udl exch def} def
98 /PL {stroke userlinewidth setlinewidth
99         Rounded {1 setlinejoin 1 setlinecap} if} def
100 3.8 setmiterlimit
101 % Default Line colors
102 /LCw {1 1 1} def
103 /LCb {0 0 0} def
104 /LCa {0 0 0} def
105 /LC0 {1 0 0} def
106 /LC1 {0 1 0} def
107 /LC2 {0 0 1} def
108 /LC3 {1 0 1} def
109 /LC4 {0 1 1} def
110 /LC5 {1 1 0} def
111 /LC6 {0 0 0} def
112 /LC7 {1 0.3 0} def
113 /LC8 {0.5 0.5 0.5} def
114 % Default Line Types
115 /LTw {PL [] 1 setgray} def
116 /LTb {BL [] LCb DL} def
117 /LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
118 /LT0 {PL [] LC0 DL} def
119 /LT1 {PL [4 dl1 2 dl2] LC1 DL} def
120 /LT2 {PL [2 dl1 3 dl2] LC2 DL} def
121 /LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
122 /LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
123 /LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
124 /LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
125 /LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
126 /LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
127 /Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
128 /Dia {stroke [] 0 setdash 2 copy vpt add M
129   hpt neg vpt neg V hpt vpt neg V
130   hpt vpt V hpt neg vpt V closepath stroke
131   Pnt} def
132 /Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
133   currentpoint stroke M
134   hpt neg vpt neg R hpt2 0 V stroke
135  } def
136 /Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
137   0 vpt2 neg V hpt2 0 V 0 vpt2 V
138   hpt2 neg 0 V closepath stroke
139   Pnt} def
140 /Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
141   hpt2 vpt2 neg V currentpoint stroke M
142   hpt2 neg 0 R hpt2 vpt2 V stroke} def
143 /TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
144   hpt neg vpt -1.62 mul V
145   hpt 2 mul 0 V
146   hpt neg vpt 1.62 mul V closepath stroke
147   Pnt} def
148 /Star {2 copy Pls Crs} def
149 /BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
150   0 vpt2 neg V hpt2 0 V 0 vpt2 V
151   hpt2 neg 0 V closepath fill} def
152 /TriUF {stroke [] 0 setdash vpt 1.12 mul add M
153   hpt neg vpt -1.62 mul V
154   hpt 2 mul 0 V
155   hpt neg vpt 1.62 mul V closepath fill} def
156 /TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
157   hpt neg vpt 1.62 mul V
158   hpt 2 mul 0 V
159   hpt neg vpt -1.62 mul V closepath stroke
160   Pnt} def
161 /TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
162   hpt neg vpt 1.62 mul V
163   hpt 2 mul 0 V
164   hpt neg vpt -1.62 mul V closepath fill} def
165 /DiaF {stroke [] 0 setdash vpt add M
166   hpt neg vpt neg V hpt vpt neg V
167   hpt vpt V hpt neg vpt V closepath fill} def
168 /Pent {stroke [] 0 setdash 2 copy gsave
169   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
170   closepath stroke grestore Pnt} def
171 /PentF {stroke [] 0 setdash gsave
172   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
173   closepath fill grestore} def
174 /Circle {stroke [] 0 setdash 2 copy
175   hpt 0 360 arc stroke Pnt} def
176 /CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
177 /C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
178 /C1 {BL [] 0 setdash 2 copy moveto
179         2 copy vpt 0 90 arc closepath fill
180         vpt 0 360 arc closepath} bind def
181 /C2 {BL [] 0 setdash 2 copy moveto
182         2 copy vpt 90 180 arc closepath fill
183         vpt 0 360 arc closepath} bind def
184 /C3 {BL [] 0 setdash 2 copy moveto
185         2 copy vpt 0 180 arc closepath fill
186         vpt 0 360 arc closepath} bind def
187 /C4 {BL [] 0 setdash 2 copy moveto
188         2 copy vpt 180 270 arc closepath fill
189         vpt 0 360 arc closepath} bind def
190 /C5 {BL [] 0 setdash 2 copy moveto
191         2 copy vpt 0 90 arc
192         2 copy moveto
193         2 copy vpt 180 270 arc closepath fill
194         vpt 0 360 arc} bind def
195 /C6 {BL [] 0 setdash 2 copy moveto
196         2 copy vpt 90 270 arc closepath fill
197         vpt 0 360 arc closepath} bind def
198 /C7 {BL [] 0 setdash 2 copy moveto
199         2 copy vpt 0 270 arc closepath fill
200         vpt 0 360 arc closepath} bind def
201 /C8 {BL [] 0 setdash 2 copy moveto
202         2 copy vpt 270 360 arc closepath fill
203         vpt 0 360 arc closepath} bind def
204 /C9 {BL [] 0 setdash 2 copy moveto
205         2 copy vpt 270 450 arc closepath fill
206         vpt 0 360 arc closepath} bind def
207 /C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
208         2 copy moveto
209         2 copy vpt 90 180 arc closepath fill
210         vpt 0 360 arc closepath} bind def
211 /C11 {BL [] 0 setdash 2 copy moveto
212         2 copy vpt 0 180 arc closepath fill
213         2 copy moveto
214         2 copy vpt 270 360 arc closepath fill
215         vpt 0 360 arc closepath} bind def
216 /C12 {BL [] 0 setdash 2 copy moveto
217         2 copy vpt 180 360 arc closepath fill
218         vpt 0 360 arc closepath} bind def
219 /C13 {BL [] 0 setdash 2 copy moveto
220         2 copy vpt 0 90 arc closepath fill
221         2 copy moveto
222         2 copy vpt 180 360 arc closepath fill
223         vpt 0 360 arc closepath} bind def
224 /C14 {BL [] 0 setdash 2 copy moveto
225         2 copy vpt 90 360 arc closepath fill
226         vpt 0 360 arc} bind def
227 /C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
228         vpt 0 360 arc closepath} bind def
229 /Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
230         neg 0 rlineto closepath} bind def
231 /Square {dup Rec} bind def
232 /Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
233 /S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
234 /S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
235 /S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
236 /S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
237 /S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
238 /S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
239         exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
240 /S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
241 /S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
242         2 copy vpt Square fill Bsquare} bind def
243 /S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
244 /S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
245 /S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
246         Bsquare} bind def
247 /S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
248         Bsquare} bind def
249 /S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
250 /S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
251         2 copy vpt Square fill Bsquare} bind def
252 /S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
253         2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
254 /S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
255 /D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
256 /D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
257 /D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
258 /D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
259 /D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
260 /D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
261 /D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
262 /D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
263 /D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
264 /D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
265 /D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
266 /D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
267 /D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
268 /D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
269 /D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
270 /D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
271 /DiaE {stroke [] 0 setdash vpt add M
272   hpt neg vpt neg V hpt vpt neg V
273   hpt vpt V hpt neg vpt V closepath stroke} def
274 /BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
275   0 vpt2 neg V hpt2 0 V 0 vpt2 V
276   hpt2 neg 0 V closepath stroke} def
277 /TriUE {stroke [] 0 setdash vpt 1.12 mul add M
278   hpt neg vpt -1.62 mul V
279   hpt 2 mul 0 V
280   hpt neg vpt 1.62 mul V closepath stroke} def
281 /TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
282   hpt neg vpt 1.62 mul V
283   hpt 2 mul 0 V
284   hpt neg vpt -1.62 mul V closepath stroke} def
285 /PentE {stroke [] 0 setdash gsave
286   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
287   closepath stroke grestore} def
288 /CircE {stroke [] 0 setdash 
289   hpt 0 360 arc stroke} def
290 /Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
291 /DiaW {stroke [] 0 setdash vpt add M
292   hpt neg vpt neg V hpt vpt neg V
293   hpt vpt V hpt neg vpt V Opaque stroke} def
294 /BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
295   0 vpt2 neg V hpt2 0 V 0 vpt2 V
296   hpt2 neg 0 V Opaque stroke} def
297 /TriUW {stroke [] 0 setdash vpt 1.12 mul add M
298   hpt neg vpt -1.62 mul V
299   hpt 2 mul 0 V
300   hpt neg vpt 1.62 mul V Opaque stroke} def
301 /TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
302   hpt neg vpt 1.62 mul V
303   hpt 2 mul 0 V
304   hpt neg vpt -1.62 mul V Opaque stroke} def
305 /PentW {stroke [] 0 setdash gsave
306   translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
307   Opaque stroke grestore} def
308 /CircW {stroke [] 0 setdash 
309   hpt 0 360 arc Opaque stroke} def
310 /BoxFill {gsave Rec 1 setgray fill grestore} def
311 /Density {
312   /Fillden exch def
313   currentrgbcolor
314   /ColB exch def /ColG exch def /ColR exch def
315   /ColR ColR Fillden mul Fillden sub 1 add def
316   /ColG ColG Fillden mul Fillden sub 1 add def
317   /ColB ColB Fillden mul Fillden sub 1 add def
318   ColR ColG ColB setrgbcolor} def
319 /BoxColFill {gsave Rec PolyFill} def
320 /PolyFill {gsave Density fill grestore grestore} def
321 /h {rlineto rlineto rlineto gsave closepath fill grestore} bind def
322 %
323 % PostScript Level 1 Pattern Fill routine for rectangles
324 % Usage: x y w h s a XX PatternFill
325 %       x,y = lower left corner of box to be filled
326 %       w,h = width and height of box
327 %         a = angle in degrees between lines and x-axis
328 %        XX = 0/1 for no/yes cross-hatch
329 %
330 /PatternFill {gsave /PFa [ 9 2 roll ] def
331   PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
332   PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
333   gsave 1 setgray fill grestore clip
334   currentlinewidth 0.5 mul setlinewidth
335   /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
336   0 0 M PFa 5 get rotate PFs -2 div dup translate
337   0 1 PFs PFa 4 get div 1 add floor cvi
338         {PFa 4 get mul 0 M 0 PFs V} for
339   0 PFa 6 get ne {
340         0 1 PFs PFa 4 get div 1 add floor cvi
341         {PFa 4 get mul 0 2 1 roll M PFs 0 V} for
342  } if
343   stroke grestore} def
344 %
345 /languagelevel where
346  {pop languagelevel} {1} ifelse
347  2 lt
348         {/InterpretLevel1 true def}
349         {/InterpretLevel1 Level1 def}
350  ifelse
351 %
352 % PostScript level 2 pattern fill definitions
353 %
354 /Level2PatternFill {
355 /Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
356         bind def
357 /KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
358 << Tile8x8
359  /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke} 
360 >> matrix makepattern
361 /Pat1 exch def
362 << Tile8x8
363  /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
364         0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
365 >> matrix makepattern
366 /Pat2 exch def
367 << Tile8x8
368  /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
369         8 8 L 8 0 L 0 0 L fill}
370 >> matrix makepattern
371 /Pat3 exch def
372 << Tile8x8
373  /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
374         0 12 M 12 0 L stroke}
375 >> matrix makepattern
376 /Pat4 exch def
377 << Tile8x8
378  /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
379         0 -4 M 12 8 L stroke}
380 >> matrix makepattern
381 /Pat5 exch def
382 << Tile8x8
383  /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
384         0 12 M 8 -4 L 4 12 M 10 0 L stroke}
385 >> matrix makepattern
386 /Pat6 exch def
387 << Tile8x8
388  /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
389         0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
390 >> matrix makepattern
391 /Pat7 exch def
392 << Tile8x8
393  /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
394         12 0 M -4 8 L 12 4 M 0 10 L stroke}
395 >> matrix makepattern
396 /Pat8 exch def
397 << Tile8x8
398  /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
399         -4 0 M 12 8 L -4 4 M 8 10 L stroke}
400 >> matrix makepattern
401 /Pat9 exch def
402 /Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
403 /Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
404 /Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
405 /Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
406 /Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
407 /Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
408 /Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
409 } def
410 %
411 %
412 %End of PostScript Level 2 code
413 %
414 /PatternBgnd {
415   TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
416 } def
417 %
418 % Substitute for Level 2 pattern fill codes with
419 % grayscale if Level 2 support is not selected.
420 %
421 /Level1PatternFill {
422 /Pattern1 {0.250 Density} bind def
423 /Pattern2 {0.500 Density} bind def
424 /Pattern3 {0.750 Density} bind def
425 /Pattern4 {0.125 Density} bind def
426 /Pattern5 {0.375 Density} bind def
427 /Pattern6 {0.625 Density} bind def
428 /Pattern7 {0.875 Density} bind def
429 } def
430 %
431 % Now test for support of Level 2 code
432 %
433 Level1 {Level1PatternFill} {Level2PatternFill} ifelse
434 %
435 /Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
436 dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
437 currentdict end definefont pop
438 end
439 %%EndProlog
440 %%Page: 1 1
441 gnudict begin
442 gsave
443 doclip
444 50 50 translate
445 0.100 0.100 scale
446 90 rotate
447 0 -5040 translate
448 0 setgray
449 newpath
450 (Helvetica) findfont 140 scalefont setfont
451 1.000 UL
452 LTb
453 854 448 M
454 63 0 V
455 6030 0 R
456 -63 0 V
457 770 448 M
458 ( 0) Rshow
459 1.000 UL
460 LTb
461 854 1044 M
462 63 0 V
463 6030 0 R
464 -63 0 V
465 -6114 0 R
466 ( 1e-07) Rshow
467 1.000 UL
468 LTb
469 854 1640 M
470 63 0 V
471 6030 0 R
472 -63 0 V
473 -6114 0 R
474 ( 2e-07) Rshow
475 1.000 UL
476 LTb
477 854 2236 M
478 63 0 V
479 6030 0 R
480 -63 0 V
481 -6114 0 R
482 ( 3e-07) Rshow
483 1.000 UL
484 LTb
485 854 2831 M
486 63 0 V
487 6030 0 R
488 -63 0 V
489 -6114 0 R
490 ( 4e-07) Rshow
491 1.000 UL
492 LTb
493 854 3427 M
494 63 0 V
495 6030 0 R
496 -63 0 V
497 -6114 0 R
498 ( 5e-07) Rshow
499 1.000 UL
500 LTb
501 854 4023 M
502 63 0 V
503 6030 0 R
504 -63 0 V
505 -6114 0 R
506 ( 6e-07) Rshow
507 1.000 UL
508 LTb
509 854 4619 M
510 63 0 V
511 6030 0 R
512 -63 0 V
513 -6114 0 R
514 ( 7e-07) Rshow
515 1.000 UL
516 LTb
517 854 448 M
518 0 63 V
519 0 4108 R
520 0 -63 V
521 854 308 M
522 ( 0) Cshow
523 1.000 UL
524 LTb
525 1531 448 M
526 0 63 V
527 0 4108 R
528 0 -63 V
529 0 -4248 R
530 ( 2) Cshow
531 1.000 UL
532 LTb
533 2208 448 M
534 0 63 V
535 0 4108 R
536 0 -63 V
537 0 -4248 R
538 ( 4) Cshow
539 1.000 UL
540 LTb
541 2885 448 M
542 0 63 V
543 0 4108 R
544 0 -63 V
545 0 -4248 R
546 ( 6) Cshow
547 1.000 UL
548 LTb
549 3562 448 M
550 0 63 V
551 0 4108 R
552 0 -63 V
553 0 -4248 R
554 ( 8) Cshow
555 1.000 UL
556 LTb
557 4239 448 M
558 0 63 V
559 0 4108 R
560 0 -63 V
561 0 -4248 R
562 ( 10) Cshow
563 1.000 UL
564 LTb
565 4916 448 M
566 0 63 V
567 0 4108 R
568 0 -63 V
569 0 -4248 R
570 ( 12) Cshow
571 1.000 UL
572 LTb
573 5593 448 M
574 0 63 V
575 0 4108 R
576 0 -63 V
577 0 -4248 R
578 ( 14) Cshow
579 1.000 UL
580 LTb
581 6270 448 M
582 0 63 V
583 0 4108 R
584 0 -63 V
585 0 -4248 R
586 ( 16) Cshow
587 1.000 UL
588 LTb
589 6947 448 M
590 0 63 V
591 0 4108 R
592 0 -63 V
593 0 -4248 R
594 ( 18) Cshow
595 1.000 UL
596 LTb
597 1.000 UL
598 LTb
599 854 4619 N
600 854 448 L
601 6093 0 V
602 0 4171 V
603 -6093 0 V
604 Z stroke
605 LCb setrgbcolor
606 112 2533 M
607 currentpoint gsave translate -270 rotate 0 0 M
608 (I\(E\) \(uA\)) Cshow
609 grestore
610 LTb
611 LCb setrgbcolor
612 3900 98 M
613 (U \(V\)) Cshow
614 LTb
615 3900 4829 M
616 (Evolution of Si Substrate I\(E\) curves) Cshow
617 1.000 UP
618 1.000 UL
619 LTb
620 % Begin plot #1
621 1.000 UP
622 1.000 UL
623 LT0
624 LCb setrgbcolor
625 1946 4486 M
626 (Si Substrate) Rshow
627 LT0
628 2030 4486 M
629 399 0 V
630 854 448 M
631 71 0 V
632 71 0 V
633 71 0 V
634 71 0 V
635 71 0 V
636 72 0 V
637 71 0 V
638 71 0 V
639 71 0 V
640 71 0 V
641 71 0 V
642 71 0 V
643 71 0 V
644 71 0 V
645 71 0 V
646 71 0 V
647 71 0 V
648 72 0 V
649 71 0 V
650 71 0 V
651 71 0 V
652 71 0 V
653 71 1 V
654 71 87 V
655 71 190 V
656 71 239 V
657 71 258 V
658 71 263 V
659 71 303 V
660 72 304 V
661 71 324 V
662 71 331 V
663 71 212 V
664 71 158 V
665 71 118 V
666 71 101 V
667 71 94 V
668 71 71 V
669 71 73 V
670 71 52 V
671 71 44 V
672 72 42 V
673 71 34 V
674 71 26 V
675 71 23 V
676 71 11 V
677 71 9 V
678 71 7 V
679 71 5 V
680 71 8 V
681 71 6 V
682 71 10 V
683 72 8 V
684 71 9 V
685 71 12 V
686 71 11 V
687 71 19 V
688 71 9 V
689 71 21 V
690 71 26 V
691 71 40 V
692 71 14 V
693 71 30 V
694 71 36 V
695 72 42 V
696 71 21 V
697 71 30 V
698 71 18 V
699 71 20 V
700 71 6 V
701 71 13 V
702 71 10 V
703 71 18 V
704 71 2 V
705 71 15 V
706 71 9 V
707 72 10 V
708 71 7 V
709 71 4 V
710 71 3 V
711 854 448 Pls
712 925 448 Pls
713 996 448 Pls
714 1067 448 Pls
715 1138 448 Pls
716 1209 448 Pls
717 1281 448 Pls
718 1352 448 Pls
719 1423 448 Pls
720 1494 448 Pls
721 1565 448 Pls
722 1636 448 Pls
723 1707 448 Pls
724 1778 448 Pls
725 1849 448 Pls
726 1920 448 Pls
727 1991 448 Pls
728 2062 448 Pls
729 2134 448 Pls
730 2205 448 Pls
731 2276 448 Pls
732 2347 448 Pls
733 2418 448 Pls
734 2489 449 Pls
735 2560 536 Pls
736 2631 726 Pls
737 2702 965 Pls
738 2773 1223 Pls
739 2844 1486 Pls
740 2915 1789 Pls
741 2987 2093 Pls
742 3058 2417 Pls
743 3129 2748 Pls
744 3200 2960 Pls
745 3271 3118 Pls
746 3342 3236 Pls
747 3413 3337 Pls
748 3484 3431 Pls
749 3555 3502 Pls
750 3626 3575 Pls
751 3697 3627 Pls
752 3768 3671 Pls
753 3840 3713 Pls
754 3911 3747 Pls
755 3982 3773 Pls
756 4053 3796 Pls
757 4124 3807 Pls
758 4195 3816 Pls
759 4266 3823 Pls
760 4337 3828 Pls
761 4408 3836 Pls
762 4479 3842 Pls
763 4550 3852 Pls
764 4622 3860 Pls
765 4693 3869 Pls
766 4764 3881 Pls
767 4835 3892 Pls
768 4906 3911 Pls
769 4977 3920 Pls
770 5048 3941 Pls
771 5119 3967 Pls
772 5190 4007 Pls
773 5261 4021 Pls
774 5332 4051 Pls
775 5403 4087 Pls
776 5475 4129 Pls
777 5546 4150 Pls
778 5617 4180 Pls
779 5688 4198 Pls
780 5759 4218 Pls
781 5830 4224 Pls
782 5901 4237 Pls
783 5972 4247 Pls
784 6043 4265 Pls
785 6114 4267 Pls
786 6185 4282 Pls
787 6256 4291 Pls
788 6328 4301 Pls
789 6399 4308 Pls
790 6470 4312 Pls
791 6541 4315 Pls
792 2229 4486 Pls
793 % End plot #1
794 % Begin plot #2
795 1.000 UP
796 1.000 UL
797 LT1
798 LCb setrgbcolor
799 1946 4346 M
800 (+5min) Rshow
801 LT1
802 2030 4346 M
803 399 0 V
804 854 448 M
805 71 0 V
806 71 0 V
807 71 0 V
808 71 0 V
809 71 0 V
810 72 0 V
811 71 0 V
812 71 0 V
813 71 0 V
814 71 0 V
815 71 0 V
816 71 0 V
817 71 0 V
818 71 0 V
819 71 0 V
820 71 0 V
821 71 0 V
822 72 0 V
823 71 0 V
824 71 0 V
825 71 0 V
826 71 0 V
827 71 0 V
828 71 0 V
829 71 29 V
830 71 137 V
831 71 251 V
832 71 257 V
833 71 292 V
834 72 315 V
835 71 303 V
836 71 332 V
837 71 313 V
838 71 235 V
839 71 145 V
840 71 110 V
841 71 105 V
842 71 76 V
843 71 76 V
844 71 58 V
845 71 52 V
846 72 58 V
847 71 46 V
848 71 44 V
849 71 40 V
850 71 30 V
851 71 30 V
852 71 24 V
853 71 21 V
854 71 21 V
855 71 16 V
856 71 15 V
857 72 15 V
858 71 12 V
859 71 13 V
860 71 8 V
861 71 10 V
862 71 20 V
863 71 16 V
864 71 11 V
865 71 32 V
866 71 19 V
867 71 28 V
868 71 18 V
869 72 33 V
870 71 26 V
871 71 20 V
872 71 16 V
873 71 9 V
874 71 -1 V
875 71 16 V
876 71 10 V
877 71 13 V
878 71 -3 V
879 71 6 V
880 71 11 V
881 72 8 V
882 71 12 V
883 71 18 V
884 71 2 V
885 854 448 Crs
886 925 448 Crs
887 996 448 Crs
888 1067 448 Crs
889 1138 448 Crs
890 1209 448 Crs
891 1281 448 Crs
892 1352 448 Crs
893 1423 448 Crs
894 1494 448 Crs
895 1565 448 Crs
896 1636 448 Crs
897 1707 448 Crs
898 1778 448 Crs
899 1849 448 Crs
900 1920 448 Crs
901 1991 448 Crs
902 2062 448 Crs
903 2134 448 Crs
904 2205 448 Crs
905 2276 448 Crs
906 2347 448 Crs
907 2418 448 Crs
908 2489 448 Crs
909 2560 448 Crs
910 2631 477 Crs
911 2702 614 Crs
912 2773 865 Crs
913 2844 1122 Crs
914 2915 1414 Crs
915 2987 1729 Crs
916 3058 2032 Crs
917 3129 2364 Crs
918 3200 2677 Crs
919 3271 2912 Crs
920 3342 3057 Crs
921 3413 3167 Crs
922 3484 3272 Crs
923 3555 3348 Crs
924 3626 3424 Crs
925 3697 3482 Crs
926 3768 3534 Crs
927 3840 3592 Crs
928 3911 3638 Crs
929 3982 3682 Crs
930 4053 3722 Crs
931 4124 3752 Crs
932 4195 3782 Crs
933 4266 3806 Crs
934 4337 3827 Crs
935 4408 3848 Crs
936 4479 3864 Crs
937 4550 3879 Crs
938 4622 3894 Crs
939 4693 3906 Crs
940 4764 3919 Crs
941 4835 3927 Crs
942 4906 3937 Crs
943 4977 3957 Crs
944 5048 3973 Crs
945 5119 3984 Crs
946 5190 4016 Crs
947 5261 4035 Crs
948 5332 4063 Crs
949 5403 4081 Crs
950 5475 4114 Crs
951 5546 4140 Crs
952 5617 4160 Crs
953 5688 4176 Crs
954 5759 4185 Crs
955 5830 4184 Crs
956 5901 4200 Crs
957 5972 4210 Crs
958 6043 4223 Crs
959 6114 4220 Crs
960 6185 4226 Crs
961 6256 4237 Crs
962 6328 4245 Crs
963 6399 4257 Crs
964 6470 4275 Crs
965 6541 4277 Crs
966 2229 4346 Crs
967 % End plot #2
968 % Begin plot #3
969 1.000 UP
970 1.000 UL
971 LT2
972 LCb setrgbcolor
973 1946 4206 M
974 (+1hour) Rshow
975 LT2
976 2030 4206 M
977 399 0 V
978 854 448 M
979 71 0 V
980 71 0 V
981 71 0 V
982 71 0 V
983 71 0 V
984 72 0 V
985 71 0 V
986 71 0 V
987 71 0 V
988 71 0 V
989 71 0 V
990 71 0 V
991 71 0 V
992 71 0 V
993 71 0 V
994 71 0 V
995 71 0 V
996 72 0 V
997 71 0 V
998 71 0 V
999 71 0 V
1000 71 0 V
1001 71 0 V
1002 71 0 V
1003 71 0 V
1004 71 0 V
1005 71 29 V
1006 71 120 V
1007 71 190 V
1008 72 194 V
1009 71 218 V
1010 71 242 V
1011 71 239 V
1012 71 249 V
1013 71 170 V
1014 71 105 V
1015 71 109 V
1016 71 94 V
1017 71 88 V
1018 71 85 V
1019 71 67 V
1020 72 67 V
1021 71 62 V
1022 71 72 V
1023 71 60 V
1024 71 62 V
1025 71 62 V
1026 71 57 V
1027 71 50 V
1028 71 48 V
1029 71 47 V
1030 71 43 V
1031 72 38 V
1032 71 34 V
1033 71 33 V
1034 71 23 V
1035 71 25 V
1036 71 16 V
1037 71 12 V
1038 71 19 V
1039 71 11 V
1040 71 20 V
1041 71 11 V
1042 71 18 V
1043 72 16 V
1044 71 11 V
1045 71 19 V
1046 71 3 V
1047 71 6 V
1048 71 11 V
1049 71 -1 V
1050 71 7 V
1051 71 -3 V
1052 71 0 V
1053 71 -3 V
1054 71 1 V
1055 72 -3 V
1056 71 0 V
1057 71 0 V
1058 71 -5 V
1059 854 448 Star
1060 925 448 Star
1061 996 448 Star
1062 1067 448 Star
1063 1138 448 Star
1064 1209 448 Star
1065 1281 448 Star
1066 1352 448 Star
1067 1423 448 Star
1068 1494 448 Star
1069 1565 448 Star
1070 1636 448 Star
1071 1707 448 Star
1072 1778 448 Star
1073 1849 448 Star
1074 1920 448 Star
1075 1991 448 Star
1076 2062 448 Star
1077 2134 448 Star
1078 2205 448 Star
1079 2276 448 Star
1080 2347 448 Star
1081 2418 448 Star
1082 2489 448 Star
1083 2560 448 Star
1084 2631 448 Star
1085 2702 448 Star
1086 2773 477 Star
1087 2844 597 Star
1088 2915 787 Star
1089 2987 981 Star
1090 3058 1199 Star
1091 3129 1441 Star
1092 3200 1680 Star
1093 3271 1929 Star
1094 3342 2099 Star
1095 3413 2204 Star
1096 3484 2313 Star
1097 3555 2407 Star
1098 3626 2495 Star
1099 3697 2580 Star
1100 3768 2647 Star
1101 3840 2714 Star
1102 3911 2776 Star
1103 3982 2848 Star
1104 4053 2908 Star
1105 4124 2970 Star
1106 4195 3032 Star
1107 4266 3089 Star
1108 4337 3139 Star
1109 4408 3187 Star
1110 4479 3234 Star
1111 4550 3277 Star
1112 4622 3315 Star
1113 4693 3349 Star
1114 4764 3382 Star
1115 4835 3405 Star
1116 4906 3430 Star
1117 4977 3446 Star
1118 5048 3458 Star
1119 5119 3477 Star
1120 5190 3488 Star
1121 5261 3508 Star
1122 5332 3519 Star
1123 5403 3537 Star
1124 5475 3553 Star
1125 5546 3564 Star
1126 5617 3583 Star
1127 5688 3586 Star
1128 5759 3592 Star
1129 5830 3603 Star
1130 5901 3602 Star
1131 5972 3609 Star
1132 6043 3606 Star
1133 6114 3606 Star
1134 6185 3603 Star
1135 6256 3604 Star
1136 6328 3601 Star
1137 6399 3601 Star
1138 6470 3601 Star
1139 6541 3596 Star
1140 2229 4206 Star
1141 % End plot #3
1142 % Begin plot #4
1143 1.000 UP
1144 1.000 UL
1145 LT3
1146 LCb setrgbcolor
1147 1946 4066 M
1148 (+2hour) Rshow
1149 LT3
1150 2030 4066 M
1151 399 0 V
1152 854 448 M
1153 71 0 V
1154 71 0 V
1155 71 0 V
1156 71 0 V
1157 71 0 V
1158 72 0 V
1159 71 0 V
1160 71 0 V
1161 71 0 V
1162 71 0 V
1163 71 0 V
1164 71 0 V
1165 71 0 V
1166 71 0 V
1167 71 0 V
1168 71 0 V
1169 71 0 V
1170 72 0 V
1171 71 0 V
1172 71 0 V
1173 71 0 V
1174 71 0 V
1175 71 0 V
1176 71 0 V
1177 71 0 V
1178 71 0 V
1179 71 54 V
1180 71 145 V
1181 71 192 V
1182 72 200 V
1183 71 217 V
1184 71 249 V
1185 71 249 V
1186 71 263 V
1187 71 167 V
1188 71 117 V
1189 71 119 V
1190 71 100 V
1191 71 103 V
1192 71 98 V
1193 71 87 V
1194 72 97 V
1195 71 79 V
1196 71 89 V
1197 71 89 V
1198 71 77 V
1199 71 85 V
1200 71 86 V
1201 71 74 V
1202 71 92 V
1203 71 73 V
1204 71 73 V
1205 72 74 V
1206 71 74 V
1207 71 55 V
1208 71 52 V
1209 71 44 V
1210 71 41 V
1211 71 35 V
1212 71 30 V
1213 71 31 V
1214 71 30 V
1215 71 27 V
1216 71 24 V
1217 72 25 V
1218 71 21 V
1219 71 12 V
1220 71 7 V
1221 71 6 V
1222 71 2 V
1223 71 1 V
1224 71 0 V
1225 71 0 V
1226 71 -1 V
1227 71 0 V
1228 71 -2 V
1229 72 0 V
1230 71 0 V
1231 71 -6 V
1232 71 -1 V
1233 854 448 Box
1234 925 448 Box
1235 996 448 Box
1236 1067 448 Box
1237 1138 448 Box
1238 1209 448 Box
1239 1281 448 Box
1240 1352 448 Box
1241 1423 448 Box
1242 1494 448 Box
1243 1565 448 Box
1244 1636 448 Box
1245 1707 448 Box
1246 1778 448 Box
1247 1849 448 Box
1248 1920 448 Box
1249 1991 448 Box
1250 2062 448 Box
1251 2134 448 Box
1252 2205 448 Box
1253 2276 448 Box
1254 2347 448 Box
1255 2418 448 Box
1256 2489 448 Box
1257 2560 448 Box
1258 2631 448 Box
1259 2702 448 Box
1260 2773 502 Box
1261 2844 647 Box
1262 2915 839 Box
1263 2987 1039 Box
1264 3058 1256 Box
1265 3129 1505 Box
1266 3200 1754 Box
1267 3271 2017 Box
1268 3342 2184 Box
1269 3413 2301 Box
1270 3484 2420 Box
1271 3555 2520 Box
1272 3626 2623 Box
1273 3697 2721 Box
1274 3768 2808 Box
1275 3840 2905 Box
1276 3911 2984 Box
1277 3982 3073 Box
1278 4053 3162 Box
1279 4124 3239 Box
1280 4195 3324 Box
1281 4266 3410 Box
1282 4337 3484 Box
1283 4408 3576 Box
1284 4479 3649 Box
1285 4550 3722 Box
1286 4622 3796 Box
1287 4693 3870 Box
1288 4764 3925 Box
1289 4835 3977 Box
1290 4906 4021 Box
1291 4977 4062 Box
1292 5048 4097 Box
1293 5119 4127 Box
1294 5190 4158 Box
1295 5261 4188 Box
1296 5332 4215 Box
1297 5403 4239 Box
1298 5475 4264 Box
1299 5546 4285 Box
1300 5617 4297 Box
1301 5688 4304 Box
1302 5759 4310 Box
1303 5830 4312 Box
1304 5901 4313 Box
1305 5972 4313 Box
1306 6043 4313 Box
1307 6114 4312 Box
1308 6185 4312 Box
1309 6256 4310 Box
1310 6328 4310 Box
1311 6399 4310 Box
1312 6470 4304 Box
1313 6541 4303 Box
1314 2229 4066 Box
1315 % End plot #4
1316 % Begin plot #5
1317 1.000 UP
1318 1.000 UL
1319 LT4
1320 LCb setrgbcolor
1321 1946 3926 M
1322 (+7day) Rshow
1323 LT4
1324 2030 3926 M
1325 399 0 V
1326 854 448 M
1327 71 0 V
1328 71 0 V
1329 71 0 V
1330 71 0 V
1331 71 0 V
1332 72 0 V
1333 71 0 V
1334 71 0 V
1335 71 0 V
1336 71 0 V
1337 71 0 V
1338 71 0 V
1339 71 0 V
1340 71 0 V
1341 71 0 V
1342 71 0 V
1343 71 0 V
1344 72 0 V
1345 71 0 V
1346 71 0 V
1347 71 0 V
1348 71 0 V
1349 71 0 V
1350 71 0 V
1351 71 0 V
1352 71 0 V
1353 71 0 V
1354 71 0 V
1355 71 0 V
1356 72 0 V
1357 71 0 V
1358 71 0 V
1359 71 9 V
1360 71 32 V
1361 71 39 V
1362 71 50 V
1363 71 60 V
1364 71 62 V
1365 71 63 V
1366 71 51 V
1367 71 31 V
1368 72 21 V
1369 71 14 V
1370 71 15 V
1371 71 17 V
1372 71 10 V
1373 71 15 V
1374 71 14 V
1375 71 22 V
1376 71 21 V
1377 71 25 V
1378 71 32 V
1379 72 32 V
1380 71 33 V
1381 71 39 V
1382 71 34 V
1383 71 37 V
1384 71 29 V
1385 71 28 V
1386 71 22 V
1387 71 15 V
1388 71 13 V
1389 71 9 V
1390 71 4 V
1391 72 1 V
1392 71 4 V
1393 71 -1 V
1394 71 2 V
1395 71 2 V
1396 71 3 V
1397 71 2 V
1398 71 1 V
1399 71 2 V
1400 71 3 V
1401 71 3 V
1402 71 3 V
1403 72 4 V
1404 71 4 V
1405 71 5 V
1406 71 6 V
1407 854 448 BoxF
1408 925 448 BoxF
1409 996 448 BoxF
1410 1067 448 BoxF
1411 1138 448 BoxF
1412 1209 448 BoxF
1413 1281 448 BoxF
1414 1352 448 BoxF
1415 1423 448 BoxF
1416 1494 448 BoxF
1417 1565 448 BoxF
1418 1636 448 BoxF
1419 1707 448 BoxF
1420 1778 448 BoxF
1421 1849 448 BoxF
1422 1920 448 BoxF
1423 1991 448 BoxF
1424 2062 448 BoxF
1425 2134 448 BoxF
1426 2205 448 BoxF
1427 2276 448 BoxF
1428 2347 448 BoxF
1429 2418 448 BoxF
1430 2489 448 BoxF
1431 2560 448 BoxF
1432 2631 448 BoxF
1433 2702 448 BoxF
1434 2773 448 BoxF
1435 2844 448 BoxF
1436 2915 448 BoxF
1437 2987 448 BoxF
1438 3058 448 BoxF
1439 3129 448 BoxF
1440 3200 457 BoxF
1441 3271 489 BoxF
1442 3342 528 BoxF
1443 3413 578 BoxF
1444 3484 638 BoxF
1445 3555 700 BoxF
1446 3626 763 BoxF
1447 3697 814 BoxF
1448 3768 845 BoxF
1449 3840 866 BoxF
1450 3911 880 BoxF
1451 3982 895 BoxF
1452 4053 912 BoxF
1453 4124 922 BoxF
1454 4195 937 BoxF
1455 4266 951 BoxF
1456 4337 973 BoxF
1457 4408 994 BoxF
1458 4479 1019 BoxF
1459 4550 1051 BoxF
1460 4622 1083 BoxF
1461 4693 1116 BoxF
1462 4764 1155 BoxF
1463 4835 1189 BoxF
1464 4906 1226 BoxF
1465 4977 1255 BoxF
1466 5048 1283 BoxF
1467 5119 1305 BoxF
1468 5190 1320 BoxF
1469 5261 1333 BoxF
1470 5332 1342 BoxF
1471 5403 1346 BoxF
1472 5475 1347 BoxF
1473 5546 1351 BoxF
1474 5617 1350 BoxF
1475 5688 1352 BoxF
1476 5759 1354 BoxF
1477 5830 1357 BoxF
1478 5901 1359 BoxF
1479 5972 1360 BoxF
1480 6043 1362 BoxF
1481 6114 1365 BoxF
1482 6185 1368 BoxF
1483 6256 1371 BoxF
1484 6328 1375 BoxF
1485 6399 1379 BoxF
1486 6470 1384 BoxF
1487 6541 1390 BoxF
1488 2229 3926 BoxF
1489 % End plot #5
1490 1.000 UL
1491 LTb
1492 854 4619 N
1493 854 448 L
1494 6093 0 V
1495 0 4171 V
1496 -6093 0 V
1497 Z stroke
1498 1.000 UP
1499 1.000 UL
1500 LTb
1501 stroke
1502 grestore
1503 end
1504 showpage
1505 %%Trailer
1506 %%DocumentFonts: Helvetica
1507 %%Pages: 1

UCC git Repository :: git.ucc.asn.au