-
Notifications
You must be signed in to change notification settings - Fork 2
/
plot_titanvortex.eps
3331 lines (3272 loc) · 98.8 KB
/
plot_titanvortex.eps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: (atend)
%%HiResBoundingBox: (atend)
%%Title: GMT v4.5.18 [64-bit] Document from psxy
%%Creator: GMT
%%For: glnat
%%DocumentNeededResources: font Helvetica
%%CreationDate: Mon Jun 28 12:47:52 2021
%%LanguageLevel: 2
%%DocumentData: Clean7Bit
%%Orientation: Portrait
%%EndComments
%%BeginProlog
250 dict begin
/! {bind def} bind def
/# {load def}!
/A /setgray #
/B /setdash #
/C /setrgbcolor #
/D /rlineto #
/E {dup stringwidth pop}!
/F /fill #
/G /rmoveto #
/H /sethsbcolor #
/I /setpattern #
/K /setcmykcolor #
/L /lineto #
/M /moveto #
/N /newpath #
/P /closepath #
/R /rotate #
/S /stroke #
/T /translate #
/U /grestore #
/V /gsave #
/W /setlinewidth #
/Y {findfont exch scalefont setfont}!
/Z /show #
/FP {true charpath flattenpath}!
/MS {/savematrix matrix currentmatrix def}!
/MR {savematrix setmatrix}!
/O {S 3 -1 roll 0 360 arc P F S}!
/X {M 1.414213562 mul 5 {dup} repeat -2 div dup G D neg 0 G neg D S}!
/x {M dup 0 G dup -2 mul dup 0 D exch dup G 0 exch D S}!
/FS {/fc exch def /fs {V fc F U} def}!
/FQ {/fs {} def}!
/O0 {/os {N} def}!
/O1 {/os {P S} def}!
/FO {fs os}!
/SP {M {D} repeat FO}!
/SV {0 exch M 0 D D D D D 0 D FO}!
/Sv {0 0 M D D 0 D D D D D 0 D D FO}!
/SB {M dup 0 D exch 0 exch D neg 0 D FO}!
/SC {N 3 -1 roll 0 360 arc FO}!
/SE {N MS T R scale 0 0 1 0 360 arc MR FO}!
/SD {M 4 {dup} repeat 0 G neg dup dup D exch D D FO}!
/SR {M MS R dup -2 div 0 G exch dup -2 div 0 exch G exch dup 0 D exch 0 exch D neg 0 D MR FO}!
/SS {M 1.414213562 mul dup dup dup -2 div dup G 0 D 0 exch D neg 0 D FO}!
/ST {M MS dup 0 exch G -60 R 1.732050808 mul dup 0 D -120 R 0 D MR FO}!
/SI {M MS dup neg 0 exch G 60 R 1.732050808 mul dup 0 D 120 R 0 D MR FO}!
/SA {M MS dup 0 exch G 0.726542528 mul -72 R dup 0 D 4 {72 R dup 0 D -144 R dup 0 D} repeat pop MR FO}!
/SH {M MS dup 0 G -120 R dup 0 D 4 {-60 R dup 0 D} repeat pop MR FO}!
/SN {M MS dup 0 exch G -36 R 1.175570505 mul dup 0 D 3 {-72 R dup 0 D} repeat pop MR FO}!
/SO {M MS 22.5 R dup 0 exch G -22.5 R 0.765366865 mul dup 0 D 6 {-45 R dup 0 D} repeat pop MR FO}!
/SW {N 2 copy 7 -3 roll arc L FO}!
/PSL_reencode {findfont dup length dict begin
{1 index /FID ne {def}{pop pop} ifelse} forall
exch /Encoding exch def currentdict end definefont pop
}!
/PSL_eps_begin {
/PSL_eps_state save def
/PSL_dict_count countdictstack def
/PSL_op_count count 1 sub def
userdict begin
/showpage {} def
0 setgray 0 setlinecap 1 setlinewidth
0 setlinejoin 10 setmiterlimit [] 0 setdash newpath
/languagelevel where
{pop languagelevel 1 ne {false setstrokeadjust false setoverprint} if} if
}!
/PSL_eps_end {
count PSL_op_count sub {pop} repeat
countdictstack PSL_dict_count sub {end} repeat
PSL_eps_state restore
}!
/ISOLatin1+_Encoding [
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /bullet /ellipsis /trademark /emdash /endash /fi /zcaron
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /minus /period /slash
/zero /one /two /three /four /five /six /seven
/eight /nine /colon /semicolon /less /equal /greater /question
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /asciitilde /scaron
/OE /dagger /daggerdbl /Lslash /fraction /guilsinglleft /Scaron /guilsinglright
/oe /Ydieresis /Zcaron /lslash /perthousand /quotedblbase /quotedblleft /quotedblright
/dotlessi /grave /acute /circumflex /tilde /macron /breve /dotaccent
/dieresis /quotesinglbase /ring /cedilla /quotesingle /hungarumlaut /ogonek /caron
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron
/degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered
/cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
] def
/PSL_font_encode 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 35 array astore def
/F0 {/Helvetica Y}!
/F1 {/Helvetica-Bold Y}!
/F2 {/Helvetica-Oblique Y}!
/F3 {/Helvetica-BoldOblique Y}!
/F4 {/Times-Roman Y}!
/F5 {/Times-Bold Y}!
/F6 {/Times-Italic Y}!
/F7 {/Times-BoldItalic Y}!
/F8 {/Courier Y}!
/F9 {/Courier-Bold Y}!
/F10 {/Courier-Oblique Y}!
/F11 {/Courier-BoldOblique Y}!
/F12 {/Symbol Y}!
/F13 {/AvantGarde-Book Y}!
/F14 {/AvantGarde-BookOblique Y}!
/F15 {/AvantGarde-Demi Y}!
/F16 {/AvantGarde-DemiOblique Y}!
/F17 {/Bookman-Demi Y}!
/F18 {/Bookman-DemiItalic Y}!
/F19 {/Bookman-Light Y}!
/F20 {/Bookman-LightItalic Y}!
/F21 {/Helvetica-Narrow Y}!
/F22 {/Helvetica-Narrow-Bold Y}!
/F23 {/Helvetica-Narrow-Oblique Y}!
/F24 {/Helvetica-Narrow-BoldOblique Y}!
/F25 {/NewCenturySchlbk-Roman Y}!
/F26 {/NewCenturySchlbk-Italic Y}!
/F27 {/NewCenturySchlbk-Bold Y}!
/F28 {/NewCenturySchlbk-BoldItalic Y}!
/F29 {/Palatino-Roman Y}!
/F30 {/Palatino-Italic Y}!
/F31 {/Palatino-Bold Y}!
/F32 {/Palatino-BoldItalic Y}!
/F33 {/ZapfChancery-MediumItalic Y}!
/F34 {/ZapfDingbats Y}!
/PSL_pathtextdict 26 dict def
/PSL_pathtext
{PSL_pathtextdict begin
/textheight exch def
/just exch def
/offset exch def
/str exch def
/pathdist 0 def
/setdist offset def
/charcount 0 def
/justy just 4 idiv textheight mul 2 div neg def
V flattenpath
{movetoproc} {linetoproc}
{curvetoproc} {closepathproc}
pathforall
U N
end
} def
PSL_pathtextdict begin
/movetoproc
{ /newy exch def /newx exch def
/firstx newx def /firsty newy def
/ovr 0 def
newx newy transform
/cpy exch def /cpx exch def
} def
/linetoproc
{ /oldx newx def /oldy newy def
/newy exch def /newx exch def
/dx newx oldx sub def
/dy newy oldy sub def
/dist dx dup mul dy dup mul add sqrt def
dist 0 ne
{ /dsx dx dist div ovr mul def
/dsy dy dist div ovr mul def
oldx dsx add oldy dsy add transform
/cpy exch def /cpx exch def
/pathdist pathdist dist add def
{setdist pathdist le
{charcount str length lt
{setchar} {exit} ifelse}
{ /ovr setdist pathdist sub def
exit}
ifelse
} loop
} if
} def
/curvetoproc
{ (ERROR: No curveto's after flattenpath!)
print
} def
/closepathproc
{firstx firsty linetoproc
firstx firsty movetoproc
} def
/setchar
{ /char str charcount 1 getinterval def
/charcount charcount 1 add def
/charwidth char stringwidth pop def
V cpx cpy itransform T
dy dx atan R
0 justy M
char show
0 justy neg G
currentpoint transform
/cpy exch def /cpx exch def
U /setdist setdist charwidth add def
} def
end
/PSL_curved_text_labels
{ /bits exch def
/PSL_clippath bits 1 and 1 eq def
/PSL_placetext bits 2 and 0 eq def
/PSL_strokeline bits 4 and 4 eq def
/PSL_firstcall bits 32 and 32 eq def
/PSL_lastcall bits 64 and 64 eq def
/PSL_fillbox bits 128 and 128 eq def
/PSL_drawbox bits 256 and 256 eq def
/PSL_n1 PSL_n 1 sub def
/PSL_m1 PSL_m 1 sub def
/PSL_usebox PSL_fillbox PSL_drawbox or def
PSL_CT_calcstringwidth
PSL_CT_calclinedist
PSL_CT_addcutpoints
PSL_clippath PSL_firstcall and
{clipsave N clippath} if
PSL_setlinepen
/PSL_nn1 PSL_nn 1 sub def
/n 0 def
/k 0 def
/j 0 def
/PSL_seg 0 def
/PSL_xp PSL_nn array def
/PSL_yp PSL_nn array def
PSL_xp 0 PSL_xx 0 get put
PSL_yp 0 PSL_yy 0 get put
1 1 PSL_nn1
{ /i exch def
/node_type PSL_kind i get def
/j j 1 add def
PSL_xp j PSL_xx i get put
PSL_yp j PSL_yy i get put
node_type 1 eq
{n 0 eq
{PSL_CT_drawline}
{ PSL_CT_reversepath
PSL_CT_textline} ifelse
/j 0 def
PSL_xp j PSL_xx i get put
PSL_yp j PSL_yy i get put
} if
} for
n 0 eq {PSL_CT_drawline} if
PSL_lastcall
{PSL_clippath
{clip /PSL_clip_on true def} if N
} if
} def
/PSL_CT_textline
{PSL_placetext
{PSL_clippath
{PSL_CT_clippath} {PSL_CT_placelabel} ifelse
} if
/n 0 def /k k 1 add def PSL_setlinepen
} def
/PSL_CT_calcstringwidth
{ /PSL_width PSL_m array def
0 1 PSL_m1
{ /i exch def
PSL_width i PSL_str i get stringwidth pop put
} for
} def
/PSL_CT_calclinedist
{ /PSL_newx PSL_x 0 get def
/PSL_newy PSL_y 0 get def
/dist 0.0 def
/PSL_dist PSL_n array def
PSL_dist 0 0.0 put
1 1 PSL_n1
{ /i exch def
/PSL_oldx PSL_newx def
/PSL_oldy PSL_newy def
/PSL_newx PSL_x i get def
/PSL_newy PSL_y i get def
/dx PSL_newx PSL_oldx sub def
/dy PSL_newy PSL_oldy sub def
/dist dist dx dx mul dy dy mul add sqrt add def
PSL_dist i dist put
} for
} def
/PSL_CT_addcutpoints
{ /k 0 def
/PSL_nc PSL_m 2 mul 1 add def
/PSL_cuts PSL_nc array def
/PSL_nc1 PSL_nc 1 sub def
0 1 PSL_m1
{ /i exch def
/dist PSL_dist PSL_node i get get def
/halfwidth PSL_width i get 2 div PSL_gap_x add def
PSL_cuts k dist halfwidth sub put
/k k 1 add def
PSL_cuts k dist halfwidth add put
/k k 1 add def
} for
PSL_cuts k 100000.0 put
/PSL_nn PSL_n PSL_m 2 mul add def
/PSL_xx PSL_nn array def
/PSL_yy PSL_nn array def
/PSL_kind PSL_nn array def
/j 0 def
/k 0 def
/dist 0.0 def
0 1 PSL_n1
{ /i exch def
/last_dist dist def
/dist PSL_dist i get def
k 1 PSL_nc1
{ /kk exch def
/this_cut PSL_cuts kk get def
dist this_cut gt
{ /ds dist last_dist sub def
/f ds 0.0 eq {0.0} {dist this_cut sub ds div} ifelse def
/i1 i 0 eq {0} {i 1 sub} ifelse def
PSL_xx j PSL_x i get dup PSL_x i1 get sub f mul sub put
PSL_yy j PSL_y i get dup PSL_y i1 get sub f mul sub put
PSL_kind j 1 put
/j j 1 add def
/k k 1 add def
} if
} for
dist PSL_cuts k get le
{PSL_xx j PSL_x i get put PSL_yy j PSL_y i get put
PSL_kind j 0 put
/j j 1 add def
} if
} for
} def
/PSL_CT_reversepath
{PSL_xp j get PSL_xp 0 get lt
{0 1 j 2 idiv
{ /left exch def
/right j left sub def
/tmp PSL_xp left get def
PSL_xp left PSL_xp right get put
PSL_xp right tmp put
/tmp PSL_yp left get def
PSL_yp left PSL_yp right get put
PSL_yp right tmp put
} for
} if
} def
/PSL_CT_placelabel
{
PSL_usebox
{PSL_CT_clippath
PSL_fillbox
{V PSL_setboxrgb fill U} if
PSL_drawbox
{PSL_setboxpen S} if N
} if
PSL_settxtrgb PSL_CT_placeline PSL_str k get PSL_gap_x PSL_just PSL_height PSL_pathtext
} def
/PSL_CT_clippath
{
/H PSL_height 2 div PSL_gap_y add def
/xoff j 1 add array def
/yoff j 1 add array def
/angle 0 def
0 1 j {
/ii exch def
/x PSL_xp ii get def
/y PSL_yp ii get def
ii 0 eq {
/x1 PSL_xp 1 get def
/y1 PSL_yp 1 get def
/dx x1 x sub def
/dy y1 y sub def
}
{ /i1 ii 1 sub def
/x1 PSL_xp i1 get def
/y1 PSL_yp i1 get def
/dx x x1 sub def
/dy y y1 sub def
} ifelse
dx 0.0 ne dy 0.0 ne and
{ /angle dy dx atan 90 add def} if
/sina angle sin def
/cosa angle cos def
xoff ii H cosa mul put
yoff ii H sina mul put
} for
PSL_xp 0 get xoff 0 get add PSL_yp 0 get yoff 0 get add M
1 1 j {
/ii exch def
PSL_xp ii get xoff ii get add PSL_yp ii get yoff ii get add L
} for
j -1 0 {
/ii exch def
PSL_xp ii get xoff ii get sub PSL_yp ii get yoff ii get sub L
} for P
} def
/PSL_CT_drawline
{
/str 20 string def
PSL_strokeline
{PSL_CT_placeline PSL_setlinepen S} if
/PSL_seg PSL_seg 1 add def
/n 1 def
} def
/PSL_CT_placeline
{PSL_xp 0 get PSL_yp 0 get M
1 1 j { /ii exch def PSL_xp ii get PSL_yp ii get L} for
} def
/PSL_straight_text_labels
{
/bits exch def
/PSL_clippath bits 1 and 0 eq def
/PSL_rounded bits 16 and 16 eq def
/PSL_fillbox bits 128 and 128 eq def
/PSL_drawbox bits 256 and 256 eq def
/PSL_m1 PSL_m 1 sub def
/PSL_justx PSL_just 4 mod 1 sub 2 div neg def
/PSL_justy PSL_just 4 idiv PSL_height mul 2 div neg def
/PSL_usebox PSL_fillbox PSL_drawbox or def
PSL_clippath
{PSL_ST_clippath}
{PSL_usebox {PSL_ST_clippath} if
PSL_ST_placelabel
} ifelse
} def
/PSL_ST_placelabel
{PSL_settxtrgb
0 1 PSL_m1
{ /k exch def
/xp PSL_txt_x k get def
/yp PSL_txt_y k get def
V PSL_txt_x k get PSL_txt_y k get T
PSL_angle k get R
/BoxW PSL_str k get stringwidth pop def
BoxW PSL_justx mul PSL_justy M
PSL_str k get show
U
} for
} def
/PSL_ST_clippath
{PSL_rounded {PSL_ST_clippath_round} {PSL_ST_clippath_rect} ifelse
PSL_usebox
{PSL_fillbox
{V PSL_setboxrgb fill U} if
PSL_drawbox
{PSL_setboxpen S} if N
}
{clip /PSL_clip_on true def
} ifelse
N
} def
/PSL_ST_clippath_rect
{N
/BoxH PSL_height PSL_gap_y 2 mul add def
/DelY BoxH BoxH 0 3 array astore def
PSL_usebox not {clipsave clippath} if
0 1 PSL_m1
{ /k exch def
/xp PSL_txt_x k get def
/yp PSL_txt_y k get def
/MAT PSL_angle k get matrix R def
/BoxW PSL_str k get stringwidth pop PSL_gap_x 2 mul add def
/x0 0 BoxW PSL_justx mul add def
/y0 0 PSL_justy add PSL_gap_y sub def
/DelX 0 BoxW BoxW 3 array astore def
x0 y0 MAT transform
/dy exch def /dx exch def
xp dx add yp dy add M
0 1 2
{
/ii exch def
x0 DelX ii get add y0 DelY ii get add MAT transform
/dy exch def /dx exch def
xp dx add yp dy add L
} for P
} for
} def
/PSL_ST_clippath_round
{N
/PSL_justy2 PSL_just 4 idiv 2 div neg def
/BoxR PSL_gap_x PSL_gap_y lt {PSL_gap_x} {PSL_gap_y} ifelse def
/BoxH PSL_height PSL_gap_y 2 mul add def
/y0 PSL_height PSL_gap_y 2 mul add PSL_justy2 mul def
PSL_usebox not {clipsave clippath} if
0 1 PSL_m1
{ /k exch def
/xp PSL_txt_x k get def
/yp PSL_txt_y k get def
/BoxW PSL_str k get stringwidth pop PSL_gap_x 2 mul add def
/x0 BoxW PSL_justx mul def
xp yp T PSL_angle k get R x0 y0 T
BoxR 0 M
BoxW 0 BoxW BoxH BoxR arct BoxW BoxH 0 BoxH BoxR arct 0 BoxH 0 0 BoxR arct 0 0 BoxW 0 BoxR arct P
x0 neg y0 neg T PSL_angle k get neg R xp neg yp neg T
} for
} def
/PSL_clip_on false def
%%EndProlog
%%BeginSetup
/PSLevel /languagelevel where {pop languagelevel} {1} ifelse def
%%EndSetup
%%BeginPageSetup
0.24 0.24 scale
%%EndPageSetup
PSL_font_encode 0 get 0 eq {ISOLatin1+_Encoding /Helvetica /Helvetica PSL_reencode PSL_font_encode 0 1 put} if
0 setlinecap
0 setlinejoin
3.32551 setmiterlimit
%% PostScript produced by:
%%GMT: psxy -JX13i/3.5i -R0/1/0/1 -W1 -X0i -Y0i -K -P
%%PROJ: xy 0.00000000 1.00000000 0.00000000 1.00000000 0.000 1.000 0.000 1.000 +xy +a=6378137.000 +b=6356752.314245
1 W
0 A
0 A
PSL_font_encode 0 get 0 eq {ISOLatin1+_Encoding /Helvetica /Helvetica PSL_reencode PSL_font_encode 0 1 put} if
0 setlinecap
0 setlinejoin
3.32551 setmiterlimit
300 300 T
%% PostScript produced by:
%%GMT: psxy -JX2.75i/1.75i -R0/1/0/1 -W1 -x1i -y1i -K -O
%%PROJ: xy 0.00000000 1.00000000 0.00000000 1.00000000 0.000 1.000 0.000 1.000 +xy +a=6378137.000 +b=6356752.314245
1 W
0 A
0 A
PSL_font_encode 0 get 0 eq {ISOLatin1+_Encoding /Helvetica /Helvetica PSL_reencode PSL_font_encode 0 1 put} if
0 setlinecap
0 setlinejoin
3.32551 setmiterlimit
%% PostScript produced by:
%%GMT: psxy -JX2.75i/1.75i -R0/1/0/1 -G220 -O -K
%%PROJ: xy 0.00000000 1.00000000 0.00000000 1.00000000 0.000 1.000 0.000 1.000 +xy +a=6378137.000 +b=6356752.314245
1 W
0 A
{0.863 A} FS
O0
0 0 M
0 525 D
825 0 D
0 -525 D
-825 0 D
FO
0 A
PSL_font_encode 0 get 0 eq {ISOLatin1+_Encoding /Helvetica /Helvetica PSL_reencode PSL_font_encode 0 1 put} if
0 setlinecap
0 setlinejoin
3.32551 setmiterlimit
%% PostScript produced by:
%%GMT: psclip -JX2.75i/1.75i -R2004.4/2018/-90/90 plot_titanvortex.poly -B1a3:Year:/10a30:Latitude (@~\260@~N)::.:WSe -O -K
%%PROJ: xy 2004.40000000 2018.00000000 -90.00000000 90.00000000 0.000 0.000 0.000 0.000 +xy +a=6378137.000 +b=6356752.314245
0 A
gsave
grestore
gsave 2 setlinecap
90 R
/PSL_sign 1 def
/PSL_do_annot 1 def
/PSL_do_label 1 def
/PSL_do_A1 0 def
/PSL_TL1 24 def
/PSL_AO0 24 def
/PSL_AO1 24 def
/PSL_LO 35 def
/PSL_AF0 67 def
/PSL_AF1 67 def
/PSL_LF 67 def
/PSL_AH0 0 def
/PSL_AH1 0 def
0 0 M 67 F0 (M) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_dim_h PSL_dim_d sub /PSL_LH exch def
5 W
0 0 M 525 0 D S
2 W
0 0 M 0 24 D S
87 0 M 0 24 D S
175 0 M 0 24 D S
262 0 M 0 24 D S
350 0 M 0 24 D S
438 0 M 0 24 D S
525 0 M 0 24 D S
0 0 M 67 F0 (-90) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_dim_w PSL_AH0 gt {/PSL_AH0 PSL_dim_w def} if
0 0 M 67 F0 (-60) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_dim_w PSL_AH0 gt {/PSL_AH0 PSL_dim_w def} if
0 0 M 67 F0 (-30) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_dim_w PSL_AH0 gt {/PSL_AH0 PSL_dim_w def} if
0 0 M 67 F0 (0) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_dim_w PSL_AH0 gt {/PSL_AH0 PSL_dim_w def} if
0 0 M 67 F0 (30) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_dim_w PSL_AH0 gt {/PSL_AH0 PSL_dim_w def} if
0 0 M 67 F0 (60) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_dim_w PSL_AH0 gt {/PSL_AH0 PSL_dim_w def} if
0 0 M 67 F0 (90) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_dim_w PSL_AH0 gt {/PSL_AH0 PSL_dim_w def} if
0 0 M 0 12 D S
29 0 M 0 12 D S
58 0 M 0 12 D S
87 0 M 0 12 D S
117 0 M 0 12 D S
146 0 M 0 12 D S
175 0 M 0 12 D S
204 0 M 0 12 D S
233 0 M 0 12 D S
262 0 M 0 12 D S
292 0 M 0 12 D S
321 0 M 0 12 D S
350 0 M 0 12 D S
379 0 M 0 12 D S
408 0 M 0 12 D S
438 0 M 0 12 D S
467 0 M 0 12 D S
496 0 M 0 12 D S
525 0 M 0 12 D S
/PSL_A0_y PSL_AO0 PSL_TL1 PSL_AO0 mul 0 gt {PSL_TL1 add} if PSL_AO0 0 gt {PSL_sign 0 lt {PSL_AH0} {0} ifelse add} if PSL_sign mul def
/PSL_A1_y PSL_A0_y abs PSL_AO1 add PSL_sign 0 lt {PSL_AH1} {PSL_AH0} ifelse add PSL_sign mul def
/PSL_L_y PSL_A1_y abs PSL_LO add PSL_sign 0 lt {PSL_LH} {PSL_AH1} ifelse add PSL_sign mul def
/PSL_x 0 def
PSL_x PSL_A0_y M
currentpoint /PSL_save_y exch def /PSL_save_x exch def
0 0 M 67 F0 (-90) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_save_x PSL_save_y M
V -90 R PSL_dim_w neg PSL_dim_h 2 div neg G 67 F0 (-90) Z U
/PSL_x 87 def
PSL_x PSL_A0_y M
currentpoint /PSL_save_y exch def /PSL_save_x exch def
0 0 M 67 F0 (-60) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_save_x PSL_save_y M
V -90 R PSL_dim_w neg PSL_dim_h 2 div neg G 67 F0 (-60) Z U
/PSL_x 175 def
PSL_x PSL_A0_y M
currentpoint /PSL_save_y exch def /PSL_save_x exch def
0 0 M 67 F0 (-30) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_save_x PSL_save_y M
V -90 R PSL_dim_w neg PSL_dim_h 2 div neg G 67 F0 (-30) Z U
/PSL_x 262 def
PSL_x PSL_A0_y M
currentpoint /PSL_save_y exch def /PSL_save_x exch def
0 0 M 67 F0 (0) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_save_x PSL_save_y M
V -90 R PSL_dim_w neg PSL_dim_h 2 div neg G 67 F0 (0) Z U
/PSL_x 350 def
PSL_x PSL_A0_y M
currentpoint /PSL_save_y exch def /PSL_save_x exch def
0 0 M 67 F0 (30) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_save_x PSL_save_y M
V -90 R PSL_dim_w neg PSL_dim_h 2 div neg G 67 F0 (30) Z U
/PSL_x 438 def
PSL_x PSL_A0_y M
currentpoint /PSL_save_y exch def /PSL_save_x exch def
0 0 M 67 F0 (60) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_save_x PSL_save_y M
V -90 R PSL_dim_w neg PSL_dim_h 2 div neg G 67 F0 (60) Z U
/PSL_x 525 def
PSL_x PSL_A0_y M
currentpoint /PSL_save_y exch def /PSL_save_x exch def
0 0 M 67 F0 (90) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_save_x PSL_save_y M
V -90 R PSL_dim_w neg PSL_dim_h 2 div neg G 67 F0 (90) Z U
/PSL_x 262 def
N 0 0 M 67 F0 (Latitude \() FP 67 F12 (\260) FP 67 F0 (N\)) FP pathbbox N /PSL_dim_h exch def exch /PSL_dim_d exch def add /PSL_dim_w exch def
PSL_x PSL_L_y M
currentpoint /PSL_save_y exch def /PSL_save_x exch def
N 0 0 M 67 F0 (Latitude \() FP 67 F12 (\260) FP 67 F0 (N\)) FP pathbbox N /PSL_dim_h exch def exch /PSL_dim_d exch def add /PSL_dim_w exch def
PSL_save_x PSL_save_y M
PSL_dim_w 2 div neg 0 G 67 F0 (Latitude \() Z
67 F12 (\260) Z
67 F0 (N\)) Z
-90 R
825 0 T 90 R
/PSL_sign -1 def
/PSL_do_annot 0 def
/PSL_do_label 1 def
/PSL_do_A1 0 def
/PSL_TL1 24 def
/PSL_AO0 24 def
/PSL_AO1 24 def
/PSL_LO 35 def
/PSL_AF0 67 def
/PSL_AF1 67 def
/PSL_LF 67 def
/PSL_AH0 0 def
/PSL_AH1 0 def
0 0 M 67 F0 (M) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_dim_h PSL_dim_d sub /PSL_LH exch def
5 W
0 0 M 525 0 D S
2 W
0 0 M 0 -24 D S
87 0 M 0 -24 D S
175 0 M 0 -24 D S
262 0 M 0 -24 D S
350 0 M 0 -24 D S
438 0 M 0 -24 D S
525 0 M 0 -24 D S
0 0 M 0 -12 D S
29 0 M 0 -12 D S
58 0 M 0 -12 D S
87 0 M 0 -12 D S
117 0 M 0 -12 D S
146 0 M 0 -12 D S
175 0 M 0 -12 D S
204 0 M 0 -12 D S
233 0 M 0 -12 D S
262 0 M 0 -12 D S
292 0 M 0 -12 D S
321 0 M 0 -12 D S
350 0 M 0 -12 D S
379 0 M 0 -12 D S
408 0 M 0 -12 D S
438 0 M 0 -12 D S
467 0 M 0 -12 D S
496 0 M 0 -12 D S
525 0 M 0 -12 D S
/PSL_A0_y PSL_AO0 PSL_TL1 PSL_AO0 mul 0 gt {PSL_TL1 add} if PSL_AO0 0 gt {PSL_sign 0 lt {PSL_AH0} {0} ifelse add} if PSL_sign mul def
/PSL_A1_y PSL_A0_y abs PSL_AO1 add PSL_sign 0 lt {PSL_AH1} {PSL_AH0} ifelse add PSL_sign mul def
/PSL_L_y PSL_A1_y abs PSL_LO add PSL_sign 0 lt {PSL_LH} {PSL_AH1} ifelse add PSL_sign mul def
-90 R -825 0 T
/PSL_sign -1 def
/PSL_do_annot 1 def
/PSL_do_label 1 def
/PSL_do_A1 0 def
/PSL_TL1 24 def
/PSL_AO0 24 def
/PSL_AO1 24 def
/PSL_LO 35 def
/PSL_AF0 67 def
/PSL_AF1 67 def
/PSL_LF 67 def
/PSL_AH0 0 def
/PSL_AH1 0 def
0 0 M 67 F0 (M) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_dim_h PSL_dim_d sub /PSL_LH exch def
5 W
0 0 M 825 0 D S
2 W
158 0 M 0 -24 D S
340 0 M 0 -24 D S
522 0 M 0 -24 D S
704 0 M 0 -24 D S
0 0 M 67 F0 (2007) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_dim_h PSL_AH0 gt {/PSL_AH0 PSL_dim_h def} if
0 0 M 67 F0 (2010) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_dim_h PSL_AH0 gt {/PSL_AH0 PSL_dim_h def} if
0 0 M 67 F0 (2013) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_dim_h PSL_AH0 gt {/PSL_AH0 PSL_dim_h def} if
0 0 M 67 F0 (2016) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_dim_h PSL_AH0 gt {/PSL_AH0 PSL_dim_h def} if
36 0 M 0 -12 D S
97 0 M 0 -12 D S
158 0 M 0 -12 D S
218 0 M 0 -12 D S
279 0 M 0 -12 D S
340 0 M 0 -12 D S
400 0 M 0 -12 D S
461 0 M 0 -12 D S
522 0 M 0 -12 D S
582 0 M 0 -12 D S
643 0 M 0 -12 D S
704 0 M 0 -12 D S
764 0 M 0 -12 D S
825 0 M 0 -12 D S
/PSL_A0_y PSL_AO0 PSL_TL1 PSL_AO0 mul 0 gt {PSL_TL1 add} if PSL_AO0 0 gt {PSL_sign 0 lt {PSL_AH0} {0} ifelse add} if PSL_sign mul def
/PSL_A1_y PSL_A0_y abs PSL_AO1 add PSL_sign 0 lt {PSL_AH1} {PSL_AH0} ifelse add PSL_sign mul def
/PSL_L_y PSL_A1_y abs PSL_LO add PSL_sign 0 lt {PSL_LH} {PSL_AH1} ifelse add PSL_sign mul def
/PSL_x 158 def
PSL_x PSL_A0_y M
currentpoint /PSL_save_y exch def /PSL_save_x exch def
0 0 M 67 F0 (2007) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_save_x PSL_save_y M
PSL_dim_w 2 div neg 0 G 67 F0 (2007) Z
/PSL_x 340 def
PSL_x PSL_A0_y M
currentpoint /PSL_save_y exch def /PSL_save_x exch def
0 0 M 67 F0 (2010) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_save_x PSL_save_y M
PSL_dim_w 2 div neg 0 G 67 F0 (2010) Z
/PSL_x 522 def
PSL_x PSL_A0_y M
currentpoint /PSL_save_y exch def /PSL_save_x exch def
0 0 M 67 F0 (2013) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_save_x PSL_save_y M
PSL_dim_w 2 div neg 0 G 67 F0 (2013) Z
/PSL_x 704 def
PSL_x PSL_A0_y M
currentpoint /PSL_save_y exch def /PSL_save_x exch def
0 0 M 67 F0 (2016) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_save_x PSL_save_y M
PSL_dim_w 2 div neg 0 G 67 F0 (2016) Z
/PSL_x 412 def
0 0 M 67 F0 (Year) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_x PSL_L_y M
currentpoint /PSL_save_y exch def /PSL_save_x exch def
0 0 M 67 F0 (Year) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_save_x PSL_save_y M
PSL_dim_w 2 div neg 0 G 67 F0 (Year) Z
grestore
clipsave
6 20 M
27 -5 D
11 17 D
8 6 D
23 -20 D
12 26 D
12 -6 D
28 3 D
11 29 D
23 -64 D
2 -6 D
17 0 D
18 29 D
21 -26 D
24 0 D
11 -3 D
23 0 D
16 6 D
10 -6 D
5 0 D
18 58 D
11 -14 D
26 3 D
45 -12 D
14 6 D
7 -3 D
13 0 D
27 -3 D
19 -29 D
18 -6 D
40 0 D
10 204 D
8 24 D
5 20 D
9 17 D
4 -265 D
58 0 D
15 23 D
9 12 D
9 20 D
15 -11 D
7 -6 D
16 41 D
7 -79 D
38 0 D
13 3 D
14 -3 D
5 58 D
19 15 D
0 452 D
-24 -3 D
-21 3 D
-25 0 D
-25 -3 D
-17 -50 D
-6 18 D
-14 -12 D
-11 -20 D
-8 32 D
-16 32 D
-9 3 D
-26 -3 D
-23 3 D
-52 0 D
-17 -9 D
-18 6 D
-8 -14 D
-17 -24 D
-13 6 D
-15 3 D
-13 -9 D
-7 -9 D
-14 15 D
-45 9 D
-27 -21 D
-10 -3 D
-12 47 D
-11 3 D
-29 0 D
-28 -3 D
-5 3 D
-35 -3 D
-8 -50 D
-7 9 D
-6 15 D
-8 29 D
-17 0 D
-20 -3 D
-2 -14 D
-10 -24 D
-8 6 D
-21 -3 D
-13 -6 D
-10 -26 D
-24 26 D
-8 9 D
-11 -32 D
-27 -108 D
eoclip N
0 A
PSL_font_encode 0 get 0 eq {ISOLatin1+_Encoding /Helvetica /Helvetica PSL_reencode PSL_font_encode 0 1 put} if
0 setlinecap
0 setlinejoin
3.32551 setmiterlimit
%% PostScript produced by:
%%GMT: grdimage -JX2.75i/1.75i -R2004.4/2018/-90/90 plot_titanvortex_T_1mbar.dat.grd -Ctmp.cpt -B1a3:Year:/10a30:Latitude (@~\260@~)::.:WSe \
%%GMT:+ -O -K
%%PROJ: xy 2004.40000000 2018.00000000 -90.00000000 90.00000000 2004.400 2018.000 -90.000 90.000 +xy +a=6378137.000 +b=6356752.314245
clipsave
0 0 M
825 0 D
0 525 D
-825 0 D
eoclip N
V N -8 -4 T 841 533 scale [/Indexed /DeviceRGB 31 <
ACF5A88AECAE7CEBC8CDFFA2DFF58DF0EC79F7D768FFA045FFBD57F4754BEE504EFF5A5AFF7C7CFF9E9EF5B3AEFFC4C4
FFD7D7FFEBEBFFFFFF6AEBE161E1F044CAFF32BEFF0D81F81A66F019AFFF0028E0000AC80019D41405AF2800960A0079
>] setcolorspace
<< /ImageType 1 /Decode [0 255] /Width 55 /Height 73 /BitsPerComponent 8
/ImageMatrix [55 0 0 -73 0 73] /DataSource currentfile /ASCII85Decode filter /LZWDecode filter
>> image
J,g]g0FS^(!W[`N?q;+E"9XG\,#L=i/.)O_!Pnc'jE)(CNlPOH82(5[$3ESg;##uI>Qfu)5k5cQIV9%M^nB&23"-0ETM&kd3
5fDf1n.2c;FrPLHRX_HBQ6V&a:g@j;Id)E,k=f/OjKi\=`mb&=-1Jg5a[5c!@=r(AX#h.OsO*1!W`:I`FdXCLfYs#=`+G=GI
lGs!,Q63q+/9@nC>;o(?9t1=Rhd"]Y^^r^0bK_&6;R9%>DbF2iQU75G6Cp1n%].@_XRjhR3E'2&>eWf]`E^.r7\'JXC)VZOP
abH&^0S1jhC[08C2$7"EXpp*Vm*RT:[Nm!YZC+5un+?#@@g&TlUa4k"aX?d%WcF[9?K<[U!30(!Fr"=#N4p5grRe+io"abU;
eW6PK3"Mnu[)!W\K;pb2(n>kQ-]F<PFUdC_b9Er=Pldlk9Lsl#!2h4go))Q<V9cM%/CipI^nQ^DS!HJ;ia+3)O1mt5bL_h('
P&-O+8.pTP)l(NR&dG,79N*</5]@\IbON6;+3/Dd1@tT4@ats>J99EJ9G7!Z3Qpu8V)$1)bUk-PceO.2J[*/X3W\iRj#9Vp`
-XYg1ZU,,bL?s3#L\hf]gC/s4Ujg)&tD`UbYs$26H;?>7L3!/9i)(H'X[$U;D_)]2b,_W+p\5"<HV9he>0iMfC[m10N<((K3
$1GD0Jq\+Fk\Kd^Ab!37`0g*E,V;Puh5B<dgHUg%A?N?ruo@j^-Ot4ge>@Q=[aRhA'%oCKOU(0m(k9X`o"sQM'?ZcuN^j8m,
0eQW2kP9mL8V3"?IB?++>#B4%<n,E#k%(!fS!GWhOEg_\lpMe&3o_d6Ylp&U4WG7H-cjr&mO?<T;%4-nlO%H3];R2u*'i0:>
-O5UqPrIil"mX'3<(M,6[Ap/?WUg<gtH'`%5`Z]$sg5`.clIh3&RV'!o]s$L$%S`AT4"S(5m2H8IVJCHXc'.<pN\@G?[b`0C
e_<:\Wp*[b[qP7LL@M84HelBCl81-nU#c!7o<`&@KlskFR/\hZlB`6^J8;g$):3$m-4;j+SMs?>g\lTcRW<O.?e8uFT.P7q<
Sd+QGS4ppO)]R@qh+/4"b[*=q0&Tk<F).sakCaiSVQF?-\p[IQW:"MbYh\?m!:lDI=PGLP^,KET/YTNl]sA%0Z=^leFe7b4s
R@312l<4&@uM(&*7@\7msFc!eEDT"Z2fk30B5s"FTPF3@L^BRK-J11a!X)5pcla*($o$#HXAb68W;i.34&c"i)p)b(bu1IR&
W9d(;eqru0r5L#r7(U@L?`8P'OJ5T1S%\8^[G):X:0\>+S;aC1%g#)LWWTdofQ!+K)Y0#iR!(@hfF@04V]/"psrA3*7)3V#7
#kfT.:"B6:[XFG,ERmh!\)BkMZ-V)5YPi*o2a;\]NCUP5%BG>F.\\3jiGQAU'.3mo!:&mrt6:XPmR+##JL]jLR!$EZn5d1nN
^]Y"e=[+.HS:Z60L-nIOXo]kO-3A4P$VFeU/O6DHQQT0u0;th?'?!Lrj=lchn14aY\/5;jA.&EPR4`'d'pVXV6Dme59o\40!
&?`N9TV(8^q^bSF$<gPfqdURo1i[L?9B>4.KnmI)$9kH%SonY3+bRdS?k+fa@MF:kA5I1?tNr#^c+QpfG^@QMHij.q)$e-!J
+0Y+;!d'2h9O$"12Znc5DrtAY9fVXO_MDq6)<nkmd\l3"8\l3X;V>)Zu;\APF%.8CibH:t2"p8#`s`.<$=1oYuO1W]`m!/NA
oV[Ob.9(]])g"JGD$U!idK6KW\=MNj7uV"FO.A(=DD'P=@BRYD%2Ql;SS+Fnt~>
U
cliprestore
0 A
gsave
grestore
gsave 2 setlinecap
90 R
/PSL_sign 1 def
/PSL_do_annot 1 def
/PSL_do_label 1 def
/PSL_do_A1 0 def
/PSL_TL1 24 def
/PSL_AO0 24 def
/PSL_AO1 24 def
/PSL_LO 35 def
/PSL_AF0 67 def
/PSL_AF1 67 def
/PSL_LF 67 def
/PSL_AH0 0 def
/PSL_AH1 0 def
0 0 M 67 F0 (M) E /PSL_dim_w exch def FP pathbbox N /PSL_dim_h exch def pop /PSL_dim_d exch def pop
PSL_dim_h PSL_dim_d sub /PSL_LH exch def
5 W
0 0 M 525 0 D S
2 W
0 0 M 0 24 D S
87 0 M 0 24 D S
175 0 M 0 24 D S
262 0 M 0 24 D S
350 0 M 0 24 D S
438 0 M 0 24 D S
525 0 M 0 24 D S