text
stringlengths 0
538k
|
---|
* train.do
sysuse auto
replace foreign = 3 if _n < 10
replace foreign = 4 if _n > 10 & _n < 20
svmachines foreign price-gear_ratio if !missing(rep78)
do tests/helpers/inspect_model.do
|
* train.do
sysuse auto
replace foreign = 3 if _n < 10
replace foreign = 4 if _n > 10 & _n < 20
svmachines price-gear_ratio if !missing(rep78), type(one_class)
do tests/helpers/inspect_model.do
|
* train_svr.do
sysuse auto
svmachines price mpg-gear_ratio if !missing(rep78), type(nu_svr) kernel(sigmoid)
do tests/helpers/inspect_model.do
|
* predict_svr.do
sysuse auto
capture svmachines price mpg-gear_ratio if !missing(rep78), type(nu_svr) kernel(sigmoid) probability
if(_rc == 0) {
di as error "svmachines should disallow regression with probability turned on"
exit 1
}
|
// there's an off-by-one-ish bug in the new exporting SVs code,
// this code triggers it
sysuse auto
drop make
order gear_ratio
svmachines * if !missing(rep78), sv(Is_SV) type(SVR)
// if the bug is there, you will see --> _model2stata phase 3: warning: overflowed sv_indices before all rows filled. i=74, s=49, l=49
list Is_SV
tab gear_ratio Is_SV
|
* inspect_model.do
* Inspect fitted model state, as known to Stata
* NOTE: this is autoincluded to all tests via makefile magic; hence,
* it is wrapped to silence errors on tests which don't make a struct svm_model
* AND *each line* is wrapped so that their errors are independent of the others, just as a defensive measure
* BUT as an output optimization, we assume that if nSV is not defined, we can skip trying the rest
* These two should usually be empty, except for preload which of course has to use scalars to communicate
capture noisily scalar list
capture noisily matrix dir /* unlike 'scalar list', 'matrix list' shows a *single* matrix and 'dir' shows all */
capture matrix list e(rho) /*I can't figure out a better to test if a variable is defined than to try to access it and see if it crashes */
if(_rc==0) {
capture noisily ereturn list /* because of Stata's single-global-return-list design, the only time we can access this data is immediately after a svm_train or svm_import */
capture noisily matrix list e(sv_coef)
capture noisily matrix list e(rho)
}
|
* settings.do
set linesize 119
* make all platforms consistent in their batch output;
* NOTE: this is autoincluded to all tests via makefile magic
* tip buried in http://web.stanford.edu/group/ssds/cgi-bin/drupal/files/Guides/Stata_Unix__2011.pdf
* ALSO these comments are *after* the set, because it affects how stata prints out comments.
local TRACE : env TRACE /* you can't use env by itself, for some reason */
// BEWARE: stata resets the trace setting when a do file quits
// do running this as "do
if("`TRACE'"!="") {
set trace on
set more off
}
|
G75*
%MOIN*%
%OFA0B0*%
%FSLAX25Y25*%
%IPPOS*%
%LPD*%
%AMOC8*
5,1,8,0,0,1.08239X$1,22.5*
%
%ADD10C,0.00000*%
%ADD11C,0.00100*%
D10*
X0032652Y0010767D02*
X0032652Y0395526D01*
X0032651Y0395526D02*
X0032654Y0395737D01*
X0032661Y0395947D01*
X0032674Y0396158D01*
X0032692Y0396368D01*
X0032715Y0396577D01*
X0032743Y0396786D01*
X0032775Y0396994D01*
X0032813Y0397201D01*
X0032856Y0397408D01*
X0032904Y0397613D01*
X0032957Y0397817D01*
X0033015Y0398019D01*
X0033078Y0398221D01*
X0033145Y0398420D01*
X0033218Y0398618D01*
X0033295Y0398814D01*
X0033377Y0399008D01*
X0033463Y0399201D01*
X0033554Y0399391D01*
X0033650Y0399578D01*
X0033750Y0399764D01*
X0033855Y0399947D01*
X0033964Y0400127D01*
X0034077Y0400305D01*
X0034195Y0400480D01*
X0034316Y0400651D01*
X0034442Y0400820D01*
X0034572Y0400986D01*
X0034706Y0401149D01*
X0034844Y0401308D01*
X0034986Y0401464D01*
X0035131Y0401617D01*
X0035280Y0401766D01*
X0035433Y0401911D01*
X0035589Y0402053D01*
X0035748Y0402191D01*
X0035911Y0402325D01*
X0036077Y0402455D01*
X0036246Y0402581D01*
X0036417Y0402702D01*
X0036592Y0402820D01*
X0036770Y0402933D01*
X0036950Y0403042D01*
X0037133Y0403147D01*
X0037319Y0403247D01*
X0037506Y0403343D01*
X0037696Y0403434D01*
X0037889Y0403520D01*
X0038083Y0403602D01*
X0038279Y0403679D01*
X0038477Y0403752D01*
X0038676Y0403819D01*
X0038878Y0403882D01*
X0039080Y0403940D01*
X0039284Y0403993D01*
X0039489Y0404041D01*
X0039696Y0404084D01*
X0039903Y0404122D01*
X0040111Y0404154D01*
X0040320Y0404182D01*
X0040529Y0404205D01*
X0040739Y0404223D01*
X0040950Y0404236D01*
X0041160Y0404243D01*
X0041371Y0404246D01*
X0041371Y0404245D02*
X0234687Y0404245D01*
X0234878Y0404243D01*
X0235068Y0404236D01*
X0235258Y0404224D01*
X0235448Y0404208D01*
X0235638Y0404188D01*
X0235826Y0404162D01*
X0236015Y0404132D01*
X0236202Y0404098D01*
X0236389Y0404059D01*
X0236574Y0404016D01*
X0236759Y0403968D01*
X0236942Y0403916D01*
X0237124Y0403859D01*
X0237304Y0403798D01*
X0237483Y0403733D01*
X0237661Y0403663D01*
X0237836Y0403589D01*
X0238010Y0403511D01*
X0238182Y0403428D01*
X0238352Y0403342D01*
X0238519Y0403251D01*
X0238685Y0403156D01*
X0238848Y0403058D01*
X0239009Y0402955D01*
X0239167Y0402849D01*
X0239322Y0402739D01*
X0239475Y0402625D01*
X0239625Y0402508D01*
X0239772Y0402386D01*
X0239916Y0402262D01*
X0240057Y0402134D01*
X0240195Y0402002D01*
X0240330Y0401867D01*
X0240462Y0401729D01*
X0240590Y0401588D01*
X0240714Y0401444D01*
X0240836Y0401297D01*
X0240953Y0401147D01*
X0241067Y0400994D01*
X0241177Y0400839D01*
X0241283Y0400681D01*
X0241386Y0400520D01*
X0241484Y0400357D01*
X0241579Y0400191D01*
X0241670Y0400024D01*
X0241756Y0399854D01*
X0241839Y0399682D01*
X0241917Y0399508D01*
X0241991Y0399333D01*
X0242061Y0399155D01*
X0242126Y0398976D01*
X0242187Y0398796D01*
X0242244Y0398614D01*
X0242296Y0398431D01*
X0242344Y0398246D01*
X0242387Y0398061D01*
X0242426Y0397874D01*
X0242460Y0397687D01*
X0242490Y0397498D01*
X0242516Y0397310D01*
X0242536Y0397120D01*
X0242552Y0396930D01*
X0242564Y0396740D01*
X0242571Y0396550D01*
X0242573Y0396359D01*
X0242573Y0009978D01*
X0242570Y0009761D01*
X0242563Y0009544D01*
X0242549Y0009328D01*
X0242531Y0009111D01*
X0242508Y0008896D01*
X0242479Y0008681D01*
X0242445Y0008466D01*
X0242406Y0008253D01*
X0242361Y0008041D01*
X0242312Y0007829D01*
X0242258Y0007619D01*
X0242198Y0007411D01*
X0242134Y0007204D01*
X0242064Y0006998D01*
X0241990Y0006794D01*
X0241910Y0006592D01*
X0241826Y0006393D01*
X0241737Y0006195D01*
X0241643Y0005999D01*
X0241545Y0005806D01*
X0241441Y0005615D01*
X0241334Y0005427D01*
X0241222Y0005241D01*
X0241105Y0005058D01*
X0240984Y0004878D01*
X0240858Y0004701D01*
X0240729Y0004527D01*
X0240595Y0004356D01*
X0240457Y0004189D01*
X0240315Y0004024D01*
X0240169Y0003864D01*
X0240020Y0003707D01*
X0239866Y0003553D01*
X0239709Y0003404D01*
X0239549Y0003258D01*
X0239384Y0003116D01*
X0239217Y0002978D01*
X0239046Y0002844D01*
X0238872Y0002715D01*
X0238695Y0002589D01*
X0238515Y0002468D01*
X0238332Y0002351D01*
X0238146Y0002239D01*
X0237958Y0002132D01*
X0237767Y0002028D01*
X0237574Y0001930D01*
X0237378Y0001836D01*
X0237180Y0001747D01*
X0236981Y0001663D01*
X0236779Y0001583D01*
X0236575Y0001509D01*
X0236369Y0001439D01*
X0236162Y0001375D01*
X0235954Y0001315D01*
X0235744Y0001261D01*
X0235532Y0001212D01*
X0235320Y0001167D01*
X0235107Y0001128D01*
X0234892Y0001094D01*
X0234677Y0001065D01*
X0234462Y0001042D01*
X0234245Y0001024D01*
X0234029Y0001010D01*
X0233812Y0001003D01*
X0233595Y0001000D01*
X0042418Y0001000D01*
X0042182Y0001003D01*
X0041946Y0001011D01*
X0041711Y0001026D01*
X0041475Y0001046D01*
X0041241Y0001071D01*
X0041007Y0001102D01*
X0040774Y0001139D01*
X0040541Y0001182D01*
X0040310Y0001230D01*
X0040081Y0001284D01*
X0039852Y0001343D01*
X0039625Y0001408D01*
X0039400Y0001478D01*
X0039176Y0001554D01*
X0038955Y0001635D01*
X0038735Y0001721D01*
X0038517Y0001813D01*
X0038302Y0001910D01*
X0038089Y0002012D01*
X0037879Y0002119D01*
X0037671Y0002231D01*
X0037467Y0002348D01*
X0037265Y0002470D01*
X0037066Y0002597D01*
X0036870Y0002729D01*
X0036677Y0002865D01*
X0036488Y0003006D01*
X0036302Y0003152D01*
X0036120Y0003302D01*
X0035941Y0003456D01*
X0035767Y0003615D01*
X0035596Y0003778D01*
X0035429Y0003945D01*
X0035266Y0004116D01*
X0035107Y0004290D01*
X0034953Y0004469D01*
X0034803Y0004651D01*
X0034657Y0004837D01*
X0034516Y0005026D01*
X0034380Y0005219D01*
X0034248Y0005415D01*
X0034121Y0005614D01*
X0033999Y0005816D01*
X0033882Y0006020D01*
X0033770Y0006228D01*
X0033663Y0006438D01*
X0033561Y0006651D01*
X0033464Y0006866D01*
X0033372Y0007084D01*
X0033286Y0007304D01*
X0033205Y0007525D01*
X0033129Y0007749D01*
X0033059Y0007974D01*
X0032994Y0008201D01*
X0032935Y0008430D01*
X0032881Y0008659D01*
X0032833Y0008890D01*
X0032790Y0009123D01*
X0032753Y0009356D01*
X0032722Y0009590D01*
X0032697Y0009824D01*
X0032677Y0010060D01*
X0032662Y0010295D01*
X0032654Y0010531D01*
X0032651Y0010767D01*
X0058152Y0026000D02*
X0058154Y0026172D01*
X0058160Y0026343D01*
X0058171Y0026515D01*
X0058186Y0026686D01*
X0058205Y0026857D01*
X0058228Y0027027D01*
X0058255Y0027197D01*
X0058287Y0027366D01*
X0058322Y0027534D01*
X0058362Y0027701D01*
X0058406Y0027867D01*
X0058453Y0028032D01*
X0058505Y0028196D01*
X0058561Y0028358D01*
X0058621Y0028519D01*
X0058685Y0028679D01*
X0058753Y0028837D01*
X0058824Y0028993D01*
X0058899Y0029147D01*
X0058979Y0029300D01*
X0059061Y0029450D01*
X0059148Y0029599D01*
X0059238Y0029745D01*
X0059332Y0029889D01*
X0059429Y0030031D01*
X0059530Y0030170D01*
X0059634Y0030307D01*
X0059741Y0030441D01*
X0059852Y0030572D01*
X0059965Y0030701D01*
X0060082Y0030827D01*
X0060202Y0030950D01*
X0060325Y0031070D01*
X0060451Y0031187D01*
X0060580Y0031300D01*
X0060711Y0031411D01*
X0060845Y0031518D01*
X0060982Y0031622D01*
X0061121Y0031723D01*
X0061263Y0031820D01*
X0061407Y0031914D01*
X0061553Y0032004D01*
X0061702Y0032091D01*
X0061852Y0032173D01*
X0062005Y0032253D01*
X0062159Y0032328D01*
X0062315Y0032399D01*
X0062473Y0032467D01*
X0062633Y0032531D01*
X0062794Y0032591D01*
X0062956Y0032647D01*
X0063120Y0032699D01*
X0063285Y0032746D01*
X0063451Y0032790D01*
X0063618Y0032830D01*
X0063786Y0032865D01*
X0063955Y0032897D01*
X0064125Y0032924D01*
X0064295Y0032947D01*
X0064466Y0032966D01*
X0064637Y0032981D01*
X0064809Y0032992D01*
X0064980Y0032998D01*
X0065152Y0033000D01*
X0065324Y0032998D01*
X0065495Y0032992D01*
X0065667Y0032981D01*
X0065838Y0032966D01*
X0066009Y0032947D01*
X0066179Y0032924D01*
X0066349Y0032897D01*
X0066518Y0032865D01*
X0066686Y0032830D01*
X0066853Y0032790D01*
X0067019Y0032746D01*
X0067184Y0032699D01*
X0067348Y0032647D01*
X0067510Y0032591D01*
X0067671Y0032531D01*
X0067831Y0032467D01*
X0067989Y0032399D01*
X0068145Y0032328D01*
X0068299Y0032253D01*
X0068452Y0032173D01*
X0068602Y0032091D01*
X0068751Y0032004D01*
X0068897Y0031914D01*
X0069041Y0031820D01*
X0069183Y0031723D01*
X0069322Y0031622D01*
X0069459Y0031518D01*
X0069593Y0031411D01*
X0069724Y0031300D01*
X0069853Y0031187D01*
X0069979Y0031070D01*
X0070102Y0030950D01*
X0070222Y0030827D01*
X0070339Y0030701D01*
X0070452Y0030572D01*
X0070563Y0030441D01*
X0070670Y0030307D01*
X0070774Y0030170D01*
X0070875Y0030031D01*
X0070972Y0029889D01*
X0071066Y0029745D01*
X0071156Y0029599D01*
X0071243Y0029450D01*
X0071325Y0029300D01*
X0071405Y0029147D01*
X0071480Y0028993D01*
X0071551Y0028837D01*
X0071619Y0028679D01*
X0071683Y0028519D01*
X0071743Y0028358D01*
X0071799Y0028196D01*
X0071851Y0028032D01*
X0071898Y0027867D01*
X0071942Y0027701D01*
X0071982Y0027534D01*
X0072017Y0027366D01*
X0072049Y0027197D01*
X0072076Y0027027D01*
X0072099Y0026857D01*
X0072118Y0026686D01*
X0072133Y0026515D01*
X0072144Y0026343D01*
X0072150Y0026172D01*
X0072152Y0026000D01*
X0072150Y0025828D01*
X0072144Y0025657D01*
X0072133Y0025485D01*
X0072118Y0025314D01*
X0072099Y0025143D01*
X0072076Y0024973D01*
X0072049Y0024803D01*
X0072017Y0024634D01*
X0071982Y0024466D01*
X0071942Y0024299D01*
X0071898Y0024133D01*
X0071851Y0023968D01*
X0071799Y0023804D01*
X0071743Y0023642D01*
X0071683Y0023481D01*
X0071619Y0023321D01*
X0071551Y0023163D01*
X0071480Y0023007D01*
X0071405Y0022853D01*
X0071325Y0022700D01*
X0071243Y0022550D01*
X0071156Y0022401D01*
X0071066Y0022255D01*
X0070972Y0022111D01*
X0070875Y0021969D01*
X0070774Y0021830D01*
X0070670Y0021693D01*
X0070563Y0021559D01*
X0070452Y0021428D01*
X0070339Y0021299D01*
X0070222Y0021173D01*
X0070102Y0021050D01*
X0069979Y0020930D01*
X0069853Y0020813D01*
X0069724Y0020700D01*
X0069593Y0020589D01*
X0069459Y0020482D01*
X0069322Y0020378D01*
X0069183Y0020277D01*
X0069041Y0020180D01*
X0068897Y0020086D01*
X0068751Y0019996D01*
X0068602Y0019909D01*
X0068452Y0019827D01*
X0068299Y0019747D01*
X0068145Y0019672D01*
X0067989Y0019601D01*
X0067831Y0019533D01*
X0067671Y0019469D01*
X0067510Y0019409D01*
X0067348Y0019353D01*
X0067184Y0019301D01*
X0067019Y0019254D01*
X0066853Y0019210D01*
X0066686Y0019170D01*
X0066518Y0019135D01*
X0066349Y0019103D01*
X0066179Y0019076D01*
X0066009Y0019053D01*
X0065838Y0019034D01*
X0065667Y0019019D01*
X0065495Y0019008D01*
X0065324Y0019002D01*
X0065152Y0019000D01*
X0064980Y0019002D01*
X0064809Y0019008D01*
X0064637Y0019019D01*
X0064466Y0019034D01*
X0064295Y0019053D01*
X0064125Y0019076D01*
X0063955Y0019103D01*
X0063786Y0019135D01*
X0063618Y0019170D01*
X0063451Y0019210D01*
X0063285Y0019254D01*
X0063120Y0019301D01*
X0062956Y0019353D01*
X0062794Y0019409D01*
X0062633Y0019469D01*
X0062473Y0019533D01*
X0062315Y0019601D01*
X0062159Y0019672D01*
X0062005Y0019747D01*
X0061852Y0019827D01*
X0061702Y0019909D01*
X0061553Y0019996D01*
X0061407Y0020086D01*
X0061263Y0020180D01*
X0061121Y0020277D01*
X0060982Y0020378D01*
X0060845Y0020482D01*
X0060711Y0020589D01*
X0060580Y0020700D01*
X0060451Y0020813D01*
X0060325Y0020930D01*
X0060202Y0021050D01*
X0060082Y0021173D01*
X0059965Y0021299D01*
X0059852Y0021428D01*
X0059741Y0021559D01*
X0059634Y0021693D01*
X0059530Y0021830D01*
X0059429Y0021969D01*
X0059332Y0022111D01*
X0059238Y0022255D01*
X0059148Y0022401D01*
X0059061Y0022550D01*
X0058979Y0022700D01*
X0058899Y0022853D01*
X0058824Y0023007D01*
X0058753Y0023163D01*
X0058685Y0023321D01*
X0058621Y0023481D01*
X0058561Y0023642D01*
X0058505Y0023804D01*
X0058453Y0023968D01*
X0058406Y0024133D01*
X0058362Y0024299D01*
X0058322Y0024466D01*
X0058287Y0024634D01*
X0058255Y0024803D01*
X0058228Y0024973D01*
X0058205Y0025143D01*
X0058186Y0025314D01*
X0058171Y0025485D01*
X0058160Y0025657D01*
X0058154Y0025828D01*
X0058152Y0026000D01*
X0055822Y0064839D02*
X0055824Y0065011D01*
X0055830Y0065182D01*
X0055841Y0065354D01*
X0055856Y0065525D01*
X0055875Y0065696D01*
X0055898Y0065866D01*
X0055925Y0066036D01*
X0055957Y0066205D01*
X0055992Y0066373D01*
X0056032Y0066540D01*
X0056076Y0066706D01*
X0056123Y0066871D01*
X0056175Y0067035D01*
X0056231Y0067197D01*
X0056291Y0067358D01*
X0056355Y0067518D01*
X0056423Y0067676D01*
X0056494Y0067832D01*
X0056569Y0067986D01*
X0056649Y0068139D01*
X0056731Y0068289D01*
X0056818Y0068438D01*
X0056908Y0068584D01*
X0057002Y0068728D01*
X0057099Y0068870D01*
X0057200Y0069009D01*
X0057304Y0069146D01*
X0057411Y0069280D01*
X0057522Y0069411D01*
X0057635Y0069540D01*
X0057752Y0069666D01*
X0057872Y0069789D01*
X0057995Y0069909D01*
X0058121Y0070026D01*
X0058250Y0070139D01*
X0058381Y0070250D01*
X0058515Y0070357D01*
X0058652Y0070461D01*
X0058791Y0070562D01*
X0058933Y0070659D01*
X0059077Y0070753D01*
X0059223Y0070843D01*
X0059372Y0070930D01*
X0059522Y0071012D01*
X0059675Y0071092D01*
X0059829Y0071167D01*
X0059985Y0071238D01*
X0060143Y0071306D01*
X0060303Y0071370D01*
X0060464Y0071430D01*
X0060626Y0071486D01*
X0060790Y0071538D01*
X0060955Y0071585D01*
X0061121Y0071629D01*
X0061288Y0071669D01*
X0061456Y0071704D01*
X0061625Y0071736D01*
X0061795Y0071763D01*
X0061965Y0071786D01*
X0062136Y0071805D01*
X0062307Y0071820D01*
X0062479Y0071831D01*
X0062650Y0071837D01*
X0062822Y0071839D01*
X0062994Y0071837D01*
X0063165Y0071831D01*
X0063337Y0071820D01*
X0063508Y0071805D01*
X0063679Y0071786D01*
X0063849Y0071763D01*
X0064019Y0071736D01*
X0064188Y0071704D01*
X0064356Y0071669D01*
X0064523Y0071629D01*
X0064689Y0071585D01*
X0064854Y0071538D01*
X0065018Y0071486D01*
X0065180Y0071430D01*
X0065341Y0071370D01*
X0065501Y0071306D01*
X0065659Y0071238D01*
X0065815Y0071167D01*
X0065969Y0071092D01*
X0066122Y0071012D01*
X0066272Y0070930D01*
X0066421Y0070843D01*
X0066567Y0070753D01*
X0066711Y0070659D01*
X0066853Y0070562D01*
X0066992Y0070461D01*
X0067129Y0070357D01*
X0067263Y0070250D01*
X0067394Y0070139D01*
X0067523Y0070026D01*
X0067649Y0069909D01*
X0067772Y0069789D01*
X0067892Y0069666D01*
X0068009Y0069540D01*
X0068122Y0069411D01*
X0068233Y0069280D01*
X0068340Y0069146D01*
X0068444Y0069009D01*
X0068545Y0068870D01*
X0068642Y0068728D01*
X0068736Y0068584D01*
X0068826Y0068438D01*
X0068913Y0068289D01*
X0068995Y0068139D01*
X0069075Y0067986D01*
X0069150Y0067832D01*
X0069221Y0067676D01*
X0069289Y0067518D01*
X0069353Y0067358D01*
X0069413Y0067197D01*
X0069469Y0067035D01*
X0069521Y0066871D01*
X0069568Y0066706D01*
X0069612Y0066540D01*
X0069652Y0066373D01*
X0069687Y0066205D01*
X0069719Y0066036D01*
X0069746Y0065866D01*
X0069769Y0065696D01*
X0069788Y0065525D01*
X0069803Y0065354D01*
X0069814Y0065182D01*
X0069820Y0065011D01*
X0069822Y0064839D01*
X0069820Y0064667D01*
X0069814Y0064496D01*
X0069803Y0064324D01*
X0069788Y0064153D01*
X0069769Y0063982D01*
X0069746Y0063812D01*
X0069719Y0063642D01*
X0069687Y0063473D01*
X0069652Y0063305D01*
X0069612Y0063138D01*
X0069568Y0062972D01*
X0069521Y0062807D01*
X0069469Y0062643D01*
X0069413Y0062481D01*
X0069353Y0062320D01*
X0069289Y0062160D01*
X0069221Y0062002D01*
X0069150Y0061846D01*
X0069075Y0061692D01*
X0068995Y0061539D01*
X0068913Y0061389D01*
X0068826Y0061240D01*
X0068736Y0061094D01*
X0068642Y0060950D01*
X0068545Y0060808D01*
X0068444Y0060669D01*
X0068340Y0060532D01*
X0068233Y0060398D01*
X0068122Y0060267D01*
X0068009Y0060138D01*
X0067892Y0060012D01*
X0067772Y0059889D01*
X0067649Y0059769D01*
X0067523Y0059652D01*
X0067394Y0059539D01*
X0067263Y0059428D01*
X0067129Y0059321D01*
X0066992Y0059217D01*
X0066853Y0059116D01*
X0066711Y0059019D01*
X0066567Y0058925D01*
X0066421Y0058835D01*
X0066272Y0058748D01*
X0066122Y0058666D01*
X0065969Y0058586D01*
X0065815Y0058511D01*
X0065659Y0058440D01*
X0065501Y0058372D01*
X0065341Y0058308D01*
X0065180Y0058248D01*
X0065018Y0058192D01*
X0064854Y0058140D01*
X0064689Y0058093D01*
X0064523Y0058049D01*
X0064356Y0058009D01*
X0064188Y0057974D01*
X0064019Y0057942D01*
X0063849Y0057915D01*
X0063679Y0057892D01*
X0063508Y0057873D01*
X0063337Y0057858D01*
X0063165Y0057847D01*
X0062994Y0057841D01*
X0062822Y0057839D01*
X0062650Y0057841D01*
X0062479Y0057847D01*
X0062307Y0057858D01*
X0062136Y0057873D01*
X0061965Y0057892D01*
X0061795Y0057915D01*
X0061625Y0057942D01*
X0061456Y0057974D01*
X0061288Y0058009D01*
X0061121Y0058049D01*
X0060955Y0058093D01*
X0060790Y0058140D01*
X0060626Y0058192D01*
X0060464Y0058248D01*
X0060303Y0058308D01*
X0060143Y0058372D01*
X0059985Y0058440D01*
X0059829Y0058511D01*
X0059675Y0058586D01*
X0059522Y0058666D01*
X0059372Y0058748D01*
X0059223Y0058835D01*
X0059077Y0058925D01*
X0058933Y0059019D01*
X0058791Y0059116D01*
X0058652Y0059217D01*
X0058515Y0059321D01*
X0058381Y0059428D01*
X0058250Y0059539D01*
X0058121Y0059652D01*
X0057995Y0059769D01*
X0057872Y0059889D01*
X0057752Y0060012D01*
X0057635Y0060138D01*
X0057522Y0060267D01*
X0057411Y0060398D01*
X0057304Y0060532D01*
X0057200Y0060669D01*
X0057099Y0060808D01*
X0057002Y0060950D01*
X0056908Y0061094D01*
X0056818Y0061240D01*
X0056731Y0061389D01*
X0056649Y0061539D01*
X0056569Y0061692D01*
X0056494Y0061846D01*
X0056423Y0062002D01*
X0056355Y0062160D01*
X0056291Y0062320D01*
X0056231Y0062481D01*
X0056175Y0062643D01*
X0056123Y0062807D01*
X0056076Y0062972D01*
X0056032Y0063138D01*
X0055992Y0063305D01*
X0055957Y0063473D01*
X0055925Y0063642D01*
X0055898Y0063812D01*
X0055875Y0063982D01*
X0055856Y0064153D01*
X0055841Y0064324D01*
X0055830Y0064496D01*
X0055824Y0064667D01*
X0055822Y0064839D01*
X0055891Y0088621D02*
X0055893Y0088793D01*
X0055899Y0088964D01*
X0055910Y0089136D01*
X0055925Y0089307D01*
X0055944Y0089478D01*
X0055967Y0089648D01*
X0055994Y0089818D01*
X0056026Y0089987D01*
X0056061Y0090155D01*
X0056101Y0090322D01*
X0056145Y0090488D01*
X0056192Y0090653D01*
X0056244Y0090817D01*
X0056300Y0090979D01*
X0056360Y0091140D01*
X0056424Y0091300D01*
X0056492Y0091458D01*
X0056563Y0091614D01*
X0056638Y0091768D01*
X0056718Y0091921D01*
X0056800Y0092071D01*
X0056887Y0092220D01*
X0056977Y0092366D01*
X0057071Y0092510D01*
X0057168Y0092652D01*
X0057269Y0092791D01*
X0057373Y0092928D01*
X0057480Y0093062D01*
X0057591Y0093193D01*
X0057704Y0093322D01*
X0057821Y0093448D01*
X0057941Y0093571D01*
X0058064Y0093691D01*
X0058190Y0093808D01*
X0058319Y0093921D01*
X0058450Y0094032D01*
X0058584Y0094139D01*
X0058721Y0094243D01*
X0058860Y0094344D01*
X0059002Y0094441D01*
X0059146Y0094535D01*
X0059292Y0094625D01*
X0059441Y0094712D01*
X0059591Y0094794D01*
X0059744Y0094874D01*
X0059898Y0094949D01*
X0060054Y0095020D01*
X0060212Y0095088D01*
X0060372Y0095152D01*
X0060533Y0095212D01*
X0060695Y0095268D01*
X0060859Y0095320D01*
X0061024Y0095367D01*
X0061190Y0095411D01*
X0061357Y0095451D01*
X0061525Y0095486D01*
X0061694Y0095518D01*
X0061864Y0095545D01*
X0062034Y0095568D01*
X0062205Y0095587D01*
X0062376Y0095602D01*
X0062548Y0095613D01*
X0062719Y0095619D01*
X0062891Y0095621D01*
X0063063Y0095619D01*
X0063234Y0095613D01*
X0063406Y0095602D01*
X0063577Y0095587D01*
X0063748Y0095568D01*
X0063918Y0095545D01*
X0064088Y0095518D01*
X0064257Y0095486D01*
X0064425Y0095451D01*
X0064592Y0095411D01*
X0064758Y0095367D01*
X0064923Y0095320D01*
X0065087Y0095268D01*
X0065249Y0095212D01*
X0065410Y0095152D01*
X0065570Y0095088D01*
X0065728Y0095020D01*
X0065884Y0094949D01*
X0066038Y0094874D01*
X0066191Y0094794D01*
X0066341Y0094712D01*
X0066490Y0094625D01*
X0066636Y0094535D01*
X0066780Y0094441D01*
X0066922Y0094344D01*
X0067061Y0094243D01*
X0067198Y0094139D01*
X0067332Y0094032D01*
X0067463Y0093921D01*
X0067592Y0093808D01*
X0067718Y0093691D01*
X0067841Y0093571D01*
X0067961Y0093448D01*
X0068078Y0093322D01*
X0068191Y0093193D01*
X0068302Y0093062D01*
X0068409Y0092928D01*
X0068513Y0092791D01*
X0068614Y0092652D01*
X0068711Y0092510D01*
X0068805Y0092366D01*
X0068895Y0092220D01*
X0068982Y0092071D01*
X0069064Y0091921D01*
X0069144Y0091768D01*
X0069219Y0091614D01*
X0069290Y0091458D01*
X0069358Y0091300D01*
X0069422Y0091140D01*
X0069482Y0090979D01*
X0069538Y0090817D01*
X0069590Y0090653D01*
X0069637Y0090488D01*
X0069681Y0090322D01*
X0069721Y0090155D01*
X0069756Y0089987D01*
X0069788Y0089818D01*
X0069815Y0089648D01*
X0069838Y0089478D01*
X0069857Y0089307D01*
X0069872Y0089136D01*
X0069883Y0088964D01*
X0069889Y0088793D01*
X0069891Y0088621D01*
X0069889Y0088449D01*
X0069883Y0088278D01*
X0069872Y0088106D01*
X0069857Y0087935D01*
X0069838Y0087764D01*
X0069815Y0087594D01*
X0069788Y0087424D01*
X0069756Y0087255D01*
X0069721Y0087087D01*
X0069681Y0086920D01*
X0069637Y0086754D01*
X0069590Y0086589D01*
X0069538Y0086425D01*
X0069482Y0086263D01*
X0069422Y0086102D01*
X0069358Y0085942D01*
X0069290Y0085784D01*
X0069219Y0085628D01*
X0069144Y0085474D01*
X0069064Y0085321D01*
X0068982Y0085171D01*
X0068895Y0085022D01*
X0068805Y0084876D01*
X0068711Y0084732D01*
X0068614Y0084590D01*
X0068513Y0084451D01*
X0068409Y0084314D01*
X0068302Y0084180D01*
X0068191Y0084049D01*
X0068078Y0083920D01*
X0067961Y0083794D01*
X0067841Y0083671D01*
X0067718Y0083551D01*
X0067592Y0083434D01*
X0067463Y0083321D01*
X0067332Y0083210D01*
X0067198Y0083103D01*
X0067061Y0082999D01*
X0066922Y0082898D01*
X0066780Y0082801D01*
X0066636Y0082707D01*
X0066490Y0082617D01*
X0066341Y0082530D01*
X0066191Y0082448D01*
X0066038Y0082368D01*
X0065884Y0082293D01*
X0065728Y0082222D01*
X0065570Y0082154D01*
X0065410Y0082090D01*
X0065249Y0082030D01*
X0065087Y0081974D01*
X0064923Y0081922D01*
X0064758Y0081875D01*
X0064592Y0081831D01*
X0064425Y0081791D01*
X0064257Y0081756D01*
X0064088Y0081724D01*
X0063918Y0081697D01*
X0063748Y0081674D01*
X0063577Y0081655D01*
X0063406Y0081640D01*
X0063234Y0081629D01*
X0063063Y0081623D01*
X0062891Y0081621D01*
X0062719Y0081623D01*
X0062548Y0081629D01*
X0062376Y0081640D01*
X0062205Y0081655D01*
X0062034Y0081674D01*
X0061864Y0081697D01*
X0061694Y0081724D01*
X0061525Y0081756D01*
X0061357Y0081791D01*
X0061190Y0081831D01*
X0061024Y0081875D01*
X0060859Y0081922D01*
X0060695Y0081974D01*
X0060533Y0082030D01*
X0060372Y0082090D01*
X0060212Y0082154D01*
X0060054Y0082222D01*
X0059898Y0082293D01*
X0059744Y0082368D01*
X0059591Y0082448D01*
X0059441Y0082530D01*
X0059292Y0082617D01*
X0059146Y0082707D01*
X0059002Y0082801D01*
X0058860Y0082898D01*
X0058721Y0082999D01*
X0058584Y0083103D01*
X0058450Y0083210D01*
X0058319Y0083321D01*
X0058190Y0083434D01*
X0058064Y0083551D01*
X0057941Y0083671D01*
X0057821Y0083794D01*
X0057704Y0083920D01*
X0057591Y0084049D01*
X0057480Y0084180D01*
X0057373Y0084314D01*
X0057269Y0084451D01*
X0057168Y0084590D01*
X0057071Y0084732D01*
X0056977Y0084876D01*
X0056887Y0085022D01*
X0056800Y0085171D01*
X0056718Y0085321D01*
X0056638Y0085474D01*
X0056563Y0085628D01*
X0056492Y0085784D01*
X0056424Y0085942D01*
X0056360Y0086102D01*
X0056300Y0086263D01*
X0056244Y0086425D01*
X0056192Y0086589D01*
X0056145Y0086754D01*
X0056101Y0086920D01*
X0056061Y0087087D01*
X0056026Y0087255D01*
X0055994Y0087424D01*
X0055967Y0087594D01*
X0055944Y0087764D01*
X0055925Y0087935D01*
X0055910Y0088106D01*
X0055899Y0088278D01*
X0055893Y0088449D01*
X0055891Y0088621D01*
X0047274Y0309944D02*
X0047276Y0310043D01*
X0047282Y0310142D01*
X0047292Y0310241D01*
X0047306Y0310339D01*
X0047324Y0310436D01*
X0047346Y0310533D01*
X0047371Y0310629D01*
X0047401Y0310723D01*
X0047434Y0310817D01*
X0047471Y0310909D01*
X0047512Y0310999D01*
X0047556Y0311088D01*
X0047604Y0311174D01*
X0047655Y0311259D01*
X0047710Y0311342D01*
X0047768Y0311422D01*
X0047829Y0311500D01*
X0047893Y0311576D01*
X0047960Y0311649D01*
X0048030Y0311719D01*
X0048103Y0311786D01*
X0048179Y0311850D01*
X0048257Y0311911D01*
X0048337Y0311969D01*
X0048420Y0312024D01*
X0048504Y0312075D01*
X0048591Y0312123D01*
X0048680Y0312167D01*
X0048770Y0312208D01*
X0048862Y0312245D01*
X0048956Y0312278D01*
X0049050Y0312308D01*
X0049146Y0312333D01*
X0049243Y0312355D01*
X0049340Y0312373D01*
X0049438Y0312387D01*
X0049537Y0312397D01*
X0049636Y0312403D01*
X0049735Y0312405D01*
X0049834Y0312403D01*
X0049933Y0312397D01*
X0050032Y0312387D01*
X0050130Y0312373D01*
X0050227Y0312355D01*
X0050324Y0312333D01*
X0050420Y0312308D01*
X0050514Y0312278D01*
X0050608Y0312245D01*
X0050700Y0312208D01*
X0050790Y0312167D01*
X0050879Y0312123D01*
X0050965Y0312075D01*
X0051050Y0312024D01*
X0051133Y0311969D01*
X0051213Y0311911D01*
X0051291Y0311850D01*
X0051367Y0311786D01*
X0051440Y0311719D01*
X0051510Y0311649D01*
X0051577Y0311576D01*
X0051641Y0311500D01*
X0051702Y0311422D01*
X0051760Y0311342D01*
X0051815Y0311259D01*
X0051866Y0311175D01*
X0051914Y0311088D01*
X0051958Y0310999D01*
X0051999Y0310909D01*
X0052036Y0310817D01*
X0052069Y0310723D01*
X0052099Y0310629D01*
X0052124Y0310533D01*
X0052146Y0310436D01*
X0052164Y0310339D01*
X0052178Y0310241D01*
X0052188Y0310142D01*
X0052194Y0310043D01*
X0052196Y0309944D01*
X0052194Y0309845D01*
X0052188Y0309746D01*
X0052178Y0309647D01*
X0052164Y0309549D01*
X0052146Y0309452D01*
X0052124Y0309355D01*
X0052099Y0309259D01*
X0052069Y0309165D01*
X0052036Y0309071D01*
X0051999Y0308979D01*
X0051958Y0308889D01*
X0051914Y0308800D01*
X0051866Y0308714D01*
X0051815Y0308629D01*
X0051760Y0308546D01*
X0051702Y0308466D01*
X0051641Y0308388D01*
X0051577Y0308312D01*
X0051510Y0308239D01*
X0051440Y0308169D01*
X0051367Y0308102D01*
X0051291Y0308038D01*
X0051213Y0307977D01*
X0051133Y0307919D01*
X0051050Y0307864D01*
X0050966Y0307813D01*
X0050879Y0307765D01*
X0050790Y0307721D01*
X0050700Y0307680D01*
X0050608Y0307643D01*
X0050514Y0307610D01*
X0050420Y0307580D01*
X0050324Y0307555D01*
X0050227Y0307533D01*
X0050130Y0307515D01*
X0050032Y0307501D01*
X0049933Y0307491D01*
X0049834Y0307485D01*
X0049735Y0307483D01*
X0049636Y0307485D01*
X0049537Y0307491D01*
X0049438Y0307501D01*
X0049340Y0307515D01*
X0049243Y0307533D01*
X0049146Y0307555D01*
X0049050Y0307580D01*
X0048956Y0307610D01*
X0048862Y0307643D01*
X0048770Y0307680D01*
X0048680Y0307721D01*
X0048591Y0307765D01*
X0048505Y0307813D01*
X0048420Y0307864D01*
X0048337Y0307919D01*
X0048257Y0307977D01*
X0048179Y0308038D01*
X0048103Y0308102D01*
X0048030Y0308169D01*
X0047960Y0308239D01*
X0047893Y0308312D01*
X0047829Y0308388D01*
X0047768Y0308466D01*
X0047710Y0308546D01*
X0047655Y0308629D01*
X0047604Y0308713D01*
X0047556Y0308800D01*
X0047512Y0308889D01*
X0047471Y0308979D01*
X0047434Y0309071D01*
X0047401Y0309165D01*
X0047371Y0309259D01*
X0047346Y0309355D01*
X0047324Y0309452D01*
X0047306Y0309549D01*
X0047292Y0309647D01*
X0047282Y0309746D01*
X0047276Y0309845D01*
X0047274Y0309944D01*
X0047274Y0341440D02*
X0047276Y0341539D01*
X0047282Y0341638D01*
X0047292Y0341737D01*
X0047306Y0341835D01*
X0047324Y0341932D01*
X0047346Y0342029D01*
X0047371Y0342125D01*
X0047401Y0342219D01*
X0047434Y0342313D01*
X0047471Y0342405D01*
X0047512Y0342495D01*
X0047556Y0342584D01*
X0047604Y0342670D01*
X0047655Y0342755D01*
X0047710Y0342838D01*
X0047768Y0342918D01*
X0047829Y0342996D01*
X0047893Y0343072D01*
X0047960Y0343145D01*
X0048030Y0343215D01*
X0048103Y0343282D01*
X0048179Y0343346D01*
X0048257Y0343407D01*
X0048337Y0343465D01*
X0048420Y0343520D01*
X0048504Y0343571D01*
X0048591Y0343619D01*
X0048680Y0343663D01*
X0048770Y0343704D01*
X0048862Y0343741D01*
X0048956Y0343774D01*
X0049050Y0343804D01*
X0049146Y0343829D01*
X0049243Y0343851D01*
X0049340Y0343869D01*
X0049438Y0343883D01*
X0049537Y0343893D01*
X0049636Y0343899D01*
X0049735Y0343901D01*
X0049834Y0343899D01*
X0049933Y0343893D01*
X0050032Y0343883D01*
X0050130Y0343869D01*
X0050227Y0343851D01*
X0050324Y0343829D01*
X0050420Y0343804D01*
X0050514Y0343774D01*
X0050608Y0343741D01*
X0050700Y0343704D01*
X0050790Y0343663D01*
X0050879Y0343619D01*
X0050965Y0343571D01*
X0051050Y0343520D01*
X0051133Y0343465D01*
X0051213Y0343407D01*
X0051291Y0343346D01*
X0051367Y0343282D01*
X0051440Y0343215D01*
X0051510Y0343145D01*
X0051577Y0343072D01*
X0051641Y0342996D01*
X0051702Y0342918D01*
X0051760Y0342838D01*
X0051815Y0342755D01*
X0051866Y0342671D01*
X0051914Y0342584D01*
X0051958Y0342495D01*
X0051999Y0342405D01*
X0052036Y0342313D01*
X0052069Y0342219D01*
X0052099Y0342125D01*
X0052124Y0342029D01*
X0052146Y0341932D01*
X0052164Y0341835D01*
X0052178Y0341737D01*
X0052188Y0341638D01*
X0052194Y0341539D01*
X0052196Y0341440D01*
X0052194Y0341341D01*
X0052188Y0341242D01*
X0052178Y0341143D01*
X0052164Y0341045D01*
X0052146Y0340948D01*
X0052124Y0340851D01*
X0052099Y0340755D01*
X0052069Y0340661D01*
X0052036Y0340567D01*
X0051999Y0340475D01*
X0051958Y0340385D01*
X0051914Y0340296D01*
X0051866Y0340210D01*
X0051815Y0340125D01*
X0051760Y0340042D01*
X0051702Y0339962D01*
X0051641Y0339884D01*
X0051577Y0339808D01*
X0051510Y0339735D01*
X0051440Y0339665D01*
X0051367Y0339598D01*
X0051291Y0339534D01*
X0051213Y0339473D01*
X0051133Y0339415D01*
X0051050Y0339360D01*
X0050966Y0339309D01*
X0050879Y0339261D01*
X0050790Y0339217D01*
X0050700Y0339176D01*
X0050608Y0339139D01*
X0050514Y0339106D01*
X0050420Y0339076D01*
X0050324Y0339051D01*
X0050227Y0339029D01*
X0050130Y0339011D01*
X0050032Y0338997D01*
X0049933Y0338987D01*
X0049834Y0338981D01*
X0049735Y0338979D01*
X0049636Y0338981D01*
X0049537Y0338987D01*
X0049438Y0338997D01*
X0049340Y0339011D01*
X0049243Y0339029D01*
X0049146Y0339051D01*
X0049050Y0339076D01*
X0048956Y0339106D01*
X0048862Y0339139D01*
X0048770Y0339176D01*
X0048680Y0339217D01*
X0048591Y0339261D01*
X0048505Y0339309D01*
X0048420Y0339360D01*
X0048337Y0339415D01*
X0048257Y0339473D01*
X0048179Y0339534D01*
X0048103Y0339598D01*
X0048030Y0339665D01*
X0047960Y0339735D01*
X0047893Y0339808D01*
X0047829Y0339884D01*
X0047768Y0339962D01*
X0047710Y0340042D01*
X0047655Y0340125D01*
X0047604Y0340209D01*
X0047556Y0340296D01*
X0047512Y0340385D01*
X0047471Y0340475D01*
X0047434Y0340567D01*
X0047401Y0340661D01*
X0047371Y0340755D01*
X0047346Y0340851D01*
X0047324Y0340948D01*
X0047306Y0341045D01*
X0047292Y0341143D01*
X0047282Y0341242D01*
X0047276Y0341341D01*
X0047274Y0341440D01*
X0207699Y0089198D02*
X0207701Y0089370D01*
X0207707Y0089541D01*
X0207718Y0089713D01*
X0207733Y0089884D01*
X0207752Y0090055D01*
X0207775Y0090225D01*
X0207802Y0090395D01*
X0207834Y0090564D01*
X0207869Y0090732D01*
X0207909Y0090899D01*
X0207953Y0091065D01*
X0208000Y0091230D01*
X0208052Y0091394D01*
X0208108Y0091556D01*
X0208168Y0091717D01*
X0208232Y0091877D01*
X0208300Y0092035D01*
X0208371Y0092191D01*
X0208446Y0092345D01*
X0208526Y0092498D01*
X0208608Y0092648D01*
X0208695Y0092797D01*
X0208785Y0092943D01*
X0208879Y0093087D01*
X0208976Y0093229D01*
X0209077Y0093368D01*
X0209181Y0093505D01*
X0209288Y0093639D01*
X0209399Y0093770D01*
X0209512Y0093899D01*
X0209629Y0094025D01*
X0209749Y0094148D01*
X0209872Y0094268D01*
X0209998Y0094385D01*
X0210127Y0094498D01*
X0210258Y0094609D01*
X0210392Y0094716D01*
X0210529Y0094820D01*
X0210668Y0094921D01*
X0210810Y0095018D01*
X0210954Y0095112D01*
X0211100Y0095202D01*
X0211249Y0095289D01*
X0211399Y0095371D01*
X0211552Y0095451D01*
X0211706Y0095526D01*
X0211862Y0095597D01*
X0212020Y0095665D01*
X0212180Y0095729D01*
X0212341Y0095789D01*
X0212503Y0095845D01*
X0212667Y0095897D01*
X0212832Y0095944D01*
X0212998Y0095988D01*
X0213165Y0096028D01*
X0213333Y0096063D01*
X0213502Y0096095D01*
X0213672Y0096122D01*
X0213842Y0096145D01*
X0214013Y0096164D01*
X0214184Y0096179D01*
X0214356Y0096190D01*
X0214527Y0096196D01*
X0214699Y0096198D01*
X0214871Y0096196D01*
X0215042Y0096190D01*
X0215214Y0096179D01*
X0215385Y0096164D01*
X0215556Y0096145D01*
X0215726Y0096122D01*
X0215896Y0096095D01*
X0216065Y0096063D01*
X0216233Y0096028D01*
X0216400Y0095988D01*
X0216566Y0095944D01*
X0216731Y0095897D01*
X0216895Y0095845D01*
X0217057Y0095789D01*
X0217218Y0095729D01*
X0217378Y0095665D01*
X0217536Y0095597D01*
X0217692Y0095526D01*
X0217846Y0095451D01*
X0217999Y0095371D01*
X0218149Y0095289D01*
X0218298Y0095202D01*
X0218444Y0095112D01*
X0218588Y0095018D01*
X0218730Y0094921D01*
X0218869Y0094820D01*
X0219006Y0094716D01*
X0219140Y0094609D01*
X0219271Y0094498D01*
X0219400Y0094385D01*
X0219526Y0094268D01*
X0219649Y0094148D01*
X0219769Y0094025D01*
X0219886Y0093899D01*
X0219999Y0093770D01*
X0220110Y0093639D01*
X0220217Y0093505D01*
X0220321Y0093368D01*
X0220422Y0093229D01*
X0220519Y0093087D01*
X0220613Y0092943D01*
X0220703Y0092797D01*
X0220790Y0092648D01*
X0220872Y0092498D01*
X0220952Y0092345D01*
X0221027Y0092191D01*
X0221098Y0092035D01*
X0221166Y0091877D01*
X0221230Y0091717D01*
X0221290Y0091556D01*
X0221346Y0091394D01*
X0221398Y0091230D01*
X0221445Y0091065D01*
X0221489Y0090899D01*
X0221529Y0090732D01*
X0221564Y0090564D01*
X0221596Y0090395D01*
X0221623Y0090225D01*
X0221646Y0090055D01*
X0221665Y0089884D01*
X0221680Y0089713D01*
X0221691Y0089541D01*
X0221697Y0089370D01*
X0221699Y0089198D01*
X0221697Y0089026D01*
X0221691Y0088855D01*
X0221680Y0088683D01*
X0221665Y0088512D01*
X0221646Y0088341D01*
X0221623Y0088171D01*
X0221596Y0088001D01*
X0221564Y0087832D01*
X0221529Y0087664D01*
X0221489Y0087497D01*
X0221445Y0087331D01*
X0221398Y0087166D01*
X0221346Y0087002D01*
X0221290Y0086840D01*
X0221230Y0086679D01*
X0221166Y0086519D01*
X0221098Y0086361D01*
X0221027Y0086205D01*
X0220952Y0086051D01*
X0220872Y0085898D01*
X0220790Y0085748D01*
X0220703Y0085599D01*
X0220613Y0085453D01*
X0220519Y0085309D01*
X0220422Y0085167D01*
X0220321Y0085028D01*
X0220217Y0084891D01*
X0220110Y0084757D01*
X0219999Y0084626D01*
X0219886Y0084497D01*
X0219769Y0084371D01*
X0219649Y0084248D01*
X0219526Y0084128D01*
X0219400Y0084011D01*
X0219271Y0083898D01*
X0219140Y0083787D01*
X0219006Y0083680D01*
X0218869Y0083576D01*
X0218730Y0083475D01*
X0218588Y0083378D01*
X0218444Y0083284D01*
X0218298Y0083194D01*
X0218149Y0083107D01*
X0217999Y0083025D01*
X0217846Y0082945D01*
X0217692Y0082870D01*
X0217536Y0082799D01*
X0217378Y0082731D01*
X0217218Y0082667D01*
X0217057Y0082607D01*
X0216895Y0082551D01*
X0216731Y0082499D01*
X0216566Y0082452D01*
X0216400Y0082408D01*
X0216233Y0082368D01*
X0216065Y0082333D01*
X0215896Y0082301D01*
X0215726Y0082274D01*
X0215556Y0082251D01*
X0215385Y0082232D01*
X0215214Y0082217D01*
X0215042Y0082206D01*
X0214871Y0082200D01*
X0214699Y0082198D01*
X0214527Y0082200D01*
X0214356Y0082206D01*
X0214184Y0082217D01*
X0214013Y0082232D01*
X0213842Y0082251D01*
X0213672Y0082274D01*
X0213502Y0082301D01*
X0213333Y0082333D01*
X0213165Y0082368D01*
X0212998Y0082408D01*
X0212832Y0082452D01*
X0212667Y0082499D01*
X0212503Y0082551D01*
X0212341Y0082607D01*
X0212180Y0082667D01*
X0212020Y0082731D01*
X0211862Y0082799D01*
X0211706Y0082870D01*
X0211552Y0082945D01*
X0211399Y0083025D01*
X0211249Y0083107D01*
X0211100Y0083194D01*
X0210954Y0083284D01*
X0210810Y0083378D01*
X0210668Y0083475D01*
X0210529Y0083576D01*
X0210392Y0083680D01*
X0210258Y0083787D01*
X0210127Y0083898D01*
X0209998Y0084011D01*
X0209872Y0084128D01*
X0209749Y0084248D01*
X0209629Y0084371D01*
X0209512Y0084497D01*
X0209399Y0084626D01*
X0209288Y0084757D01*
X0209181Y0084891D01*
X0209077Y0085028D01*
X0208976Y0085167D01*
X0208879Y0085309D01*
X0208785Y0085453D01*
X0208695Y0085599D01*
X0208608Y0085748D01*
X0208526Y0085898D01*
X0208446Y0086051D01*
X0208371Y0086205D01*
X0208300Y0086361D01*
X0208232Y0086519D01*
X0208168Y0086679D01*
X0208108Y0086840D01*
X0208052Y0087002D01*
X0208000Y0087166D01*
X0207953Y0087331D01*
X0207909Y0087497D01*
X0207869Y0087664D01*
X0207834Y0087832D01*
X0207802Y0088001D01*
X0207775Y0088171D01*
X0207752Y0088341D01*
X0207733Y0088512D01*
X0207718Y0088683D01*
X0207707Y0088855D01*
X0207701Y0089026D01*
X0207699Y0089198D01*
X0207489Y0065023D02*
X0207491Y0065195D01*
X0207497Y0065366D01*
X0207508Y0065538D01*
X0207523Y0065709D01*
X0207542Y0065880D01*
X0207565Y0066050D01*
X0207592Y0066220D01*
X0207624Y0066389D01*
X0207659Y0066557D01*
X0207699Y0066724D01*
X0207743Y0066890D01*
X0207790Y0067055D01*
X0207842Y0067219D01*
X0207898Y0067381D01*
X0207958Y0067542D01*
X0208022Y0067702D01*
X0208090Y0067860D01*
X0208161Y0068016D01*
X0208236Y0068170D01*
X0208316Y0068323D01*
X0208398Y0068473D01*
X0208485Y0068622D01*
X0208575Y0068768D01*
X0208669Y0068912D01*
X0208766Y0069054D01*
X0208867Y0069193D01*
X0208971Y0069330D01*
X0209078Y0069464D01*
X0209189Y0069595D01*
X0209302Y0069724D01*
X0209419Y0069850D01*
X0209539Y0069973D01*
X0209662Y0070093D01*
X0209788Y0070210D01*
X0209917Y0070323D01*
X0210048Y0070434D01*
X0210182Y0070541D01*
X0210319Y0070645D01*
X0210458Y0070746D01*
X0210600Y0070843D01*
X0210744Y0070937D01*
X0210890Y0071027D01*
X0211039Y0071114D01*
X0211189Y0071196D01*
X0211342Y0071276D01*
X0211496Y0071351D01*
X0211652Y0071422D01*
X0211810Y0071490D01*
X0211970Y0071554D01*
X0212131Y0071614D01*
X0212293Y0071670D01*
X0212457Y0071722D01*
X0212622Y0071769D01*
X0212788Y0071813D01*
X0212955Y0071853D01*
X0213123Y0071888D01*
X0213292Y0071920D01*
X0213462Y0071947D01*
X0213632Y0071970D01*
X0213803Y0071989D01*
X0213974Y0072004D01*
X0214146Y0072015D01*
X0214317Y0072021D01*
X0214489Y0072023D01*
X0214661Y0072021D01*
X0214832Y0072015D01*
X0215004Y0072004D01*
X0215175Y0071989D01*
X0215346Y0071970D01*
X0215516Y0071947D01*
X0215686Y0071920D01*
X0215855Y0071888D01*
X0216023Y0071853D01*
X0216190Y0071813D01*
X0216356Y0071769D01*
X0216521Y0071722D01*
X0216685Y0071670D01*
X0216847Y0071614D01*
X0217008Y0071554D01*
X0217168Y0071490D01*
X0217326Y0071422D01*
X0217482Y0071351D01*
X0217636Y0071276D01*
X0217789Y0071196D01*
X0217939Y0071114D01*
X0218088Y0071027D01*
X0218234Y0070937D01*
X0218378Y0070843D01*
X0218520Y0070746D01*
X0218659Y0070645D01*
X0218796Y0070541D01*
X0218930Y0070434D01*
X0219061Y0070323D01*
X0219190Y0070210D01*
X0219316Y0070093D01*
X0219439Y0069973D01*
X0219559Y0069850D01*
X0219676Y0069724D01*
X0219789Y0069595D01*
X0219900Y0069464D01*
X0220007Y0069330D01*
X0220111Y0069193D01*
X0220212Y0069054D01*
X0220309Y0068912D01*
X0220403Y0068768D01*
X0220493Y0068622D01*
X0220580Y0068473D01*
X0220662Y0068323D01*
X0220742Y0068170D01*
X0220817Y0068016D01*
X0220888Y0067860D01*
X0220956Y0067702D01*
X0221020Y0067542D01*
X0221080Y0067381D01*
X0221136Y0067219D01*
X0221188Y0067055D01*
X0221235Y0066890D01*
X0221279Y0066724D01*
X0221319Y0066557D01*
X0221354Y0066389D01*
X0221386Y0066220D01*
X0221413Y0066050D01*
X0221436Y0065880D01*
X0221455Y0065709D01*
X0221470Y0065538D01*
X0221481Y0065366D01*
X0221487Y0065195D01*
X0221489Y0065023D01*
X0221487Y0064851D01*
X0221481Y0064680D01*
X0221470Y0064508D01*
X0221455Y0064337D01*
X0221436Y0064166D01*
X0221413Y0063996D01*
X0221386Y0063826D01*
X0221354Y0063657D01*
X0221319Y0063489D01*
X0221279Y0063322D01*
X0221235Y0063156D01*
X0221188Y0062991D01*
X0221136Y0062827D01*
X0221080Y0062665D01*
X0221020Y0062504D01*
X0220956Y0062344D01*
X0220888Y0062186D01*
X0220817Y0062030D01*
X0220742Y0061876D01*
X0220662Y0061723D01*
X0220580Y0061573D01*
X0220493Y0061424D01*
X0220403Y0061278D01*
X0220309Y0061134D01*
X0220212Y0060992D01*
X0220111Y0060853D01*
X0220007Y0060716D01*
X0219900Y0060582D01*
X0219789Y0060451D01*
X0219676Y0060322D01*
X0219559Y0060196D01*
X0219439Y0060073D01*
X0219316Y0059953D01*
X0219190Y0059836D01*
X0219061Y0059723D01*
X0218930Y0059612D01*
X0218796Y0059505D01*
X0218659Y0059401D01*
X0218520Y0059300D01*
X0218378Y0059203D01*
X0218234Y0059109D01*
X0218088Y0059019D01*
X0217939Y0058932D01*
X0217789Y0058850D01*
X0217636Y0058770D01*
X0217482Y0058695D01*
X0217326Y0058624D01*
X0217168Y0058556D01*
X0217008Y0058492D01*
X0216847Y0058432D01*
X0216685Y0058376D01*
X0216521Y0058324D01*
X0216356Y0058277D01*
X0216190Y0058233D01*
X0216023Y0058193D01*
X0215855Y0058158D01*
X0215686Y0058126D01*
X0215516Y0058099D01*
X0215346Y0058076D01*
X0215175Y0058057D01*
X0215004Y0058042D01*
X0214832Y0058031D01*
X0214661Y0058025D01*
X0214489Y0058023D01*
X0214317Y0058025D01*
X0214146Y0058031D01*
X0213974Y0058042D01*
X0213803Y0058057D01*
X0213632Y0058076D01*
X0213462Y0058099D01*
X0213292Y0058126D01*
X0213123Y0058158D01*
X0212955Y0058193D01*
X0212788Y0058233D01*
X0212622Y0058277D01*
X0212457Y0058324D01*
X0212293Y0058376D01*
X0212131Y0058432D01*
X0211970Y0058492D01*
X0211810Y0058556D01*
X0211652Y0058624D01*
X0211496Y0058695D01*
X0211342Y0058770D01*
X0211189Y0058850D01*
X0211039Y0058932D01*
X0210890Y0059019D01*
X0210744Y0059109D01*
X0210600Y0059203D01*
X0210458Y0059300D01*
X0210319Y0059401D01*
X0210182Y0059505D01*
X0210048Y0059612D01*
X0209917Y0059723D01*
X0209788Y0059836D01*
X0209662Y0059953D01*
X0209539Y0060073D01*
X0209419Y0060196D01*
X0209302Y0060322D01*
X0209189Y0060451D01*
X0209078Y0060582D01*
X0208971Y0060716D01*
X0208867Y0060853D01*
X0208766Y0060992D01*
X0208669Y0061134D01*
X0208575Y0061278D01*
X0208485Y0061424D01*
X0208398Y0061573D01*
X0208316Y0061723D01*
X0208236Y0061876D01*
X0208161Y0062030D01*
X0208090Y0062186D01*
X0208022Y0062344D01*
X0207958Y0062504D01*
X0207898Y0062665D01*
X0207842Y0062827D01*
X0207790Y0062991D01*
X0207743Y0063156D01*
X0207699Y0063322D01*
X0207659Y0063489D01*
X0207624Y0063657D01*
X0207592Y0063826D01*
X0207565Y0063996D01*
X0207542Y0064166D01*
X0207523Y0064337D01*
X0207508Y0064508D01*
X0207497Y0064680D01*
X0207491Y0064851D01*
X0207489Y0065023D01*
X0203152Y0026000D02*
X0203154Y0026172D01*
X0203160Y0026343D01*
X0203171Y0026515D01*
X0203186Y0026686D01*
X0203205Y0026857D01*
X0203228Y0027027D01*
X0203255Y0027197D01*
X0203287Y0027366D01*
X0203322Y0027534D01*
X0203362Y0027701D01*
X0203406Y0027867D01*
X0203453Y0028032D01*
X0203505Y0028196D01*
X0203561Y0028358D01*
X0203621Y0028519D01*
X0203685Y0028679D01*
X0203753Y0028837D01*
X0203824Y0028993D01*
X0203899Y0029147D01*
X0203979Y0029300D01*
X0204061Y0029450D01*
X0204148Y0029599D01*
X0204238Y0029745D01*
X0204332Y0029889D01*
X0204429Y0030031D01*
X0204530Y0030170D01*
X0204634Y0030307D01*
X0204741Y0030441D01*
X0204852Y0030572D01*
X0204965Y0030701D01*
X0205082Y0030827D01*
X0205202Y0030950D01*
X0205325Y0031070D01*
X0205451Y0031187D01*
X0205580Y0031300D01*
X0205711Y0031411D01*
X0205845Y0031518D01*
X0205982Y0031622D01*
X0206121Y0031723D01*
X0206263Y0031820D01*
X0206407Y0031914D01*
X0206553Y0032004D01*
X0206702Y0032091D01*
X0206852Y0032173D01*
X0207005Y0032253D01*
X0207159Y0032328D01*
X0207315Y0032399D01*
X0207473Y0032467D01*
X0207633Y0032531D01*
X0207794Y0032591D01*
X0207956Y0032647D01*
X0208120Y0032699D01*
X0208285Y0032746D01*
X0208451Y0032790D01*
X0208618Y0032830D01*
X0208786Y0032865D01*
X0208955Y0032897D01*
X0209125Y0032924D01*
X0209295Y0032947D01*
X0209466Y0032966D01*
X0209637Y0032981D01*
X0209809Y0032992D01*
X0209980Y0032998D01*
X0210152Y0033000D01*
X0210324Y0032998D01*
X0210495Y0032992D01*
X0210667Y0032981D01*
X0210838Y0032966D01*
X0211009Y0032947D01*
X0211179Y0032924D01*
X0211349Y0032897D01*
X0211518Y0032865D01*
X0211686Y0032830D01*
X0211853Y0032790D01*
X0212019Y0032746D01*
X0212184Y0032699D01*
X0212348Y0032647D01*
X0212510Y0032591D01*
X0212671Y0032531D01*
X0212831Y0032467D01*
X0212989Y0032399D01*
X0213145Y0032328D01*
X0213299Y0032253D01*
X0213452Y0032173D01*
X0213602Y0032091D01*
X0213751Y0032004D01*
X0213897Y0031914D01*
X0214041Y0031820D01*
X0214183Y0031723D01*
X0214322Y0031622D01*
X0214459Y0031518D01*
X0214593Y0031411D01*
X0214724Y0031300D01*
X0214853Y0031187D01*
X0214979Y0031070D01*
X0215102Y0030950D01*
X0215222Y0030827D01*
X0215339Y0030701D01*
X0215452Y0030572D01*
X0215563Y0030441D01*
X0215670Y0030307D01*
X0215774Y0030170D01*
X0215875Y0030031D01*
X0215972Y0029889D01*
X0216066Y0029745D01*
X0216156Y0029599D01*
X0216243Y0029450D01*
X0216325Y0029300D01*
X0216405Y0029147D01*
X0216480Y0028993D01*
X0216551Y0028837D01*
X0216619Y0028679D01*
X0216683Y0028519D01*
X0216743Y0028358D01*
X0216799Y0028196D01*
X0216851Y0028032D01*
X0216898Y0027867D01*
X0216942Y0027701D01*
X0216982Y0027534D01*
X0217017Y0027366D01*
X0217049Y0027197D01*
X0217076Y0027027D01*
X0217099Y0026857D01*
X0217118Y0026686D01*
X0217133Y0026515D01*
X0217144Y0026343D01*
X0217150Y0026172D01*
X0217152Y0026000D01*
X0217150Y0025828D01*
X0217144Y0025657D01*
X0217133Y0025485D01*
X0217118Y0025314D01*
X0217099Y0025143D01*
X0217076Y0024973D01*
X0217049Y0024803D01*
X0217017Y0024634D01*
X0216982Y0024466D01*
X0216942Y0024299D01*
X0216898Y0024133D01*
X0216851Y0023968D01*
X0216799Y0023804D01*
X0216743Y0023642D01*
X0216683Y0023481D01*
X0216619Y0023321D01*
X0216551Y0023163D01*
X0216480Y0023007D01*
X0216405Y0022853D01*
X0216325Y0022700D01*
X0216243Y0022550D01*
X0216156Y0022401D01*
X0216066Y0022255D01*
X0215972Y0022111D01*
X0215875Y0021969D01*
X0215774Y0021830D01*
X0215670Y0021693D01*
X0215563Y0021559D01*
X0215452Y0021428D01*
X0215339Y0021299D01*
X0215222Y0021173D01*
X0215102Y0021050D01*
X0214979Y0020930D01*
X0214853Y0020813D01*
X0214724Y0020700D01*
X0214593Y0020589D01*
X0214459Y0020482D01*
X0214322Y0020378D01*
X0214183Y0020277D01*
X0214041Y0020180D01*
X0213897Y0020086D01*
X0213751Y0019996D01*
X0213602Y0019909D01*
X0213452Y0019827D01*
X0213299Y0019747D01*
X0213145Y0019672D01*
X0212989Y0019601D01*
X0212831Y0019533D01*
X0212671Y0019469D01*
X0212510Y0019409D01*
X0212348Y0019353D01*
X0212184Y0019301D01*
X0212019Y0019254D01*
X0211853Y0019210D01*
X0211686Y0019170D01*
X0211518Y0019135D01*
X0211349Y0019103D01*
X0211179Y0019076D01*
X0211009Y0019053D01*
X0210838Y0019034D01*
X0210667Y0019019D01*
X0210495Y0019008D01*
X0210324Y0019002D01*
X0210152Y0019000D01*
X0209980Y0019002D01*
X0209809Y0019008D01*
X0209637Y0019019D01*
X0209466Y0019034D01*
X0209295Y0019053D01*
X0209125Y0019076D01*
X0208955Y0019103D01*
X0208786Y0019135D01*
X0208618Y0019170D01*
X0208451Y0019210D01*
X0208285Y0019254D01*
X0208120Y0019301D01*
X0207956Y0019353D01*
X0207794Y0019409D01*
X0207633Y0019469D01*
X0207473Y0019533D01*
X0207315Y0019601D01*
X0207159Y0019672D01*
X0207005Y0019747D01*
X0206852Y0019827D01*
X0206702Y0019909D01*
X0206553Y0019996D01*
X0206407Y0020086D01*
X0206263Y0020180D01*
X0206121Y0020277D01*
X0205982Y0020378D01*
X0205845Y0020482D01*
X0205711Y0020589D01*
X0205580Y0020700D01*
X0205451Y0020813D01*
X0205325Y0020930D01*
X0205202Y0021050D01*
X0205082Y0021173D01*
X0204965Y0021299D01*
X0204852Y0021428D01*
X0204741Y0021559D01*
X0204634Y0021693D01*
X0204530Y0021830D01*
X0204429Y0021969D01*
X0204332Y0022111D01*
X0204238Y0022255D01*
X0204148Y0022401D01*
X0204061Y0022550D01*
X0203979Y0022700D01*
X0203899Y0022853D01*
X0203824Y0023007D01*
X0203753Y0023163D01*
X0203685Y0023321D01*
X0203621Y0023481D01*
X0203561Y0023642D01*
X0203505Y0023804D01*
X0203453Y0023968D01*
X0203406Y0024133D01*
X0203362Y0024299D01*
X0203322Y0024466D01*
X0203287Y0024634D01*
X0203255Y0024803D01*
X0203228Y0024973D01*
X0203205Y0025143D01*
X0203186Y0025314D01*
X0203171Y0025485D01*
X0203160Y0025657D01*
X0203154Y0025828D01*
X0203152Y0026000D01*
D11*
X0206252Y0026000D02*
X0206254Y0026124D01*
X0206260Y0026249D01*
X0206270Y0026373D01*
X0206284Y0026496D01*
X0206301Y0026619D01*
X0206323Y0026742D01*
X0206349Y0026864D01*
X0206378Y0026984D01*
X0206412Y0027104D01*
X0206449Y0027223D01*
X0206490Y0027340D01*
X0206534Y0027456D01*
X0206582Y0027571D01*
X0206634Y0027684D01*
X0206690Y0027795D01*
X0206749Y0027905D01*
X0206811Y0028012D01*
X0206877Y0028118D01*
X0206946Y0028221D01*
X0207019Y0028322D01*
X0207095Y0028421D01*
X0207173Y0028517D01*
X0207255Y0028611D01*
X0207340Y0028702D01*
X0207427Y0028791D01*
X0207518Y0028876D01*
X0207611Y0028959D01*
X0207707Y0029038D01*
X0207805Y0029114D01*
X0207905Y0029188D01*
X0208008Y0029258D01*
X0208113Y0029324D01*
X0208220Y0029388D01*
X0208329Y0029448D01*
X0208440Y0029504D01*
X0208552Y0029557D01*
X0208667Y0029606D01*
X0208782Y0029652D01*
X0208900Y0029693D01*
X0209018Y0029732D01*
X0209138Y0029766D01*
X0209258Y0029796D01*
X0209380Y0029823D01*
X0209502Y0029845D01*
X0209625Y0029864D01*
X0209748Y0029879D01*
X0209872Y0029890D01*
X0209997Y0029897D01*
X0210121Y0029900D01*
X0210245Y0029899D01*
X0210370Y0029894D01*
X0210494Y0029885D01*
X0210617Y0029872D01*
X0210741Y0029855D01*
X0210863Y0029835D01*
X0210985Y0029810D01*
X0211106Y0029781D01*
X0211226Y0029749D01*
X0211345Y0029713D01*
X0211463Y0029673D01*
X0211580Y0029629D01*
X0211695Y0029582D01*
X0211808Y0029531D01*
X0211920Y0029476D01*
X0212030Y0029418D01*
X0212138Y0029357D01*
X0212244Y0029292D01*
X0212348Y0029223D01*
X0212449Y0029152D01*
X0212549Y0029077D01*
X0212646Y0028999D01*
X0212740Y0028918D01*
X0212832Y0028834D01*
X0212921Y0028747D01*
X0213007Y0028657D01*
X0213090Y0028565D01*
X0213170Y0028470D01*
X0213248Y0028372D01*
X0213322Y0028272D01*
X0213393Y0028170D01*
X0213460Y0028066D01*
X0213524Y0027959D01*
X0213585Y0027850D01*
X0213642Y0027740D01*
X0213696Y0027628D01*
X0213746Y0027514D01*
X0213793Y0027399D01*
X0213835Y0027282D01*
X0213874Y0027164D01*
X0213910Y0027044D01*
X0213941Y0026924D01*
X0213968Y0026803D01*
X0213992Y0026681D01*
X0214012Y0026558D01*
X0214028Y0026434D01*
X0214040Y0026311D01*
X0214048Y0026187D01*
X0214052Y0026062D01*
X0214052Y0025938D01*
X0214048Y0025813D01*
X0214040Y0025689D01*
X0214028Y0025566D01*
X0214012Y0025442D01*
X0213992Y0025319D01*
X0213968Y0025197D01*
X0213941Y0025076D01*
X0213910Y0024956D01*
X0213874Y0024836D01*
X0213835Y0024718D01*
X0213793Y0024601D01*
X0213746Y0024486D01*
X0213696Y0024372D01*
X0213642Y0024260D01*
X0213585Y0024150D01*
X0213524Y0024041D01*
X0213460Y0023934D01*
X0213393Y0023830D01*
X0213322Y0023728D01*
X0213248Y0023628D01*
X0213170Y0023530D01*
X0213090Y0023435D01*
X0213007Y0023343D01*
X0212921Y0023253D01*
X0212832Y0023166D01*
X0212740Y0023082D01*
X0212646Y0023001D01*
X0212549Y0022923D01*
X0212449Y0022848D01*
X0212348Y0022777D01*
X0212244Y0022708D01*
X0212138Y0022643D01*
X0212030Y0022582D01*
X0211920Y0022524D01*
X0211808Y0022469D01*
X0211695Y0022418D01*
X0211580Y0022371D01*
X0211463Y0022327D01*
X0211345Y0022287D01*
X0211226Y0022251D01*
X0211106Y0022219D01*
X0210985Y0022190D01*
X0210863Y0022165D01*
X0210741Y0022145D01*
X0210617Y0022128D01*
X0210494Y0022115D01*
X0210370Y0022106D01*
X0210245Y0022101D01*
X0210121Y0022100D01*
X0209997Y0022103D01*
X0209872Y0022110D01*
X0209748Y0022121D01*
X0209625Y0022136D01*
X0209502Y0022155D01*
X0209380Y0022177D01*
X0209258Y0022204D01*
X0209138Y0022234D01*
X0209018Y0022268D01*
X0208900Y0022307D01*
X0208782Y0022348D01*
X0208667Y0022394D01*
X0208552Y0022443D01*
X0208440Y0022496D01*
X0208329Y0022552D01*
X0208220Y0022612D01*
X0208113Y0022676D01*
X0208008Y0022742D01*
X0207905Y0022812D01*
X0207805Y0022886D01*
X0207707Y0022962D01*
X0207611Y0023041D01*
X0207518Y0023124D01*
X0207427Y0023209D01*
X0207340Y0023298D01*
X0207255Y0023389D01*
X0207173Y0023483D01*
X0207095Y0023579D01*
X0207019Y0023678D01*
X0206946Y0023779D01*
X0206877Y0023882D01*
X0206811Y0023988D01*
X0206749Y0024095D01*
X0206690Y0024205D01*
X0206634Y0024316D01*
X0206582Y0024429D01*
X0206534Y0024544D01*
X0206490Y0024660D01*
X0206449Y0024777D01*
X0206412Y0024896D01*
X0206378Y0025016D01*
X0206349Y0025136D01*
X0206323Y0025258D01*
X0206301Y0025381D01*
X0206284Y0025504D01*
X0206270Y0025627D01*
X0206260Y0025751D01*
X0206254Y0025876D01*
X0206252Y0026000D01*
X0206152Y0022000D02*
X0214152Y0030000D01*
X0210589Y0065023D02*
X0210591Y0065147D01*
X0210597Y0065272D01*
X0210607Y0065396D01*
X0210621Y0065519D01*
X0210638Y0065642D01*
X0210660Y0065765D01*
X0210686Y0065887D01*
X0210715Y0066007D01*
X0210749Y0066127D01*
X0210786Y0066246D01*
X0210827Y0066363D01*
X0210871Y0066479D01*
X0210919Y0066594D01*
X0210971Y0066707D01*
X0211027Y0066818D01*
X0211086Y0066928D01*
X0211148Y0067035D01*
X0211214Y0067141D01*
X0211283Y0067244D01*
X0211356Y0067345D01*
X0211432Y0067444D01*
X0211510Y0067540D01*
X0211592Y0067634D01*
X0211677Y0067725D01*
X0211764Y0067814D01*
X0211855Y0067899D01*
X0211948Y0067982D01*
X0212044Y0068061D01*
X0212142Y0068137D01*
X0212242Y0068211D01*
X0212345Y0068281D01*
X0212450Y0068347D01*
X0212557Y0068411D01*
X0212666Y0068471D01*
X0212777Y0068527D01*
X0212889Y0068580D01*
X0213004Y0068629D01*
X0213119Y0068675D01*
X0213237Y0068716D01*
X0213355Y0068755D01*
X0213475Y0068789D01*
X0213595Y0068819D01*
X0213717Y0068846D01*
X0213839Y0068868D01*
X0213962Y0068887D01*
X0214085Y0068902D01*
X0214209Y0068913D01*
X0214334Y0068920D01*
X0214458Y0068923D01*
X0214582Y0068922D01*
X0214707Y0068917D01*
X0214831Y0068908D01*
X0214954Y0068895D01*
X0215078Y0068878D01*
X0215200Y0068858D01*
X0215322Y0068833D01*
X0215443Y0068804D01*
X0215563Y0068772D01*
X0215682Y0068736D01*
X0215800Y0068696D01*
X0215917Y0068652D01*
X0216032Y0068605D01*
X0216145Y0068554D01*
X0216257Y0068499D01*
X0216367Y0068441D01*
X0216475Y0068380D01*
X0216581Y0068315D01*
X0216685Y0068246D01*
X0216786Y0068175D01*
X0216886Y0068100D01*
X0216983Y0068022D01*
X0217077Y0067941D01*
X0217169Y0067857D01*
X0217258Y0067770D01*
X0217344Y0067680D01*
X0217427Y0067588D01*
X0217507Y0067493D01*
X0217585Y0067395D01*
X0217659Y0067295D01*
X0217730Y0067193D01*
X0217797Y0067089D01*
X0217861Y0066982D01*
X0217922Y0066873D01*
X0217979Y0066763D01*
X0218033Y0066651D01*
X0218083Y0066537D01*
X0218130Y0066422D01*
X0218172Y0066305D01*
X0218211Y0066187D01*
X0218247Y0066067D01*
X0218278Y0065947D01*
X0218305Y0065826D01*
X0218329Y0065704D01*
X0218349Y0065581D01*
X0218365Y0065457D01*
X0218377Y0065334D01*
X0218385Y0065210D01*
X0218389Y0065085D01*
X0218389Y0064961D01*
X0218385Y0064836D01*
X0218377Y0064712D01*
X0218365Y0064589D01*
X0218349Y0064465D01*
X0218329Y0064342D01*
X0218305Y0064220D01*
X0218278Y0064099D01*
X0218247Y0063979D01*
X0218211Y0063859D01*
X0218172Y0063741D01*
X0218130Y0063624D01*
X0218083Y0063509D01*
X0218033Y0063395D01*
X0217979Y0063283D01*
X0217922Y0063173D01*
X0217861Y0063064D01*
X0217797Y0062957D01*
X0217730Y0062853D01*
X0217659Y0062751D01*
X0217585Y0062651D01*
X0217507Y0062553D01*
X0217427Y0062458D01*
X0217344Y0062366D01*
X0217258Y0062276D01*
X0217169Y0062189D01*
X0217077Y0062105D01*
X0216983Y0062024D01*
X0216886Y0061946D01*
X0216786Y0061871D01*
X0216685Y0061800D01*
X0216581Y0061731D01*
X0216475Y0061666D01*
X0216367Y0061605D01*
X0216257Y0061547D01*
X0216145Y0061492D01*
X0216032Y0061441D01*
X0215917Y0061394D01*
X0215800Y0061350D01*
X0215682Y0061310D01*
X0215563Y0061274D01*
X0215443Y0061242D01*
X0215322Y0061213D01*
X0215200Y0061188D01*
X0215078Y0061168D01*
X0214954Y0061151D01*
X0214831Y0061138D01*
X0214707Y0061129D01*
X0214582Y0061124D01*
X0214458Y0061123D01*
X0214334Y0061126D01*
X0214209Y0061133D01*
X0214085Y0061144D01*
X0213962Y0061159D01*
X0213839Y0061178D01*
X0213717Y0061200D01*
X0213595Y0061227D01*
X0213475Y0061257D01*
X0213355Y0061291D01*
X0213237Y0061330D01*
X0213119Y0061371D01*
X0213004Y0061417D01*
X0212889Y0061466D01*
X0212777Y0061519D01*
X0212666Y0061575D01*
X0212557Y0061635D01*
X0212450Y0061699D01*
X0212345Y0061765D01*
X0212242Y0061835D01*
X0212142Y0061909D01*
X0212044Y0061985D01*
X0211948Y0062064D01*
X0211855Y0062147D01*
X0211764Y0062232D01*
X0211677Y0062321D01*
X0211592Y0062412D01*
X0211510Y0062506D01*
X0211432Y0062602D01*
X0211356Y0062701D01*
X0211283Y0062802D01*
X0211214Y0062905D01*
X0211148Y0063011D01*
X0211086Y0063118D01*
X0211027Y0063228D01*
X0210971Y0063339D01*
X0210919Y0063452D01*
X0210871Y0063567D01*
X0210827Y0063683D01*
X0210786Y0063800D01*
X0210749Y0063919D01*
X0210715Y0064039D01*
X0210686Y0064159D01*
X0210660Y0064281D01*
X0210638Y0064404D01*
X0210621Y0064527D01*
X0210607Y0064650D01*
X0210597Y0064774D01*
X0210591Y0064899D01*
X0210589Y0065023D01*
X0210489Y0061023D02*
X0218489Y0069023D01*
X0210799Y0089198D02*
X0210801Y0089322D01*
X0210807Y0089447D01*
X0210817Y0089571D01*
X0210831Y0089694D01*
X0210848Y0089817D01*
X0210870Y0089940D01*
X0210896Y0090062D01*
X0210925Y0090182D01*
X0210959Y0090302D01*
X0210996Y0090421D01*
X0211037Y0090538D01*
X0211081Y0090654D01*
X0211129Y0090769D01*
X0211181Y0090882D01*
X0211237Y0090993D01*
X0211296Y0091103D01*
X0211358Y0091210D01*
X0211424Y0091316D01*
X0211493Y0091419D01*
X0211566Y0091520D01*
X0211642Y0091619D01*
X0211720Y0091715D01*
X0211802Y0091809D01*
X0211887Y0091900D01*
X0211974Y0091989D01*
X0212065Y0092074D01*
X0212158Y0092157D01*
X0212254Y0092236D01*
X0212352Y0092312D01*
X0212452Y0092386D01*
X0212555Y0092456D01*
X0212660Y0092522D01*
X0212767Y0092586D01*
X0212876Y0092646D01*
X0212987Y0092702D01*
X0213099Y0092755D01*
X0213214Y0092804D01*
X0213329Y0092850D01*
X0213447Y0092891D01*
X0213565Y0092930D01*
X0213685Y0092964D01*
X0213805Y0092994D01*
X0213927Y0093021D01*
X0214049Y0093043D01*
X0214172Y0093062D01*
X0214295Y0093077D01*
X0214419Y0093088D01*
X0214544Y0093095D01*
X0214668Y0093098D01*
X0214792Y0093097D01*
X0214917Y0093092D01*
X0215041Y0093083D01*
X0215164Y0093070D01*
X0215288Y0093053D01*
X0215410Y0093033D01*
X0215532Y0093008D01*
X0215653Y0092979D01*
X0215773Y0092947D01*
X0215892Y0092911D01*
X0216010Y0092871D01*
X0216127Y0092827D01*
X0216242Y0092780D01*
X0216355Y0092729D01*
X0216467Y0092674D01*
X0216577Y0092616D01*
X0216685Y0092555D01*
X0216791Y0092490D01*
X0216895Y0092421D01*
X0216996Y0092350D01*
X0217096Y0092275D01*
X0217193Y0092197D01*
X0217287Y0092116D01*
X0217379Y0092032D01*
X0217468Y0091945D01*
X0217554Y0091855D01*
X0217637Y0091763D01*
X0217717Y0091668D01*
X0217795Y0091570D01*
X0217869Y0091470D01*
X0217940Y0091368D01*
X0218007Y0091264D01*
X0218071Y0091157D01*
X0218132Y0091048D01*
X0218189Y0090938D01*
X0218243Y0090826D01*
X0218293Y0090712D01*
X0218340Y0090597D01*
X0218382Y0090480D01*
X0218421Y0090362D01*
X0218457Y0090242D01*
X0218488Y0090122D01*
X0218515Y0090001D01*
X0218539Y0089879D01*
X0218559Y0089756D01*
X0218575Y0089632D01*
X0218587Y0089509D01*
X0218595Y0089385D01*
X0218599Y0089260D01*
X0218599Y0089136D01*
X0218595Y0089011D01*
X0218587Y0088887D01*
X0218575Y0088764D01*
X0218559Y0088640D01*
X0218539Y0088517D01*
X0218515Y0088395D01*
X0218488Y0088274D01*
X0218457Y0088154D01*
X0218421Y0088034D01*
X0218382Y0087916D01*
X0218340Y0087799D01*
X0218293Y0087684D01*
X0218243Y0087570D01*
X0218189Y0087458D01*
X0218132Y0087348D01*
X0218071Y0087239D01*
X0218007Y0087132D01*
X0217940Y0087028D01*
X0217869Y0086926D01*
X0217795Y0086826D01*
X0217717Y0086728D01*
X0217637Y0086633D01*
X0217554Y0086541D01*
X0217468Y0086451D01*
X0217379Y0086364D01*
X0217287Y0086280D01*
X0217193Y0086199D01*
X0217096Y0086121D01*
X0216996Y0086046D01*
X0216895Y0085975D01*
X0216791Y0085906D01*
X0216685Y0085841D01*
X0216577Y0085780D01*
X0216467Y0085722D01*
X0216355Y0085667D01*
X0216242Y0085616D01*
X0216127Y0085569D01*
X0216010Y0085525D01*
X0215892Y0085485D01*
X0215773Y0085449D01*
X0215653Y0085417D01*
X0215532Y0085388D01*
X0215410Y0085363D01*
X0215288Y0085343D01*
X0215164Y0085326D01*
X0215041Y0085313D01*
X0214917Y0085304D01*
X0214792Y0085299D01*
X0214668Y0085298D01*
X0214544Y0085301D01*
X0214419Y0085308D01*
X0214295Y0085319D01*
X0214172Y0085334D01*
X0214049Y0085353D01*
X0213927Y0085375D01*
X0213805Y0085402D01*
X0213685Y0085432D01*
X0213565Y0085466D01*
X0213447Y0085505D01*
X0213329Y0085546D01*
X0213214Y0085592D01*
X0213099Y0085641D01*
X0212987Y0085694D01*
X0212876Y0085750D01*
X0212767Y0085810D01*
X0212660Y0085874D01*
X0212555Y0085940D01*
X0212452Y0086010D01*
X0212352Y0086084D01*
X0212254Y0086160D01*
X0212158Y0086239D01*
X0212065Y0086322D01*
X0211974Y0086407D01*
X0211887Y0086496D01*
X0211802Y0086587D01*
X0211720Y0086681D01*
X0211642Y0086777D01*
X0211566Y0086876D01*
X0211493Y0086977D01*
X0211424Y0087080D01*
X0211358Y0087186D01*
X0211296Y0087293D01*
X0211237Y0087403D01*
X0211181Y0087514D01*
X0211129Y0087627D01*
X0211081Y0087742D01*
X0211037Y0087858D01*
X0210996Y0087975D01*
X0210959Y0088094D01*
X0210925Y0088214D01*
X0210896Y0088334D01*
X0210870Y0088456D01*
X0210848Y0088579D01*
X0210831Y0088702D01*
X0210817Y0088825D01*
X0210807Y0088949D01*
X0210801Y0089074D01*
X0210799Y0089198D01*
X0210699Y0085198D02*
X0218699Y0093198D01*
X0175152Y0040000D02*
X0175152Y0036000D01*
X0171152Y0032000D01*
X0179152Y0032000D01*
X0175152Y0036000D01*
X0175152Y0020000D02*
X0175152Y0016000D01*
X0171152Y0012000D01*
X0179152Y0012000D01*
X0175152Y0016000D01*
X0160152Y0016000D02*
X0160152Y0020000D01*
X0160152Y0016000D02*
X0156152Y0012000D01*
X0164152Y0012000D01*
X0160152Y0016000D01*
X0160152Y0036000D02*
X0160152Y0040000D01*
X0160152Y0036000D02*
X0156152Y0032000D01*
X0164152Y0032000D01*
X0160152Y0036000D01*
X0145152Y0036000D02*
X0145152Y0040000D01*
X0145152Y0036000D02*
X0141152Y0032000D01*
X0149152Y0032000D01*
X0145152Y0036000D01*
X0145152Y0020000D02*
X0145152Y0016000D01*
X0141152Y0012000D01*
X0149152Y0012000D01*
X0145152Y0016000D01*
X0130152Y0016000D02*
X0130152Y0020000D01*
X0130152Y0016000D02*
X0126152Y0012000D01*
X0134152Y0012000D01*
X0130152Y0016000D01*
X0130152Y0036000D02*
X0130152Y0040000D01*
X0130152Y0036000D02*
X0126152Y0032000D01*
X0134152Y0032000D01*
X0130152Y0036000D01*
X0115152Y0036000D02*
X0115152Y0040000D01*
X0115152Y0036000D02*
X0111152Y0032000D01*
X0119152Y0032000D01*
X0115152Y0036000D01*
X0115152Y0020000D02*
X0115152Y0016000D01*
X0111152Y0012000D01*
X0119152Y0012000D01*
X0115152Y0016000D01*
X0100152Y0016000D02*
X0100152Y0020000D01*
X0100152Y0016000D02*
X0096152Y0012000D01*
X0104152Y0012000D01*
X0100152Y0016000D01*
X0100152Y0036000D02*
X0100152Y0040000D01*
X0100152Y0036000D02*
X0096152Y0032000D01*
X0104152Y0032000D01*
X0100152Y0036000D01*
X0061252Y0026000D02*
X0061254Y0026124D01*
X0061260Y0026249D01*
X0061270Y0026373D01*
X0061284Y0026496D01*
X0061301Y0026619D01*
X0061323Y0026742D01*
X0061349Y0026864D01*
X0061378Y0026984D01*
X0061412Y0027104D01*
X0061449Y0027223D01*
X0061490Y0027340D01*
X0061534Y0027456D01*
X0061582Y0027571D01*
X0061634Y0027684D01*
X0061690Y0027795D01*
X0061749Y0027905D01*
X0061811Y0028012D01*
X0061877Y0028118D01*
X0061946Y0028221D01*
X0062019Y0028322D01*
X0062095Y0028421D01*
X0062173Y0028517D01*
X0062255Y0028611D01*
X0062340Y0028702D01*
X0062427Y0028791D01*
X0062518Y0028876D01*
X0062611Y0028959D01*
X0062707Y0029038D01*
X0062805Y0029114D01*
X0062905Y0029188D01*
X0063008Y0029258D01*
X0063113Y0029324D01*
X0063220Y0029388D01*
X0063329Y0029448D01*
X0063440Y0029504D01*
X0063552Y0029557D01*
X0063667Y0029606D01*
X0063782Y0029652D01*
X0063900Y0029693D01*
X0064018Y0029732D01*
X0064138Y0029766D01*
X0064258Y0029796D01*
X0064380Y0029823D01*
X0064502Y0029845D01*
X0064625Y0029864D01*
X0064748Y0029879D01*
X0064872Y0029890D01*
X0064997Y0029897D01*
X0065121Y0029900D01*
X0065245Y0029899D01*
X0065370Y0029894D01*
X0065494Y0029885D01*
X0065617Y0029872D01*
X0065741Y0029855D01*
X0065863Y0029835D01*
X0065985Y0029810D01*
X0066106Y0029781D01*
X0066226Y0029749D01*
X0066345Y0029713D01*
X0066463Y0029673D01*
X0066580Y0029629D01*
X0066695Y0029582D01*
X0066808Y0029531D01*
X0066920Y0029476D01*
X0067030Y0029418D01*
X0067138Y0029357D01*
X0067244Y0029292D01*
X0067348Y0029223D01*
X0067449Y0029152D01*
X0067549Y0029077D01*
X0067646Y0028999D01*
X0067740Y0028918D01*
X0067832Y0028834D01*
X0067921Y0028747D01*
X0068007Y0028657D01*
X0068090Y0028565D01*
X0068170Y0028470D01*
X0068248Y0028372D01*
X0068322Y0028272D01*
X0068393Y0028170D01*
X0068460Y0028066D01*
X0068524Y0027959D01*
X0068585Y0027850D01*
X0068642Y0027740D01*
X0068696Y0027628D01*
X0068746Y0027514D01*
X0068793Y0027399D01*
X0068835Y0027282D01*
X0068874Y0027164D01*
X0068910Y0027044D01*
X0068941Y0026924D01*
X0068968Y0026803D01*
X0068992Y0026681D01*
X0069012Y0026558D01*
X0069028Y0026434D01*
X0069040Y0026311D01*
X0069048Y0026187D01*
X0069052Y0026062D01*
X0069052Y0025938D01*
X0069048Y0025813D01*
X0069040Y0025689D01*
X0069028Y0025566D01*
X0069012Y0025442D01*
X0068992Y0025319D01*
X0068968Y0025197D01*
X0068941Y0025076D01*
X0068910Y0024956D01*
X0068874Y0024836D01*
X0068835Y0024718D01*
X0068793Y0024601D01*
X0068746Y0024486D01*
X0068696Y0024372D01*
X0068642Y0024260D01*
X0068585Y0024150D01*
X0068524Y0024041D01*
X0068460Y0023934D01*
X0068393Y0023830D01*
X0068322Y0023728D01*
X0068248Y0023628D01*
X0068170Y0023530D01*
X0068090Y0023435D01*
X0068007Y0023343D01*
X0067921Y0023253D01*
X0067832Y0023166D01*
X0067740Y0023082D01*
X0067646Y0023001D01*
X0067549Y0022923D01*
X0067449Y0022848D01*
X0067348Y0022777D01*
X0067244Y0022708D01*
X0067138Y0022643D01*
X0067030Y0022582D01*
X0066920Y0022524D01*
X0066808Y0022469D01*
X0066695Y0022418D01*
X0066580Y0022371D01*
X0066463Y0022327D01*
X0066345Y0022287D01*
X0066226Y0022251D01*
X0066106Y0022219D01*
X0065985Y0022190D01*
X0065863Y0022165D01*
X0065741Y0022145D01*
X0065617Y0022128D01*
X0065494Y0022115D01*
X0065370Y0022106D01*
X0065245Y0022101D01*
X0065121Y0022100D01*
X0064997Y0022103D01*
X0064872Y0022110D01*
X0064748Y0022121D01*
X0064625Y0022136D01*
X0064502Y0022155D01*
X0064380Y0022177D01*
X0064258Y0022204D01*
X0064138Y0022234D01*
X0064018Y0022268D01*
X0063900Y0022307D01*
X0063782Y0022348D01*
X0063667Y0022394D01*
X0063552Y0022443D01*
X0063440Y0022496D01*
X0063329Y0022552D01*
X0063220Y0022612D01*
X0063113Y0022676D01*
X0063008Y0022742D01*
X0062905Y0022812D01*
X0062805Y0022886D01*
X0062707Y0022962D01*
X0062611Y0023041D01*
X0062518Y0023124D01*
X0062427Y0023209D01*
X0062340Y0023298D01*
X0062255Y0023389D01*
X0062173Y0023483D01*
X0062095Y0023579D01*
X0062019Y0023678D01*
X0061946Y0023779D01*
X0061877Y0023882D01*
X0061811Y0023988D01*
X0061749Y0024095D01*
X0061690Y0024205D01*
X0061634Y0024316D01*
X0061582Y0024429D01*
X0061534Y0024544D01*
X0061490Y0024660D01*
X0061449Y0024777D01*
X0061412Y0024896D01*
X0061378Y0025016D01*
X0061349Y0025136D01*
X0061323Y0025258D01*
X0061301Y0025381D01*
X0061284Y0025504D01*
X0061270Y0025627D01*
X0061260Y0025751D01*
X0061254Y0025876D01*
X0061252Y0026000D01*
X0061152Y0022000D02*
X0069152Y0030000D01*
X0058922Y0064839D02*
X0058924Y0064963D01*
X0058930Y0065088D01*
X0058940Y0065212D01*
X0058954Y0065335D01*
X0058971Y0065458D01*
X0058993Y0065581D01*
X0059019Y0065703D01*
X0059048Y0065823D01*
X0059082Y0065943D01*
X0059119Y0066062D01*
X0059160Y0066179D01*
X0059204Y0066295D01*
X0059252Y0066410D01*
X0059304Y0066523D01*
X0059360Y0066634D01*
X0059419Y0066744D01*
X0059481Y0066851D01*
X0059547Y0066957D01*
X0059616Y0067060D01*
X0059689Y0067161D01*
X0059765Y0067260D01*
X0059843Y0067356D01*
X0059925Y0067450D01*
X0060010Y0067541D01*
X0060097Y0067630D01*
X0060188Y0067715D01*
X0060281Y0067798D01*
X0060377Y0067877D01*
X0060475Y0067953D01*
X0060575Y0068027D01*
X0060678Y0068097D01*
X0060783Y0068163D01*
X0060890Y0068227D01*
X0060999Y0068287D01*
X0061110Y0068343D01*
X0061222Y0068396D01*
X0061337Y0068445D01*
X0061452Y0068491D01*
X0061570Y0068532D01*
X0061688Y0068571D01*
X0061808Y0068605D01*
X0061928Y0068635D01*
X0062050Y0068662D01*
X0062172Y0068684D01*
X0062295Y0068703D01*
X0062418Y0068718D01*
X0062542Y0068729D01*
X0062667Y0068736D01*
X0062791Y0068739D01*
X0062915Y0068738D01*
X0063040Y0068733D01*
X0063164Y0068724D01*
X0063287Y0068711D01*
X0063411Y0068694D01*
X0063533Y0068674D01*
X0063655Y0068649D01*
X0063776Y0068620D01*
X0063896Y0068588D01*
X0064015Y0068552D01*
X0064133Y0068512D01*
X0064250Y0068468D01*
X0064365Y0068421D01*
X0064478Y0068370D01*
X0064590Y0068315D01*
X0064700Y0068257D01*
X0064808Y0068196D01*
X0064914Y0068131D01*
X0065018Y0068062D01*
X0065119Y0067991D01*
X0065219Y0067916D01*
X0065316Y0067838D01*
X0065410Y0067757D01*
X0065502Y0067673D01*
X0065591Y0067586D01*
X0065677Y0067496D01*
X0065760Y0067404D01*
X0065840Y0067309D01*
X0065918Y0067211D01*
X0065992Y0067111D01*
X0066063Y0067009D01*
X0066130Y0066905D01*
X0066194Y0066798D01*
X0066255Y0066689D01*
X0066312Y0066579D01*
X0066366Y0066467D01*
X0066416Y0066353D01*
X0066463Y0066238D01*
X0066505Y0066121D01*
X0066544Y0066003D01*
X0066580Y0065883D01*
X0066611Y0065763D01*
X0066638Y0065642D01*
X0066662Y0065520D01*
X0066682Y0065397D01*
X0066698Y0065273D01*
X0066710Y0065150D01*
X0066718Y0065026D01*
X0066722Y0064901D01*
X0066722Y0064777D01*
X0066718Y0064652D01*
X0066710Y0064528D01*
X0066698Y0064405D01*
X0066682Y0064281D01*
X0066662Y0064158D01*
X0066638Y0064036D01*
X0066611Y0063915D01*
X0066580Y0063795D01*
X0066544Y0063675D01*
X0066505Y0063557D01*
X0066463Y0063440D01*
X0066416Y0063325D01*
X0066366Y0063211D01*
X0066312Y0063099D01*
X0066255Y0062989D01*
X0066194Y0062880D01*
X0066130Y0062773D01*
X0066063Y0062669D01*
X0065992Y0062567D01*
X0065918Y0062467D01*
X0065840Y0062369D01*
X0065760Y0062274D01*
X0065677Y0062182D01*
X0065591Y0062092D01*
X0065502Y0062005D01*
X0065410Y0061921D01*
X0065316Y0061840D01*
X0065219Y0061762D01*
X0065119Y0061687D01*
X0065018Y0061616D01*
X0064914Y0061547D01*
X0064808Y0061482D01*
X0064700Y0061421D01*
X0064590Y0061363D01*
X0064478Y0061308D01*
X0064365Y0061257D01*
X0064250Y0061210D01*
X0064133Y0061166D01*
X0064015Y0061126D01*
X0063896Y0061090D01*
X0063776Y0061058D01*
X0063655Y0061029D01*
X0063533Y0061004D01*
X0063411Y0060984D01*
X0063287Y0060967D01*
X0063164Y0060954D01*
X0063040Y0060945D01*
X0062915Y0060940D01*
X0062791Y0060939D01*
X0062667Y0060942D01*
X0062542Y0060949D01*
X0062418Y0060960D01*
X0062295Y0060975D01*
X0062172Y0060994D01*
X0062050Y0061016D01*
X0061928Y0061043D01*
X0061808Y0061073D01*
X0061688Y0061107D01*
X0061570Y0061146D01*
X0061452Y0061187D01*
X0061337Y0061233D01*
X0061222Y0061282D01*
X0061110Y0061335D01*
X0060999Y0061391D01*
X0060890Y0061451D01*
X0060783Y0061515D01*
X0060678Y0061581D01*
X0060575Y0061651D01*
X0060475Y0061725D01*
X0060377Y0061801D01*
X0060281Y0061880D01*
X0060188Y0061963D01*
X0060097Y0062048D01*
X0060010Y0062137D01*
X0059925Y0062228D01*
X0059843Y0062322D01*
X0059765Y0062418D01*
X0059689Y0062517D01*
X0059616Y0062618D01*
X0059547Y0062721D01*
X0059481Y0062827D01*
X0059419Y0062934D01*
X0059360Y0063044D01*
X0059304Y0063155D01*
X0059252Y0063268D01*
X0059204Y0063383D01*
X0059160Y0063499D01*
X0059119Y0063616D01*
X0059082Y0063735D01*
X0059048Y0063855D01*
X0059019Y0063975D01*
X0058993Y0064097D01*
X0058971Y0064220D01*
X0058954Y0064343D01*
X0058940Y0064466D01*
X0058930Y0064590D01*
X0058924Y0064715D01*
X0058922Y0064839D01*
X0058822Y0060839D02*
X0066822Y0068839D01*
X0058991Y0088621D02*
X0058993Y0088745D01*
X0058999Y0088870D01*
X0059009Y0088994D01*
X0059023Y0089117D01*
X0059040Y0089240D01*
X0059062Y0089363D01*
X0059088Y0089485D01*
X0059117Y0089605D01*
X0059151Y0089725D01*
X0059188Y0089844D01*
X0059229Y0089961D01*
X0059273Y0090077D01*
X0059321Y0090192D01*
X0059373Y0090305D01*
X0059429Y0090416D01*
X0059488Y0090526D01*
X0059550Y0090633D01*
X0059616Y0090739D01*
X0059685Y0090842D01*
X0059758Y0090943D01*
X0059834Y0091042D01*
X0059912Y0091138D01*
X0059994Y0091232D01*
X0060079Y0091323D01*
X0060166Y0091412D01*
X0060257Y0091497D01*
X0060350Y0091580D01*
X0060446Y0091659D01*
X0060544Y0091735D01*
X0060644Y0091809D01*
X0060747Y0091879D01*
X0060852Y0091945D01*
X0060959Y0092009D01*
X0061068Y0092069D01*
X0061179Y0092125D01*
X0061291Y0092178D01*
X0061406Y0092227D01*
X0061521Y0092273D01*
X0061639Y0092314D01*
X0061757Y0092353D01*
X0061877Y0092387D01*
X0061997Y0092417D01*
X0062119Y0092444D01*
X0062241Y0092466D01*
X0062364Y0092485D01*
X0062487Y0092500D01*
X0062611Y0092511D01*
X0062736Y0092518D01*
X0062860Y0092521D01*
X0062984Y0092520D01*
X0063109Y0092515D01*
X0063233Y0092506D01*
X0063356Y0092493D01*
X0063480Y0092476D01*
X0063602Y0092456D01*
X0063724Y0092431D01*
X0063845Y0092402D01*
X0063965Y0092370D01*
X0064084Y0092334D01*
X0064202Y0092294D01*
X0064319Y0092250D01*
X0064434Y0092203D01*
X0064547Y0092152D01*
X0064659Y0092097D01*
X0064769Y0092039D01*
X0064877Y0091978D01*
X0064983Y0091913D01*
X0065087Y0091844D01*
X0065188Y0091773D01*
X0065288Y0091698D01*
X0065385Y0091620D01*
X0065479Y0091539D01*
X0065571Y0091455D01*
X0065660Y0091368D01*
X0065746Y0091278D01*
X0065829Y0091186D01*
X0065909Y0091091D01*
X0065987Y0090993D01*
X0066061Y0090893D01*
X0066132Y0090791D01*
X0066199Y0090687D01*
X0066263Y0090580D01*
X0066324Y0090471D01*
X0066381Y0090361D01*
X0066435Y0090249D01*
X0066485Y0090135D01*
X0066532Y0090020D01*
X0066574Y0089903D01*
X0066613Y0089785D01*
X0066649Y0089665D01*
X0066680Y0089545D01*
X0066707Y0089424D01*
X0066731Y0089302D01*
X0066751Y0089179D01*
X0066767Y0089055D01*
X0066779Y0088932D01*
X0066787Y0088808D01*
X0066791Y0088683D01*
X0066791Y0088559D01*
X0066787Y0088434D01*
X0066779Y0088310D01*
X0066767Y0088187D01*
X0066751Y0088063D01*
X0066731Y0087940D01*
X0066707Y0087818D01*
X0066680Y0087697D01*
X0066649Y0087577D01*
X0066613Y0087457D01*
X0066574Y0087339D01*
X0066532Y0087222D01*
X0066485Y0087107D01*
X0066435Y0086993D01*
X0066381Y0086881D01*
X0066324Y0086771D01*
X0066263Y0086662D01*
X0066199Y0086555D01*
X0066132Y0086451D01*
X0066061Y0086349D01*
X0065987Y0086249D01*
X0065909Y0086151D01*
X0065829Y0086056D01*
X0065746Y0085964D01*
X0065660Y0085874D01*
X0065571Y0085787D01*
X0065479Y0085703D01*
X0065385Y0085622D01*
X0065288Y0085544D01*
X0065188Y0085469D01*
X0065087Y0085398D01*
X0064983Y0085329D01*
X0064877Y0085264D01*
X0064769Y0085203D01*
X0064659Y0085145D01*
X0064547Y0085090D01*
X0064434Y0085039D01*
X0064319Y0084992D01*
X0064202Y0084948D01*
X0064084Y0084908D01*
X0063965Y0084872D01*
X0063845Y0084840D01*
X0063724Y0084811D01*
X0063602Y0084786D01*
X0063480Y0084766D01*
X0063356Y0084749D01*
X0063233Y0084736D01*
X0063109Y0084727D01*
X0062984Y0084722D01*
X0062860Y0084721D01*
X0062736Y0084724D01*
X0062611Y0084731D01*
X0062487Y0084742D01*
X0062364Y0084757D01*
X0062241Y0084776D01*
X0062119Y0084798D01*
X0061997Y0084825D01*
X0061877Y0084855D01*
X0061757Y0084889D01*
X0061639Y0084928D01*
X0061521Y0084969D01*
X0061406Y0085015D01*
X0061291Y0085064D01*
X0061179Y0085117D01*
X0061068Y0085173D01*
X0060959Y0085233D01*
X0060852Y0085297D01*
X0060747Y0085363D01*
X0060644Y0085433D01*
X0060544Y0085507D01*
X0060446Y0085583D01*
X0060350Y0085662D01*
X0060257Y0085745D01*
X0060166Y0085830D01*
X0060079Y0085919D01*
X0059994Y0086010D01*
X0059912Y0086104D01*
X0059834Y0086200D01*
X0059758Y0086299D01*
X0059685Y0086400D01*
X0059616Y0086503D01*
X0059550Y0086609D01*
X0059488Y0086716D01*
X0059429Y0086826D01*
X0059373Y0086937D01*
X0059321Y0087050D01*
X0059273Y0087165D01*
X0059229Y0087281D01*
X0059188Y0087398D01*
X0059151Y0087517D01*
X0059117Y0087637D01*
X0059088Y0087757D01*
X0059062Y0087879D01*
X0059040Y0088002D01*
X0059023Y0088125D01*
X0059009Y0088248D01*
X0058999Y0088372D01*
X0058993Y0088497D01*
X0058991Y0088621D01*
X0058891Y0084621D02*
X0066891Y0092621D01*
X0076252Y0171000D02*
X0076254Y0171124D01*
X0076260Y0171249D01*
X0076270Y0171373D01*
X0076284Y0171496D01*
X0076301Y0171619D01*
X0076323Y0171742D01*
X0076349Y0171864D01*
X0076378Y0171984D01*
X0076412Y0172104D01*
X0076449Y0172223D01*
X0076490Y0172340D01*
X0076534Y0172456D01*
X0076582Y0172571D01*
X0076634Y0172684D01*
X0076690Y0172795D01*
X0076749Y0172905D01*
X0076811Y0173012D01*
X0076877Y0173118D01*
X0076946Y0173221D01*
X0077019Y0173322D01*
X0077095Y0173421D01*
X0077173Y0173517D01*
X0077255Y0173611D01*
X0077340Y0173702D01*
X0077427Y0173791D01*
X0077518Y0173876D01*
X0077611Y0173959D01*
X0077707Y0174038D01*
X0077805Y0174114D01*
X0077905Y0174188D01*
X0078008Y0174258D01*
X0078113Y0174324D01*
X0078220Y0174388D01*
X0078329Y0174448D01*
X0078440Y0174504D01*
X0078552Y0174557D01*
X0078667Y0174606D01*
X0078782Y0174652D01*
X0078900Y0174693D01*
X0079018Y0174732D01*
X0079138Y0174766D01*
X0079258Y0174796D01*
X0079380Y0174823D01*
X0079502Y0174845D01*
X0079625Y0174864D01*
X0079748Y0174879D01*
X0079872Y0174890D01*
X0079997Y0174897D01*
X0080121Y0174900D01*
X0080245Y0174899D01*
X0080370Y0174894D01*
X0080494Y0174885D01*
X0080617Y0174872D01*
X0080741Y0174855D01*
X0080863Y0174835D01*
X0080985Y0174810D01*
X0081106Y0174781D01*
X0081226Y0174749D01*
X0081345Y0174713D01*
X0081463Y0174673D01*
X0081580Y0174629D01*
X0081695Y0174582D01*
X0081808Y0174531D01*
X0081920Y0174476D01*
X0082030Y0174418D01*
X0082138Y0174357D01*
X0082244Y0174292D01*
X0082348Y0174223D01*
X0082449Y0174152D01*
X0082549Y0174077D01*
X0082646Y0173999D01*
X0082740Y0173918D01*
X0082832Y0173834D01*
X0082921Y0173747D01*
X0083007Y0173657D01*
X0083090Y0173565D01*
X0083170Y0173470D01*
X0083248Y0173372D01*
X0083322Y0173272D01*
X0083393Y0173170D01*
X0083460Y0173066D01*
X0083524Y0172959D01*
X0083585Y0172850D01*
X0083642Y0172740D01*
X0083696Y0172628D01*
X0083746Y0172514D01*
X0083793Y0172399D01*
X0083835Y0172282D01*
X0083874Y0172164D01*
X0083910Y0172044D01*
X0083941Y0171924D01*
X0083968Y0171803D01*
X0083992Y0171681D01*
X0084012Y0171558D01*
X0084028Y0171434D01*
X0084040Y0171311D01*
X0084048Y0171187D01*
X0084052Y0171062D01*
X0084052Y0170938D01*
X0084048Y0170813D01*
X0084040Y0170689D01*
X0084028Y0170566D01*
X0084012Y0170442D01*
X0083992Y0170319D01*
X0083968Y0170197D01*
X0083941Y0170076D01*
X0083910Y0169956D01*
X0083874Y0169836D01*
X0083835Y0169718D01*
X0083793Y0169601D01*
X0083746Y0169486D01*
X0083696Y0169372D01*
X0083642Y0169260D01*
X0083585Y0169150D01*
X0083524Y0169041D01*
X0083460Y0168934D01*
X0083393Y0168830D01*
X0083322Y0168728D01*
X0083248Y0168628D01*
X0083170Y0168530D01*
X0083090Y0168435D01*
X0083007Y0168343D01*
X0082921Y0168253D01*
X0082832Y0168166D01*
X0082740Y0168082D01*
X0082646Y0168001D01*
X0082549Y0167923D01*
X0082449Y0167848D01*
X0082348Y0167777D01*
X0082244Y0167708D01*
X0082138Y0167643D01*
X0082030Y0167582D01*
X0081920Y0167524D01*
X0081808Y0167469D01*
X0081695Y0167418D01*
X0081580Y0167371D01*
X0081463Y0167327D01*
X0081345Y0167287D01*
X0081226Y0167251D01*
X0081106Y0167219D01*
X0080985Y0167190D01*
X0080863Y0167165D01*
X0080741Y0167145D01*
X0080617Y0167128D01*
X0080494Y0167115D01*
X0080370Y0167106D01*
X0080245Y0167101D01*
X0080121Y0167100D01*
X0079997Y0167103D01*
X0079872Y0167110D01*
X0079748Y0167121D01*
X0079625Y0167136D01*
X0079502Y0167155D01*
X0079380Y0167177D01*
X0079258Y0167204D01*
X0079138Y0167234D01*
X0079018Y0167268D01*
X0078900Y0167307D01*
X0078782Y0167348D01*
X0078667Y0167394D01*
X0078552Y0167443D01*
X0078440Y0167496D01*
X0078329Y0167552D01*
X0078220Y0167612D01*
X0078113Y0167676D01*
X0078008Y0167742D01*
X0077905Y0167812D01*
X0077805Y0167886D01*
X0077707Y0167962D01*
X0077611Y0168041D01*
X0077518Y0168124D01*
X0077427Y0168209D01*
X0077340Y0168298D01*
X0077255Y0168389D01*
X0077173Y0168483D01*
X0077095Y0168579D01*
X0077019Y0168678D01*
X0076946Y0168779D01*
X0076877Y0168882D01*
X0076811Y0168988D01*
X0076749Y0169095D01*
X0076690Y0169205D01*
X0076634Y0169316D01*
X0076582Y0169429D01*
X0076534Y0169544D01*
X0076490Y0169660D01*
X0076449Y0169777D01*
X0076412Y0169896D01*
X0076378Y0170016D01*
X0076349Y0170136D01*
X0076323Y0170258D01*
X0076301Y0170381D01*
X0076284Y0170504D01*
X0076270Y0170627D01*
X0076260Y0170751D01*
X0076254Y0170876D01*
X0076252Y0171000D01*
X0076152Y0167000D02*
X0084152Y0175000D01*
X0085002Y0176000D02*
X0085004Y0176124D01*
X0085010Y0176249D01*
X0085020Y0176373D01*
X0085034Y0176496D01*
X0085051Y0176619D01*
X0085073Y0176742D01*
X0085099Y0176864D01*
X0085128Y0176984D01*
X0085162Y0177104D01*
X0085199Y0177223D01*
X0085240Y0177340D01*
X0085284Y0177456D01*
X0085332Y0177571D01*
X0085384Y0177684D01*
X0085440Y0177795D01*
X0085499Y0177905D01*
X0085561Y0178012D01*
X0085627Y0178118D01*
X0085696Y0178221D01*
X0085769Y0178322D01*
X0085845Y0178421D01*
X0085923Y0178517D01*
X0086005Y0178611D01*
X0086090Y0178702D01*
X0086177Y0178791D01*
X0086268Y0178876D01*
X0086361Y0178959D01*
X0086457Y0179038D01*
X0086555Y0179114D01*
X0086655Y0179188D01*
X0086758Y0179258D01*
X0086863Y0179324D01*
X0086970Y0179388D01*
X0087079Y0179448D01*
X0087190Y0179504D01*
X0087302Y0179557D01*
X0087417Y0179606D01*
X0087532Y0179652D01*
X0087650Y0179693D01*
X0087768Y0179732D01*
X0087888Y0179766D01*
X0088008Y0179796D01*
X0088130Y0179823D01*
X0088252Y0179845D01*
X0088375Y0179864D01*
X0088498Y0179879D01*
X0088622Y0179890D01*
X0088747Y0179897D01*
X0088871Y0179900D01*
X0088995Y0179899D01*
X0089120Y0179894D01*
X0089244Y0179885D01*
X0089367Y0179872D01*
X0089491Y0179855D01*
X0089613Y0179835D01*
X0089735Y0179810D01*
X0089856Y0179781D01*
X0089976Y0179749D01*
X0090095Y0179713D01*
X0090213Y0179673D01*
X0090330Y0179629D01*
X0090445Y0179582D01*
X0090558Y0179531D01*
X0090670Y0179476D01*
X0090780Y0179418D01*
X0090888Y0179357D01*
X0090994Y0179292D01*
X0091098Y0179223D01*
X0091199Y0179152D01*
X0091299Y0179077D01*
X0091396Y0178999D01*
X0091490Y0178918D01*
X0091582Y0178834D01*
X0091671Y0178747D01*
X0091757Y0178657D01*
X0091840Y0178565D01*
X0091920Y0178470D01*
X0091998Y0178372D01*
X0092072Y0178272D01*
X0092143Y0178170D01*
X0092210Y0178066D01*
X0092274Y0177959D01*
X0092335Y0177850D01*
X0092392Y0177740D01*
X0092446Y0177628D01*
X0092496Y0177514D01*
X0092543Y0177399D01*
X0092585Y0177282D01*
X0092624Y0177164D01*
X0092660Y0177044D01*
X0092691Y0176924D01*
X0092718Y0176803D01*
X0092742Y0176681D01*
X0092762Y0176558D01*
X0092778Y0176434D01*
X0092790Y0176311D01*
X0092798Y0176187D01*
X0092802Y0176062D01*
X0092802Y0175938D01*
X0092798Y0175813D01*
X0092790Y0175689D01*
X0092778Y0175566D01*
X0092762Y0175442D01*
X0092742Y0175319D01*
X0092718Y0175197D01*
X0092691Y0175076D01*
X0092660Y0174956D01*
X0092624Y0174836D01*
X0092585Y0174718D01*
X0092543Y0174601D01*
X0092496Y0174486D01*
X0092446Y0174372D01*
X0092392Y0174260D01*
X0092335Y0174150D01*
X0092274Y0174041D01*
X0092210Y0173934D01*
X0092143Y0173830D01*
X0092072Y0173728D01*
X0091998Y0173628D01*
X0091920Y0173530D01*
X0091840Y0173435D01*
X0091757Y0173343D01*
X0091671Y0173253D01*
X0091582Y0173166D01*
X0091490Y0173082D01*
X0091396Y0173001D01*
X0091299Y0172923D01*
X0091199Y0172848D01*
X0091098Y0172777D01*
X0090994Y0172708D01*
X0090888Y0172643D01*
X0090780Y0172582D01*
X0090670Y0172524D01*
X0090558Y0172469D01*
X0090445Y0172418D01*
X0090330Y0172371D01*
X0090213Y0172327D01*
X0090095Y0172287D01*
X0089976Y0172251D01*
X0089856Y0172219D01*
X0089735Y0172190D01*
X0089613Y0172165D01*
X0089491Y0172145D01*
X0089367Y0172128D01*
X0089244Y0172115D01*
X0089120Y0172106D01*
X0088995Y0172101D01*
X0088871Y0172100D01*
X0088747Y0172103D01*
X0088622Y0172110D01*
X0088498Y0172121D01*
X0088375Y0172136D01*
X0088252Y0172155D01*
X0088130Y0172177D01*
X0088008Y0172204D01*
X0087888Y0172234D01*
X0087768Y0172268D01*
X0087650Y0172307D01*
X0087532Y0172348D01*
X0087417Y0172394D01*
X0087302Y0172443D01*
X0087190Y0172496D01*
X0087079Y0172552D01*
X0086970Y0172612D01*
X0086863Y0172676D01*
X0086758Y0172742D01*
X0086655Y0172812D01*
X0086555Y0172886D01*
X0086457Y0172962D01*
X0086361Y0173041D01*
X0086268Y0173124D01*
X0086177Y0173209D01*
X0086090Y0173298D01*
X0086005Y0173389D01*
X0085923Y0173483D01*
X0085845Y0173579D01*
X0085769Y0173678D01*
X0085696Y0173779D01*
X0085627Y0173882D01*
X0085561Y0173988D01*
X0085499Y0174095D01*
X0085440Y0174205D01*
X0085384Y0174316D01*
X0085332Y0174429D01*
X0085284Y0174544D01*
X0085240Y0174660D01*
X0085199Y0174777D01*
X0085162Y0174896D01*
X0085128Y0175016D01*
X0085099Y0175136D01*
X0085073Y0175258D01*
X0085051Y0175381D01*
X0085034Y0175504D01*
X0085020Y0175627D01*
X0085010Y0175751D01*
X0085004Y0175876D01*
X0085002Y0176000D01*
X0084902Y0172000D02*
X0092902Y0180000D01*
X0091252Y0185375D02*
X0091254Y0185499D01*
X0091260Y0185624D01*
X0091270Y0185748D01*
X0091284Y0185871D01*
X0091301Y0185994D01*
X0091323Y0186117D01*
X0091349Y0186239D01*
X0091378Y0186359D01*
X0091412Y0186479D01*
X0091449Y0186598D01*
X0091490Y0186715D01*
X0091534Y0186831D01*
X0091582Y0186946D01*
X0091634Y0187059D01*
X0091690Y0187170D01*
X0091749Y0187280D01*
X0091811Y0187387D01*
X0091877Y0187493D01*
X0091946Y0187596D01*
X0092019Y0187697D01*
X0092095Y0187796D01*
X0092173Y0187892D01*
X0092255Y0187986D01*
X0092340Y0188077D01*
X0092427Y0188166D01*
X0092518Y0188251D01*
X0092611Y0188334D01*
X0092707Y0188413D01*
X0092805Y0188489D01*
X0092905Y0188563D01*
X0093008Y0188633D01*
X0093113Y0188699D01*
X0093220Y0188763D01*
X0093329Y0188823D01*
X0093440Y0188879D01*
X0093552Y0188932D01*
X0093667Y0188981D01*
X0093782Y0189027D01*
X0093900Y0189068D01*
X0094018Y0189107D01*
X0094138Y0189141D01*
X0094258Y0189171D01*
X0094380Y0189198D01*
X0094502Y0189220D01*
X0094625Y0189239D01*
X0094748Y0189254D01*
X0094872Y0189265D01*
X0094997Y0189272D01*
X0095121Y0189275D01*
X0095245Y0189274D01*
X0095370Y0189269D01*
X0095494Y0189260D01*
X0095617Y0189247D01*
X0095741Y0189230D01*
X0095863Y0189210D01*
X0095985Y0189185D01*
X0096106Y0189156D01*
X0096226Y0189124D01*
X0096345Y0189088D01*
X0096463Y0189048D01*
X0096580Y0189004D01*
X0096695Y0188957D01*
X0096808Y0188906D01*
X0096920Y0188851D01*
X0097030Y0188793D01*
X0097138Y0188732D01*
X0097244Y0188667D01*
X0097348Y0188598D01*
X0097449Y0188527D01*
X0097549Y0188452D01*
X0097646Y0188374D01*
X0097740Y0188293D01*
X0097832Y0188209D01*
X0097921Y0188122D01*
X0098007Y0188032D01*
X0098090Y0187940D01*
X0098170Y0187845D01*
X0098248Y0187747D01*
X0098322Y0187647D01*
X0098393Y0187545D01*
X0098460Y0187441D01*
X0098524Y0187334D01*
X0098585Y0187225D01*
X0098642Y0187115D01*
X0098696Y0187003D01*
X0098746Y0186889D01*
X0098793Y0186774D01*
X0098835Y0186657D01*
X0098874Y0186539D01*
X0098910Y0186419D01*
X0098941Y0186299D01*
X0098968Y0186178D01*
X0098992Y0186056D01*
X0099012Y0185933D01*
X0099028Y0185809D01*
X0099040Y0185686D01*
X0099048Y0185562D01*
X0099052Y0185437D01*
X0099052Y0185313D01*
X0099048Y0185188D01*
X0099040Y0185064D01*
X0099028Y0184941D01*
X0099012Y0184817D01*
X0098992Y0184694D01*
X0098968Y0184572D01*
X0098941Y0184451D01*
X0098910Y0184331D01*
X0098874Y0184211D01*
X0098835Y0184093D01*
X0098793Y0183976D01*
X0098746Y0183861D01*
X0098696Y0183747D01*
X0098642Y0183635D01*
X0098585Y0183525D01*
X0098524Y0183416D01*
X0098460Y0183309D01*
X0098393Y0183205D01*
X0098322Y0183103D01*
X0098248Y0183003D01*
X0098170Y0182905D01*
X0098090Y0182810D01*
X0098007Y0182718D01*
X0097921Y0182628D01*
X0097832Y0182541D01*
X0097740Y0182457D01*
X0097646Y0182376D01*
X0097549Y0182298D01*
X0097449Y0182223D01*
X0097348Y0182152D01*
X0097244Y0182083D01*
X0097138Y0182018D01*
X0097030Y0181957D01*
X0096920Y0181899D01*
X0096808Y0181844D01*
X0096695Y0181793D01*
X0096580Y0181746D01*
X0096463Y0181702D01*
X0096345Y0181662D01*
X0096226Y0181626D01*
X0096106Y0181594D01*
X0095985Y0181565D01*
X0095863Y0181540D01*
X0095741Y0181520D01*
X0095617Y0181503D01*
X0095494Y0181490D01*
X0095370Y0181481D01*
X0095245Y0181476D01*
X0095121Y0181475D01*
X0094997Y0181478D01*
X0094872Y0181485D01*
X0094748Y0181496D01*
X0094625Y0181511D01*
X0094502Y0181530D01*
X0094380Y0181552D01*
X0094258Y0181579D01*
X0094138Y0181609D01*
X0094018Y0181643D01*
X0093900Y0181682D01*
X0093782Y0181723D01*
X0093667Y0181769D01*
X0093552Y0181818D01*
X0093440Y0181871D01*
X0093329Y0181927D01*
X0093220Y0181987D01*
X0093113Y0182051D01*
X0093008Y0182117D01*
X0092905Y0182187D01*
X0092805Y0182261D01*
X0092707Y0182337D01*
X0092611Y0182416D01*
X0092518Y0182499D01*
X0092427Y0182584D01*
X0092340Y0182673D01*
X0092255Y0182764D01*
X0092173Y0182858D01*
X0092095Y0182954D01*
X0092019Y0183053D01*
X0091946Y0183154D01*
X0091877Y0183257D01*
X0091811Y0183363D01*
X0091749Y0183470D01*
X0091690Y0183580D01*
X0091634Y0183691D01*
X0091582Y0183804D01*
X0091534Y0183919D01*
X0091490Y0184035D01*
X0091449Y0184152D01*
X0091412Y0184271D01*
X0091378Y0184391D01*
X0091349Y0184511D01*
X0091323Y0184633D01*
X0091301Y0184756D01*
X0091284Y0184879D01*
X0091270Y0185002D01*
X0091260Y0185126D01*
X0091254Y0185251D01*
X0091252Y0185375D01*
X0091152Y0181375D02*
X0099152Y0189375D01*
X0098752Y0199125D02*
X0098754Y0199249D01*
X0098760Y0199374D01*
X0098770Y0199498D01*
X0098784Y0199621D01*
X0098801Y0199744D01*
X0098823Y0199867D01*
X0098849Y0199989D01*
X0098878Y0200109D01*
X0098912Y0200229D01*
X0098949Y0200348D01*
X0098990Y0200465D01*
X0099034Y0200581D01*
X0099082Y0200696D01*
X0099134Y0200809D01*
X0099190Y0200920D01*
X0099249Y0201030D01*
X0099311Y0201137D01*
X0099377Y0201243D01*
X0099446Y0201346D01*
X0099519Y0201447D01*
X0099595Y0201546D01*
X0099673Y0201642D01*
X0099755Y0201736D01*
X0099840Y0201827D01*
X0099927Y0201916D01*
X0100018Y0202001D01*
X0100111Y0202084D01*
X0100207Y0202163D01*
X0100305Y0202239D01*
X0100405Y0202313D01*
X0100508Y0202383D01*
X0100613Y0202449D01*
X0100720Y0202513D01*
X0100829Y0202573D01*
X0100940Y0202629D01*
X0101052Y0202682D01*
X0101167Y0202731D01*
X0101282Y0202777D01*
X0101400Y0202818D01*
X0101518Y0202857D01*
X0101638Y0202891D01*
X0101758Y0202921D01*
X0101880Y0202948D01*
X0102002Y0202970D01*
X0102125Y0202989D01*
X0102248Y0203004D01*
X0102372Y0203015D01*
X0102497Y0203022D01*
X0102621Y0203025D01*
X0102745Y0203024D01*
X0102870Y0203019D01*
X0102994Y0203010D01*
X0103117Y0202997D01*
X0103241Y0202980D01*
X0103363Y0202960D01*
X0103485Y0202935D01*
X0103606Y0202906D01*
X0103726Y0202874D01*
X0103845Y0202838D01*
X0103963Y0202798D01*
X0104080Y0202754D01*
X0104195Y0202707D01*
X0104308Y0202656D01*
X0104420Y0202601D01*
X0104530Y0202543D01*
X0104638Y0202482D01*
X0104744Y0202417D01*
X0104848Y0202348D01*
X0104949Y0202277D01*
X0105049Y0202202D01*
X0105146Y0202124D01*
X0105240Y0202043D01*
X0105332Y0201959D01*
X0105421Y0201872D01*
X0105507Y0201782D01*
X0105590Y0201690D01*
X0105670Y0201595D01*
X0105748Y0201497D01*
X0105822Y0201397D01*
X0105893Y0201295D01*
X0105960Y0201191D01*
X0106024Y0201084D01*
X0106085Y0200975D01*
X0106142Y0200865D01*
X0106196Y0200753D01*
X0106246Y0200639D01*
X0106293Y0200524D01*
X0106335Y0200407D01*
X0106374Y0200289D01*
X0106410Y0200169D01*
X0106441Y0200049D01*
X0106468Y0199928D01*
X0106492Y0199806D01*
X0106512Y0199683D01*
X0106528Y0199559D01*
X0106540Y0199436D01*
X0106548Y0199312D01*
X0106552Y0199187D01*
X0106552Y0199063D01*
X0106548Y0198938D01*
X0106540Y0198814D01*
X0106528Y0198691D01*
X0106512Y0198567D01*
X0106492Y0198444D01*
X0106468Y0198322D01*
X0106441Y0198201D01*
X0106410Y0198081D01*
X0106374Y0197961D01*
X0106335Y0197843D01*
X0106293Y0197726D01*
X0106246Y0197611D01*
X0106196Y0197497D01*
X0106142Y0197385D01*
X0106085Y0197275D01*
X0106024Y0197166D01*
X0105960Y0197059D01*
X0105893Y0196955D01*
X0105822Y0196853D01*
X0105748Y0196753D01*
X0105670Y0196655D01*
X0105590Y0196560D01*
X0105507Y0196468D01*
X0105421Y0196378D01*
X0105332Y0196291D01*
X0105240Y0196207D01*
X0105146Y0196126D01*
X0105049Y0196048D01*
X0104949Y0195973D01*
X0104848Y0195902D01*
X0104744Y0195833D01*
X0104638Y0195768D01*
X0104530Y0195707D01*
X0104420Y0195649D01*
X0104308Y0195594D01*
X0104195Y0195543D01*
X0104080Y0195496D01*
X0103963Y0195452D01*
X0103845Y0195412D01*
X0103726Y0195376D01*
X0103606Y0195344D01*
X0103485Y0195315D01*
X0103363Y0195290D01*
X0103241Y0195270D01*
X0103117Y0195253D01*
X0102994Y0195240D01*
X0102870Y0195231D01*
X0102745Y0195226D01*
X0102621Y0195225D01*
X0102497Y0195228D01*
X0102372Y0195235D01*
X0102248Y0195246D01*
X0102125Y0195261D01*
X0102002Y0195280D01*
X0101880Y0195302D01*
X0101758Y0195329D01*
X0101638Y0195359D01*
X0101518Y0195393D01*
X0101400Y0195432D01*
X0101282Y0195473D01*
X0101167Y0195519D01*
X0101052Y0195568D01*
X0100940Y0195621D01*
X0100829Y0195677D01*
X0100720Y0195737D01*
X0100613Y0195801D01*
X0100508Y0195867D01*
X0100405Y0195937D01*
X0100305Y0196011D01*
X0100207Y0196087D01*
X0100111Y0196166D01*
X0100018Y0196249D01*
X0099927Y0196334D01*
X0099840Y0196423D01*
X0099755Y0196514D01*
X0099673Y0196608D01*
X0099595Y0196704D01*
X0099519Y0196803D01*
X0099446Y0196904D01*
X0099377Y0197007D01*
X0099311Y0197113D01*
X0099249Y0197220D01*
X0099190Y0197330D01*
X0099134Y0197441D01*
X0099082Y0197554D01*
X0099034Y0197669D01*
X0098990Y0197785D01*
X0098949Y0197902D01*
X0098912Y0198021D01*
X0098878Y0198141D01*
X0098849Y0198261D01*
X0098823Y0198383D01*
X0098801Y0198506D01*
X0098784Y0198629D01*
X0098770Y0198752D01*
X0098760Y0198876D01*
X0098754Y0199001D01*
X0098752Y0199125D01*
X0098652Y0195125D02*
X0106652Y0203125D01*
X0112502Y0206000D02*
X0112504Y0206124D01*
X0112510Y0206249D01*
X0112520Y0206373D01*
X0112534Y0206496D01*
X0112551Y0206619D01*
X0112573Y0206742D01*
X0112599Y0206864D01*
X0112628Y0206984D01*
X0112662Y0207104D01*
X0112699Y0207223D01*
X0112740Y0207340D01*
X0112784Y0207456D01*
X0112832Y0207571D01*
X0112884Y0207684D01*
X0112940Y0207795D01*
X0112999Y0207905D01*
X0113061Y0208012D01*
X0113127Y0208118D01*
X0113196Y0208221D01*
X0113269Y0208322D01*
X0113345Y0208421D01*
X0113423Y0208517D01*
X0113505Y0208611D01*
X0113590Y0208702D01*
X0113677Y0208791D01*
X0113768Y0208876D01*
X0113861Y0208959D01*
X0113957Y0209038D01*
X0114055Y0209114D01*
X0114155Y0209188D01*
X0114258Y0209258D01*
X0114363Y0209324D01*
X0114470Y0209388D01*
X0114579Y0209448D01*
X0114690Y0209504D01*
X0114802Y0209557D01*
X0114917Y0209606D01*
X0115032Y0209652D01*
X0115150Y0209693D01*
X0115268Y0209732D01*
X0115388Y0209766D01*
X0115508Y0209796D01*
X0115630Y0209823D01*
X0115752Y0209845D01*
X0115875Y0209864D01*
X0115998Y0209879D01*
X0116122Y0209890D01*
X0116247Y0209897D01*
X0116371Y0209900D01*
X0116495Y0209899D01*
X0116620Y0209894D01*
X0116744Y0209885D01*
X0116867Y0209872D01*
X0116991Y0209855D01*
X0117113Y0209835D01*
X0117235Y0209810D01*
X0117356Y0209781D01*
X0117476Y0209749D01*
X0117595Y0209713D01*
X0117713Y0209673D01*
X0117830Y0209629D01*
X0117945Y0209582D01*
X0118058Y0209531D01*
X0118170Y0209476D01*
X0118280Y0209418D01*
X0118388Y0209357D01*
X0118494Y0209292D01*
X0118598Y0209223D01*
X0118699Y0209152D01*
X0118799Y0209077D01*
X0118896Y0208999D01*
X0118990Y0208918D01*
X0119082Y0208834D01*
X0119171Y0208747D01*
X0119257Y0208657D01*
X0119340Y0208565D01*
X0119420Y0208470D01*
X0119498Y0208372D01*
X0119572Y0208272D01*
X0119643Y0208170D01*
X0119710Y0208066D01*
X0119774Y0207959D01*
X0119835Y0207850D01*
X0119892Y0207740D01*
X0119946Y0207628D01*
X0119996Y0207514D01*
X0120043Y0207399D01*
X0120085Y0207282D01*
X0120124Y0207164D01*
X0120160Y0207044D01*
X0120191Y0206924D01*
X0120218Y0206803D01*
X0120242Y0206681D01*
X0120262Y0206558D01*
X0120278Y0206434D01*
X0120290Y0206311D01*
X0120298Y0206187D01*
X0120302Y0206062D01*
X0120302Y0205938D01*
X0120298Y0205813D01*
X0120290Y0205689D01*
X0120278Y0205566D01*
X0120262Y0205442D01*
X0120242Y0205319D01*
X0120218Y0205197D01*
X0120191Y0205076D01*
X0120160Y0204956D01*
X0120124Y0204836D01*
X0120085Y0204718D01*
X0120043Y0204601D01*
X0119996Y0204486D01*
X0119946Y0204372D01*
X0119892Y0204260D01*
X0119835Y0204150D01*
X0119774Y0204041D01*
X0119710Y0203934D01*
X0119643Y0203830D01*
X0119572Y0203728D01*
X0119498Y0203628D01*
X0119420Y0203530D01*
X0119340Y0203435D01*
X0119257Y0203343D01*
X0119171Y0203253D01*
X0119082Y0203166D01*
X0118990Y0203082D01*
X0118896Y0203001D01*
X0118799Y0202923D01*
X0118699Y0202848D01*
X0118598Y0202777D01*
X0118494Y0202708D01*
X0118388Y0202643D01*
X0118280Y0202582D01*
X0118170Y0202524D01*
X0118058Y0202469D01*
X0117945Y0202418D01*
X0117830Y0202371D01*
X0117713Y0202327D01*
X0117595Y0202287D01*
X0117476Y0202251D01*
X0117356Y0202219D01*
X0117235Y0202190D01*
X0117113Y0202165D01*
X0116991Y0202145D01*
X0116867Y0202128D01*
X0116744Y0202115D01*
X0116620Y0202106D01*
X0116495Y0202101D01*
X0116371Y0202100D01*
X0116247Y0202103D01*
X0116122Y0202110D01*
X0115998Y0202121D01*
X0115875Y0202136D01*
X0115752Y0202155D01*
X0115630Y0202177D01*
X0115508Y0202204D01*
X0115388Y0202234D01*
X0115268Y0202268D01*
X0115150Y0202307D01*
X0115032Y0202348D01*
X0114917Y0202394D01*
X0114802Y0202443D01*
X0114690Y0202496D01*
X0114579Y0202552D01*
X0114470Y0202612D01*
X0114363Y0202676D01*
X0114258Y0202742D01*
X0114155Y0202812D01*
X0114055Y0202886D01*
X0113957Y0202962D01*
X0113861Y0203041D01*
X0113768Y0203124D01*
X0113677Y0203209D01*
X0113590Y0203298D01*
X0113505Y0203389D01*
X0113423Y0203483D01*
X0113345Y0203579D01*
X0113269Y0203678D01*
X0113196Y0203779D01*
X0113127Y0203882D01*
X0113061Y0203988D01*
X0112999Y0204095D01*
X0112940Y0204205D01*
X0112884Y0204316D01*
X0112832Y0204429D01*
X0112784Y0204544D01*
X0112740Y0204660D01*
X0112699Y0204777D01*
X0112662Y0204896D01*
X0112628Y0205016D01*
X0112599Y0205136D01*
X0112573Y0205258D01*
X0112551Y0205381D01*
X0112534Y0205504D01*
X0112520Y0205627D01*
X0112510Y0205751D01*
X0112504Y0205876D01*
X0112502Y0206000D01*
X0112402Y0202000D02*
X0120402Y0210000D01*
X0120002Y0210375D02*
X0120004Y0210499D01*
X0120010Y0210624D01*
X0120020Y0210748D01*
X0120034Y0210871D01*
X0120051Y0210994D01*
X0120073Y0211117D01*
X0120099Y0211239D01*
X0120128Y0211359D01*
X0120162Y0211479D01*
X0120199Y0211598D01*
X0120240Y0211715D01*
X0120284Y0211831D01*
X0120332Y0211946D01*
X0120384Y0212059D01*
X0120440Y0212170D01*
X0120499Y0212280D01*
X0120561Y0212387D01*
X0120627Y0212493D01*
X0120696Y0212596D01*
X0120769Y0212697D01*
X0120845Y0212796D01*
X0120923Y0212892D01*
X0121005Y0212986D01*
X0121090Y0213077D01*
X0121177Y0213166D01*
X0121268Y0213251D01*
X0121361Y0213334D01*
X0121457Y0213413D01*
X0121555Y0213489D01*
X0121655Y0213563D01*
X0121758Y0213633D01*
X0121863Y0213699D01*
X0121970Y0213763D01*
X0122079Y0213823D01*
X0122190Y0213879D01*
X0122302Y0213932D01*
X0122417Y0213981D01*
X0122532Y0214027D01*
X0122650Y0214068D01*
X0122768Y0214107D01*
X0122888Y0214141D01*
X0123008Y0214171D01*
X0123130Y0214198D01*
X0123252Y0214220D01*
X0123375Y0214239D01*
X0123498Y0214254D01*
X0123622Y0214265D01*
X0123747Y0214272D01*
X0123871Y0214275D01*
X0123995Y0214274D01*
X0124120Y0214269D01*
X0124244Y0214260D01*
X0124367Y0214247D01*
X0124491Y0214230D01*
X0124613Y0214210D01*
X0124735Y0214185D01*
X0124856Y0214156D01*
X0124976Y0214124D01*
X0125095Y0214088D01*
X0125213Y0214048D01*
X0125330Y0214004D01*
X0125445Y0213957D01*
X0125558Y0213906D01*
X0125670Y0213851D01*
X0125780Y0213793D01*
X0125888Y0213732D01*
X0125994Y0213667D01*
X0126098Y0213598D01*
X0126199Y0213527D01*
X0126299Y0213452D01*
X0126396Y0213374D01*
X0126490Y0213293D01*
X0126582Y0213209D01*
X0126671Y0213122D01*
X0126757Y0213032D01*
X0126840Y0212940D01*
X0126920Y0212845D01*
X0126998Y0212747D01*
X0127072Y0212647D01*
X0127143Y0212545D01*
X0127210Y0212441D01*
X0127274Y0212334D01*
X0127335Y0212225D01*
X0127392Y0212115D01*
X0127446Y0212003D01*
X0127496Y0211889D01*
X0127543Y0211774D01*
X0127585Y0211657D01*
X0127624Y0211539D01*
X0127660Y0211419D01*
X0127691Y0211299D01*
X0127718Y0211178D01*
X0127742Y0211056D01*
X0127762Y0210933D01*
X0127778Y0210809D01*
X0127790Y0210686D01*
X0127798Y0210562D01*
X0127802Y0210437D01*
X0127802Y0210313D01*
X0127798Y0210188D01*
X0127790Y0210064D01*
X0127778Y0209941D01*
X0127762Y0209817D01*
X0127742Y0209694D01*
X0127718Y0209572D01*
X0127691Y0209451D01*
X0127660Y0209331D01*
X0127624Y0209211D01*
X0127585Y0209093D01*
X0127543Y0208976D01*
X0127496Y0208861D01*
X0127446Y0208747D01*
X0127392Y0208635D01*
X0127335Y0208525D01*
X0127274Y0208416D01*
X0127210Y0208309D01*
X0127143Y0208205D01*
X0127072Y0208103D01*
X0126998Y0208003D01*
X0126920Y0207905D01*
X0126840Y0207810D01*
X0126757Y0207718D01*
X0126671Y0207628D01*
X0126582Y0207541D01*
X0126490Y0207457D01*
X0126396Y0207376D01*
X0126299Y0207298D01*
X0126199Y0207223D01*
X0126098Y0207152D01*
X0125994Y0207083D01*
X0125888Y0207018D01*
X0125780Y0206957D01*
X0125670Y0206899D01*
X0125558Y0206844D01*
X0125445Y0206793D01*
X0125330Y0206746D01*
X0125213Y0206702D01*
X0125095Y0206662D01*
X0124976Y0206626D01*
X0124856Y0206594D01*
X0124735Y0206565D01*
X0124613Y0206540D01*
X0124491Y0206520D01*
X0124367Y0206503D01*
X0124244Y0206490D01*
X0124120Y0206481D01*
X0123995Y0206476D01*
X0123871Y0206475D01*
X0123747Y0206478D01*
X0123622Y0206485D01*
X0123498Y0206496D01*
X0123375Y0206511D01*
X0123252Y0206530D01*
X0123130Y0206552D01*
X0123008Y0206579D01*
X0122888Y0206609D01*
X0122768Y0206643D01*
X0122650Y0206682D01*
X0122532Y0206723D01*
X0122417Y0206769D01*
X0122302Y0206818D01*
X0122190Y0206871D01*
X0122079Y0206927D01*
X0121970Y0206987D01*
X0121863Y0207051D01*
X0121758Y0207117D01*
X0121655Y0207187D01*
X0121555Y0207261D01*
X0121457Y0207337D01*
X0121361Y0207416D01*
X0121268Y0207499D01*
X0121177Y0207584D01*
X0121090Y0207673D01*
X0121005Y0207764D01*
X0120923Y0207858D01*
X0120845Y0207954D01*
X0120769Y0208053D01*
X0120696Y0208154D01*
X0120627Y0208257D01*
X0120561Y0208363D01*
X0120499Y0208470D01*
X0120440Y0208580D01*
X0120384Y0208691D01*
X0120332Y0208804D01*
X0120284Y0208919D01*
X0120240Y0209035D01*
X0120199Y0209152D01*
X0120162Y0209271D01*
X0120128Y0209391D01*
X0120099Y0209511D01*
X0120073Y0209633D01*
X0120051Y0209756D01*
X0120034Y0209879D01*
X0120020Y0210002D01*
X0120010Y0210126D01*
X0120004Y0210251D01*
X0120002Y0210375D01*
X0119902Y0206375D02*
X0127902Y0214375D01*
X0134377Y0204125D02*
X0134379Y0204249D01*
X0134385Y0204374D01*
X0134395Y0204498D01*
X0134409Y0204621D01*
X0134426Y0204744D01*
X0134448Y0204867D01*
X0134474Y0204989D01*
X0134503Y0205109D01*
X0134537Y0205229D01*
X0134574Y0205348D01*
X0134615Y0205465D01*
X0134659Y0205581D01*
X0134707Y0205696D01*
X0134759Y0205809D01*
X0134815Y0205920D01*
X0134874Y0206030D01*
X0134936Y0206137D01*
X0135002Y0206243D01*
X0135071Y0206346D01*
X0135144Y0206447D01*
X0135220Y0206546D01*
X0135298Y0206642D01*
X0135380Y0206736D01*
X0135465Y0206827D01*
X0135552Y0206916D01*
X0135643Y0207001D01*
X0135736Y0207084D01*
X0135832Y0207163D01*
X0135930Y0207239D01*
X0136030Y0207313D01*
X0136133Y0207383D01*
X0136238Y0207449D01*
X0136345Y0207513D01*
X0136454Y0207573D01*
X0136565Y0207629D01*
X0136677Y0207682D01*
X0136792Y0207731D01*
X0136907Y0207777D01*
X0137025Y0207818D01*
X0137143Y0207857D01*
X0137263Y0207891D01*
X0137383Y0207921D01*
X0137505Y0207948D01*
X0137627Y0207970D01*
X0137750Y0207989D01*
X0137873Y0208004D01*
X0137997Y0208015D01*
X0138122Y0208022D01*
X0138246Y0208025D01*
X0138370Y0208024D01*
X0138495Y0208019D01*
X0138619Y0208010D01*
X0138742Y0207997D01*
X0138866Y0207980D01*
X0138988Y0207960D01*
X0139110Y0207935D01*
X0139231Y0207906D01*
X0139351Y0207874D01*
X0139470Y0207838D01*
X0139588Y0207798D01*
X0139705Y0207754D01*
X0139820Y0207707D01*
X0139933Y0207656D01*
X0140045Y0207601D01*
X0140155Y0207543D01*
X0140263Y0207482D01*
X0140369Y0207417D01*
X0140473Y0207348D01*
X0140574Y0207277D01*
X0140674Y0207202D01*
X0140771Y0207124D01*
X0140865Y0207043D01*
X0140957Y0206959D01*
X0141046Y0206872D01*
X0141132Y0206782D01*
X0141215Y0206690D01*
X0141295Y0206595D01*
X0141373Y0206497D01*
X0141447Y0206397D01*
X0141518Y0206295D01*
X0141585Y0206191D01*
X0141649Y0206084D01*
X0141710Y0205975D01*
X0141767Y0205865D01*
X0141821Y0205753D01*
X0141871Y0205639D01*
X0141918Y0205524D01*
X0141960Y0205407D01*
X0141999Y0205289D01*
X0142035Y0205169D01*
X0142066Y0205049D01*
X0142093Y0204928D01*
X0142117Y0204806D01*
X0142137Y0204683D01*
X0142153Y0204559D01*
X0142165Y0204436D01*
X0142173Y0204312D01*
X0142177Y0204187D01*
X0142177Y0204063D01*
X0142173Y0203938D01*
X0142165Y0203814D01*
X0142153Y0203691D01*
X0142137Y0203567D01*
X0142117Y0203444D01*
X0142093Y0203322D01*
X0142066Y0203201D01*
X0142035Y0203081D01*
X0141999Y0202961D01*
X0141960Y0202843D01*
X0141918Y0202726D01*
X0141871Y0202611D01*
X0141821Y0202497D01*
X0141767Y0202385D01*
X0141710Y0202275D01*
X0141649Y0202166D01*
X0141585Y0202059D01*
X0141518Y0201955D01*
X0141447Y0201853D01*
X0141373Y0201753D01*
X0141295Y0201655D01*
X0141215Y0201560D01*
X0141132Y0201468D01*
X0141046Y0201378D01*
X0140957Y0201291D01*
X0140865Y0201207D01*
X0140771Y0201126D01*
X0140674Y0201048D01*
X0140574Y0200973D01*
X0140473Y0200902D01*
X0140369Y0200833D01*
X0140263Y0200768D01*
X0140155Y0200707D01*
X0140045Y0200649D01*
X0139933Y0200594D01*
X0139820Y0200543D01*
X0139705Y0200496D01*
X0139588Y0200452D01*
X0139470Y0200412D01*
X0139351Y0200376D01*
X0139231Y0200344D01*
X0139110Y0200315D01*
X0138988Y0200290D01*
X0138866Y0200270D01*
X0138742Y0200253D01*
X0138619Y0200240D01*
X0138495Y0200231D01*
X0138370Y0200226D01*
X0138246Y0200225D01*
X0138122Y0200228D01*
X0137997Y0200235D01*
X0137873Y0200246D01*
X0137750Y0200261D01*
X0137627Y0200280D01*
X0137505Y0200302D01*
X0137383Y0200329D01*
X0137263Y0200359D01*
X0137143Y0200393D01*
X0137025Y0200432D01*
X0136907Y0200473D01*
X0136792Y0200519D01*
X0136677Y0200568D01*
X0136565Y0200621D01*
X0136454Y0200677D01*
X0136345Y0200737D01*
X0136238Y0200801D01*
X0136133Y0200867D01*
X0136030Y0200937D01*
X0135930Y0201011D01*
X0135832Y0201087D01*
X0135736Y0201166D01*
X0135643Y0201249D01*
X0135552Y0201334D01*
X0135465Y0201423D01*
X0135380Y0201514D01*
X0135298Y0201608D01*
X0135220Y0201704D01*
X0135144Y0201803D01*
X0135071Y0201904D01*
X0135002Y0202007D01*
X0134936Y0202113D01*
X0134874Y0202220D01*
X0134815Y0202330D01*
X0134759Y0202441D01*
X0134707Y0202554D01*
X0134659Y0202669D01*
X0134615Y0202785D01*
X0134574Y0202902D01*
X0134537Y0203021D01*
X0134503Y0203141D01*
X0134474Y0203261D01*
X0134448Y0203383D01*
X0134426Y0203506D01*
X0134409Y0203629D01*
X0134395Y0203752D01*
X0134385Y0203876D01*
X0134379Y0204001D01*
X0134377Y0204125D01*
X0134277Y0200125D02*
X0142277Y0208125D01*
X0141877Y0206000D02*
X0141879Y0206124D01*
X0141885Y0206249D01*
X0141895Y0206373D01*
X0141909Y0206496D01*
X0141926Y0206619D01*
X0141948Y0206742D01*
X0141974Y0206864D01*
X0142003Y0206984D01*
X0142037Y0207104D01*
X0142074Y0207223D01*
X0142115Y0207340D01*
X0142159Y0207456D01*
X0142207Y0207571D01*
X0142259Y0207684D01*
X0142315Y0207795D01*
X0142374Y0207905D01*
X0142436Y0208012D01*
X0142502Y0208118D01*
X0142571Y0208221D01*
X0142644Y0208322D01*
X0142720Y0208421D01*
X0142798Y0208517D01*
X0142880Y0208611D01*
X0142965Y0208702D01*
X0143052Y0208791D01*
X0143143Y0208876D01*
X0143236Y0208959D01*
X0143332Y0209038D01*
X0143430Y0209114D01*
X0143530Y0209188D01*
X0143633Y0209258D01*
X0143738Y0209324D01*
X0143845Y0209388D01*
X0143954Y0209448D01*
X0144065Y0209504D01*
X0144177Y0209557D01*
X0144292Y0209606D01*
X0144407Y0209652D01*
X0144525Y0209693D01*
X0144643Y0209732D01*
X0144763Y0209766D01*
X0144883Y0209796D01*
X0145005Y0209823D01*
X0145127Y0209845D01*
X0145250Y0209864D01*
X0145373Y0209879D01*
X0145497Y0209890D01*
X0145622Y0209897D01*
X0145746Y0209900D01*
X0145870Y0209899D01*
X0145995Y0209894D01*
X0146119Y0209885D01*
X0146242Y0209872D01*
X0146366Y0209855D01*
X0146488Y0209835D01*
X0146610Y0209810D01*
X0146731Y0209781D01*
X0146851Y0209749D01*
X0146970Y0209713D01*
X0147088Y0209673D01*
X0147205Y0209629D01*
X0147320Y0209582D01*
X0147433Y0209531D01*
X0147545Y0209476D01*
X0147655Y0209418D01*
X0147763Y0209357D01*
X0147869Y0209292D01*
X0147973Y0209223D01*
X0148074Y0209152D01*
X0148174Y0209077D01*
X0148271Y0208999D01*
X0148365Y0208918D01*
X0148457Y0208834D01*
X0148546Y0208747D01*
X0148632Y0208657D01*
X0148715Y0208565D01*
X0148795Y0208470D01*
X0148873Y0208372D01*
X0148947Y0208272D01*
X0149018Y0208170D01*
X0149085Y0208066D01*
X0149149Y0207959D01*
X0149210Y0207850D01*
X0149267Y0207740D01*
X0149321Y0207628D01*
X0149371Y0207514D01*
X0149418Y0207399D01*
X0149460Y0207282D01*
X0149499Y0207164D01*
X0149535Y0207044D01*
X0149566Y0206924D01*
X0149593Y0206803D01*
X0149617Y0206681D01*
X0149637Y0206558D01*
X0149653Y0206434D01*
X0149665Y0206311D01*
X0149673Y0206187D01*
X0149677Y0206062D01*
X0149677Y0205938D01*
X0149673Y0205813D01*
X0149665Y0205689D01*
X0149653Y0205566D01*
X0149637Y0205442D01*
X0149617Y0205319D01*
X0149593Y0205197D01*
X0149566Y0205076D01*
X0149535Y0204956D01*
X0149499Y0204836D01*
X0149460Y0204718D01*
X0149418Y0204601D01*
X0149371Y0204486D01*
X0149321Y0204372D01*
X0149267Y0204260D01*
X0149210Y0204150D01*
X0149149Y0204041D01*
X0149085Y0203934D01*
X0149018Y0203830D01*
X0148947Y0203728D01*
X0148873Y0203628D01*
X0148795Y0203530D01*
X0148715Y0203435D01*
X0148632Y0203343D01*
X0148546Y0203253D01*
X0148457Y0203166D01*
X0148365Y0203082D01*
X0148271Y0203001D01*
X0148174Y0202923D01*
X0148074Y0202848D01*
X0147973Y0202777D01*
X0147869Y0202708D01*
X0147763Y0202643D01*
X0147655Y0202582D01*
X0147545Y0202524D01*
X0147433Y0202469D01*
X0147320Y0202418D01*
X0147205Y0202371D01*
X0147088Y0202327D01*
X0146970Y0202287D01*
X0146851Y0202251D01*
X0146731Y0202219D01*
X0146610Y0202190D01*
X0146488Y0202165D01*
X0146366Y0202145D01*
X0146242Y0202128D01*
X0146119Y0202115D01*
X0145995Y0202106D01*
X0145870Y0202101D01*
X0145746Y0202100D01*
X0145622Y0202103D01*
X0145497Y0202110D01*
X0145373Y0202121D01*
X0145250Y0202136D01*
X0145127Y0202155D01*
X0145005Y0202177D01*
X0144883Y0202204D01*
X0144763Y0202234D01*
X0144643Y0202268D01*
X0144525Y0202307D01*
X0144407Y0202348D01*
X0144292Y0202394D01*
X0144177Y0202443D01*
X0144065Y0202496D01*
X0143954Y0202552D01*
X0143845Y0202612D01*
X0143738Y0202676D01*
X0143633Y0202742D01*
X0143530Y0202812D01*
X0143430Y0202886D01*
X0143332Y0202962D01*
X0143236Y0203041D01*
X0143143Y0203124D01*
X0143052Y0203209D01*
X0142965Y0203298D01*
X0142880Y0203389D01*
X0142798Y0203483D01*
X0142720Y0203579D01*
X0142644Y0203678D01*
X0142571Y0203779D01*
X0142502Y0203882D01*
X0142436Y0203988D01*
X0142374Y0204095D01*
X0142315Y0204205D01*
X0142259Y0204316D01*
X0142207Y0204429D01*
X0142159Y0204544D01*
X0142115Y0204660D01*
X0142074Y0204777D01*
X0142037Y0204896D01*
X0142003Y0205016D01*
X0141974Y0205136D01*
X0141948Y0205258D01*
X0141926Y0205381D01*
X0141909Y0205504D01*
X0141895Y0205627D01*
X0141885Y0205751D01*
X0141879Y0205876D01*
X0141877Y0206000D01*
X0141777Y0202000D02*
X0149777Y0210000D01*
X0147502Y0206000D02*
X0147504Y0206124D01*
X0147510Y0206249D01*
X0147520Y0206373D01*
X0147534Y0206496D01*
X0147551Y0206619D01*
X0147573Y0206742D01*
X0147599Y0206864D01*
X0147628Y0206984D01*
X0147662Y0207104D01*
X0147699Y0207223D01*
X0147740Y0207340D01*
X0147784Y0207456D01*
X0147832Y0207571D01*
X0147884Y0207684D01*
X0147940Y0207795D01*
X0147999Y0207905D01*
X0148061Y0208012D01*
X0148127Y0208118D01*
X0148196Y0208221D01*
X0148269Y0208322D01*
X0148345Y0208421D01*
X0148423Y0208517D01*
X0148505Y0208611D01*
X0148590Y0208702D01*
X0148677Y0208791D01*
X0148768Y0208876D01*
X0148861Y0208959D01*
X0148957Y0209038D01*
X0149055Y0209114D01*
X0149155Y0209188D01*
X0149258Y0209258D01*
X0149363Y0209324D01*
X0149470Y0209388D01*
X0149579Y0209448D01*
X0149690Y0209504D01*
X0149802Y0209557D01*
X0149917Y0209606D01*
X0150032Y0209652D01*
X0150150Y0209693D01*
X0150268Y0209732D01*
X0150388Y0209766D01*
X0150508Y0209796D01*
X0150630Y0209823D01*
X0150752Y0209845D01*
X0150875Y0209864D01*
X0150998Y0209879D01*
X0151122Y0209890D01*
X0151247Y0209897D01*
X0151371Y0209900D01*
X0151495Y0209899D01*
X0151620Y0209894D01*
X0151744Y0209885D01*
X0151867Y0209872D01*
X0151991Y0209855D01*
X0152113Y0209835D01*
X0152235Y0209810D01*
X0152356Y0209781D01*
X0152476Y0209749D01*
X0152595Y0209713D01*
X0152713Y0209673D01*
X0152830Y0209629D01*
X0152945Y0209582D01*
X0153058Y0209531D01*
X0153170Y0209476D01*
X0153280Y0209418D01*
X0153388Y0209357D01*
X0153494Y0209292D01*
X0153598Y0209223D01*
X0153699Y0209152D01*
X0153799Y0209077D01*
X0153896Y0208999D01*
X0153990Y0208918D01*
X0154082Y0208834D01*
X0154171Y0208747D01*
X0154257Y0208657D01*
X0154340Y0208565D01*
X0154420Y0208470D01*
X0154498Y0208372D01*
X0154572Y0208272D01*
X0154643Y0208170D01*
X0154710Y0208066D01*
X0154774Y0207959D01*
X0154835Y0207850D01*
X0154892Y0207740D01*
X0154946Y0207628D01*
X0154996Y0207514D01*
X0155043Y0207399D01*
X0155085Y0207282D01*
X0155124Y0207164D01*
X0155160Y0207044D01*
X0155191Y0206924D01*
X0155218Y0206803D01*
X0155242Y0206681D01*
X0155262Y0206558D01*
X0155278Y0206434D01*
X0155290Y0206311D01*
X0155298Y0206187D01*
X0155302Y0206062D01*
X0155302Y0205938D01*
X0155298Y0205813D01*
X0155290Y0205689D01*
X0155278Y0205566D01*
X0155262Y0205442D01*
X0155242Y0205319D01*
X0155218Y0205197D01*
X0155191Y0205076D01*
X0155160Y0204956D01*
X0155124Y0204836D01*
X0155085Y0204718D01*
X0155043Y0204601D01*
X0154996Y0204486D01*
X0154946Y0204372D01*
X0154892Y0204260D01*
X0154835Y0204150D01*
X0154774Y0204041D01*
X0154710Y0203934D01*
X0154643Y0203830D01*
X0154572Y0203728D01*
X0154498Y0203628D01*
X0154420Y0203530D01*
X0154340Y0203435D01*
X0154257Y0203343D01*
X0154171Y0203253D01*
X0154082Y0203166D01*
X0153990Y0203082D01*
X0153896Y0203001D01*
X0153799Y0202923D01*
X0153699Y0202848D01*
X0153598Y0202777D01*
X0153494Y0202708D01*
X0153388Y0202643D01*
X0153280Y0202582D01*
X0153170Y0202524D01*
X0153058Y0202469D01*
X0152945Y0202418D01*
X0152830Y0202371D01*
X0152713Y0202327D01*
X0152595Y0202287D01*
X0152476Y0202251D01*
X0152356Y0202219D01*
X0152235Y0202190D01*
X0152113Y0202165D01*
X0151991Y0202145D01*
X0151867Y0202128D01*
X0151744Y0202115D01*
X0151620Y0202106D01*
X0151495Y0202101D01*
X0151371Y0202100D01*
X0151247Y0202103D01*
X0151122Y0202110D01*
X0150998Y0202121D01*
X0150875Y0202136D01*
X0150752Y0202155D01*
X0150630Y0202177D01*
X0150508Y0202204D01*
X0150388Y0202234D01*
X0150268Y0202268D01*
X0150150Y0202307D01*
X0150032Y0202348D01*
X0149917Y0202394D01*
X0149802Y0202443D01*
X0149690Y0202496D01*
X0149579Y0202552D01*
X0149470Y0202612D01*
X0149363Y0202676D01*
X0149258Y0202742D01*
X0149155Y0202812D01*
X0149055Y0202886D01*
X0148957Y0202962D01*
X0148861Y0203041D01*
X0148768Y0203124D01*
X0148677Y0203209D01*
X0148590Y0203298D01*
X0148505Y0203389D01*
X0148423Y0203483D01*
X0148345Y0203579D01*
X0148269Y0203678D01*
X0148196Y0203779D01*
X0148127Y0203882D01*
X0148061Y0203988D01*
X0147999Y0204095D01*
X0147940Y0204205D01*
X0147884Y0204316D01*
X0147832Y0204429D01*
X0147784Y0204544D01*
X0147740Y0204660D01*
X0147699Y0204777D01*
X0147662Y0204896D01*
X0147628Y0205016D01*
X0147599Y0205136D01*
X0147573Y0205258D01*
X0147551Y0205381D01*
X0147534Y0205504D01*
X0147520Y0205627D01*
X0147510Y0205751D01*
X0147504Y0205876D01*
X0147502Y0206000D01*
X0147402Y0202000D02*
X0155402Y0210000D01*
X0150627Y0194125D02*
X0150629Y0194249D01*
X0150635Y0194374D01*
X0150645Y0194498D01*
X0150659Y0194621D01*
X0150676Y0194744D01*
X0150698Y0194867D01*
X0150724Y0194989D01*
X0150753Y0195109D01*
X0150787Y0195229D01*
X0150824Y0195348D01*
X0150865Y0195465D01*
X0150909Y0195581D01*
X0150957Y0195696D01*
X0151009Y0195809D01*
X0151065Y0195920D01*
X0151124Y0196030D01*
X0151186Y0196137D01*
X0151252Y0196243D01*
X0151321Y0196346D01*
X0151394Y0196447D01*
X0151470Y0196546D01*
X0151548Y0196642D01*
X0151630Y0196736D01*
X0151715Y0196827D01*
X0151802Y0196916D01*
X0151893Y0197001D01*
X0151986Y0197084D01*
X0152082Y0197163D01*
X0152180Y0197239D01*
X0152280Y0197313D01*
X0152383Y0197383D01*
X0152488Y0197449D01*
X0152595Y0197513D01*
X0152704Y0197573D01*
X0152815Y0197629D01*
X0152927Y0197682D01*
X0153042Y0197731D01*
X0153157Y0197777D01*
X0153275Y0197818D01*
X0153393Y0197857D01*
X0153513Y0197891D01*
X0153633Y0197921D01*
X0153755Y0197948D01*
X0153877Y0197970D01*
X0154000Y0197989D01*
X0154123Y0198004D01*
X0154247Y0198015D01*
X0154372Y0198022D01*
X0154496Y0198025D01*
X0154620Y0198024D01*
X0154745Y0198019D01*
X0154869Y0198010D01*
X0154992Y0197997D01*
X0155116Y0197980D01*
X0155238Y0197960D01*
X0155360Y0197935D01*
X0155481Y0197906D01*
X0155601Y0197874D01*
X0155720Y0197838D01*
X0155838Y0197798D01*
X0155955Y0197754D01*
X0156070Y0197707D01*
X0156183Y0197656D01*
X0156295Y0197601D01*
X0156405Y0197543D01*
X0156513Y0197482D01*
X0156619Y0197417D01*
X0156723Y0197348D01*
X0156824Y0197277D01*
X0156924Y0197202D01*
X0157021Y0197124D01*
X0157115Y0197043D01*
X0157207Y0196959D01*
X0157296Y0196872D01*
X0157382Y0196782D01*
X0157465Y0196690D01*
X0157545Y0196595D01*
X0157623Y0196497D01*
X0157697Y0196397D01*
X0157768Y0196295D01*
X0157835Y0196191D01*
X0157899Y0196084D01*
X0157960Y0195975D01*
X0158017Y0195865D01*
X0158071Y0195753D01*
X0158121Y0195639D01*
X0158168Y0195524D01*
X0158210Y0195407D01*
X0158249Y0195289D01*
X0158285Y0195169D01*
X0158316Y0195049D01*
X0158343Y0194928D01*
X0158367Y0194806D01*
X0158387Y0194683D01*
X0158403Y0194559D01*
X0158415Y0194436D01*
X0158423Y0194312D01*
X0158427Y0194187D01*
X0158427Y0194063D01*
X0158423Y0193938D01*
X0158415Y0193814D01*
X0158403Y0193691D01*
X0158387Y0193567D01*
X0158367Y0193444D01*
X0158343Y0193322D01*
X0158316Y0193201D01*
X0158285Y0193081D01*
X0158249Y0192961D01*
X0158210Y0192843D01*
X0158168Y0192726D01*
X0158121Y0192611D01*
X0158071Y0192497D01*
X0158017Y0192385D01*
X0157960Y0192275D01*
X0157899Y0192166D01*
X0157835Y0192059D01*
X0157768Y0191955D01*
X0157697Y0191853D01*
X0157623Y0191753D01*
X0157545Y0191655D01*
X0157465Y0191560D01*
X0157382Y0191468D01*
X0157296Y0191378D01*
X0157207Y0191291D01*
X0157115Y0191207D01*
X0157021Y0191126D01*
X0156924Y0191048D01*
X0156824Y0190973D01*
X0156723Y0190902D01*
X0156619Y0190833D01*
X0156513Y0190768D01*
X0156405Y0190707D01*
X0156295Y0190649D01*
X0156183Y0190594D01*
X0156070Y0190543D01*
X0155955Y0190496D01*
X0155838Y0190452D01*
X0155720Y0190412D01*
X0155601Y0190376D01*
X0155481Y0190344D01*
X0155360Y0190315D01*
X0155238Y0190290D01*
X0155116Y0190270D01*
X0154992Y0190253D01*
X0154869Y0190240D01*
X0154745Y0190231D01*
X0154620Y0190226D01*
X0154496Y0190225D01*
X0154372Y0190228D01*
X0154247Y0190235D01*
X0154123Y0190246D01*
X0154000Y0190261D01*
X0153877Y0190280D01*
X0153755Y0190302D01*
X0153633Y0190329D01*
X0153513Y0190359D01*
X0153393Y0190393D01*
X0153275Y0190432D01*
X0153157Y0190473D01*
X0153042Y0190519D01*
X0152927Y0190568D01*
X0152815Y0190621D01*
X0152704Y0190677D01*
X0152595Y0190737D01*
X0152488Y0190801D01*
X0152383Y0190867D01*
X0152280Y0190937D01*
X0152180Y0191011D01*
X0152082Y0191087D01*
X0151986Y0191166D01*
X0151893Y0191249D01*
X0151802Y0191334D01*
X0151715Y0191423D01*
X0151630Y0191514D01*
X0151548Y0191608D01*
X0151470Y0191704D01*
X0151394Y0191803D01*
X0151321Y0191904D01*
X0151252Y0192007D01*
X0151186Y0192113D01*
X0151124Y0192220D01*
X0151065Y0192330D01*
X0151009Y0192441D01*
X0150957Y0192554D01*
X0150909Y0192669D01*
X0150865Y0192785D01*
X0150824Y0192902D01*
X0150787Y0193021D01*
X0150753Y0193141D01*
X0150724Y0193261D01*
X0150698Y0193383D01*
X0150676Y0193506D01*
X0150659Y0193629D01*
X0150645Y0193752D01*
X0150635Y0193876D01*
X0150629Y0194001D01*
X0150627Y0194125D01*
X0150527Y0190125D02*
X0158527Y0198125D01*
X0163127Y0202875D02*
X0163129Y0202999D01*
X0163135Y0203124D01*
X0163145Y0203248D01*
X0163159Y0203371D01*
X0163176Y0203494D01*
X0163198Y0203617D01*
X0163224Y0203739D01*
X0163253Y0203859D01*
X0163287Y0203979D01*
X0163324Y0204098D01*
X0163365Y0204215D01*
X0163409Y0204331D01*
X0163457Y0204446D01*
X0163509Y0204559D01*
X0163565Y0204670D01*
X0163624Y0204780D01*
X0163686Y0204887D01*
X0163752Y0204993D01*
X0163821Y0205096D01*
X0163894Y0205197D01*
X0163970Y0205296D01*
X0164048Y0205392D01*
X0164130Y0205486D01*
X0164215Y0205577D01*
X0164302Y0205666D01*
X0164393Y0205751D01*
X0164486Y0205834D01*
X0164582Y0205913D01*
X0164680Y0205989D01*
X0164780Y0206063D01*
X0164883Y0206133D01*
X0164988Y0206199D01*
X0165095Y0206263D01*
X0165204Y0206323D01*
X0165315Y0206379D01*
X0165427Y0206432D01*
X0165542Y0206481D01*
X0165657Y0206527D01*
X0165775Y0206568D01*
X0165893Y0206607D01*
X0166013Y0206641D01*
X0166133Y0206671D01*
X0166255Y0206698D01*
X0166377Y0206720D01*
X0166500Y0206739D01*
X0166623Y0206754D01*
X0166747Y0206765D01*
X0166872Y0206772D01*
X0166996Y0206775D01*
X0167120Y0206774D01*
X0167245Y0206769D01*
X0167369Y0206760D01*
X0167492Y0206747D01*
X0167616Y0206730D01*
X0167738Y0206710D01*
X0167860Y0206685D01*
X0167981Y0206656D01*
X0168101Y0206624D01*
X0168220Y0206588D01*
X0168338Y0206548D01*
X0168455Y0206504D01*
X0168570Y0206457D01*
X0168683Y0206406D01*
X0168795Y0206351D01*
X0168905Y0206293D01*
X0169013Y0206232D01*
X0169119Y0206167D01*
X0169223Y0206098D01*
X0169324Y0206027D01*
X0169424Y0205952D01*
X0169521Y0205874D01*
X0169615Y0205793D01*
X0169707Y0205709D01*
X0169796Y0205622D01*
X0169882Y0205532D01*
X0169965Y0205440D01*
X0170045Y0205345D01*
X0170123Y0205247D01*
X0170197Y0205147D01*
X0170268Y0205045D01*
X0170335Y0204941D01*
X0170399Y0204834D01*
X0170460Y0204725D01*
X0170517Y0204615D01*
X0170571Y0204503D01*
X0170621Y0204389D01*
X0170668Y0204274D01*
X0170710Y0204157D01*
X0170749Y0204039D01*
X0170785Y0203919D01*
X0170816Y0203799D01*
X0170843Y0203678D01*
X0170867Y0203556D01*
X0170887Y0203433D01*
X0170903Y0203309D01*
X0170915Y0203186D01*
X0170923Y0203062D01*
X0170927Y0202937D01*
X0170927Y0202813D01*
X0170923Y0202688D01*
X0170915Y0202564D01*
X0170903Y0202441D01*
X0170887Y0202317D01*
X0170867Y0202194D01*
X0170843Y0202072D01*
X0170816Y0201951D01*
X0170785Y0201831D01*
X0170749Y0201711D01*
X0170710Y0201593D01*
X0170668Y0201476D01*
X0170621Y0201361D01*
X0170571Y0201247D01*
X0170517Y0201135D01*
X0170460Y0201025D01*
X0170399Y0200916D01*
X0170335Y0200809D01*
X0170268Y0200705D01*
X0170197Y0200603D01*
X0170123Y0200503D01*
X0170045Y0200405D01*
X0169965Y0200310D01*
X0169882Y0200218D01*
X0169796Y0200128D01*
X0169707Y0200041D01*
X0169615Y0199957D01*
X0169521Y0199876D01*
X0169424Y0199798D01*
X0169324Y0199723D01*
X0169223Y0199652D01*
X0169119Y0199583D01*
X0169013Y0199518D01*
X0168905Y0199457D01*
X0168795Y0199399D01*
X0168683Y0199344D01*
X0168570Y0199293D01*
X0168455Y0199246D01*
X0168338Y0199202D01*
X0168220Y0199162D01*
X0168101Y0199126D01*
X0167981Y0199094D01*
X0167860Y0199065D01*
X0167738Y0199040D01*
X0167616Y0199020D01*
X0167492Y0199003D01*
X0167369Y0198990D01*
X0167245Y0198981D01*
X0167120Y0198976D01*
X0166996Y0198975D01*
X0166872Y0198978D01*
X0166747Y0198985D01*
X0166623Y0198996D01*
X0166500Y0199011D01*
X0166377Y0199030D01*
X0166255Y0199052D01*
X0166133Y0199079D01*
X0166013Y0199109D01*
X0165893Y0199143D01*
X0165775Y0199182D01*
X0165657Y0199223D01*
X0165542Y0199269D01*
X0165427Y0199318D01*
X0165315Y0199371D01*
X0165204Y0199427D01*
X0165095Y0199487D01*
X0164988Y0199551D01*
X0164883Y0199617D01*
X0164780Y0199687D01*
X0164680Y0199761D01*
X0164582Y0199837D01*
X0164486Y0199916D01*
X0164393Y0199999D01*
X0164302Y0200084D01*
X0164215Y0200173D01*
X0164130Y0200264D01*
X0164048Y0200358D01*
X0163970Y0200454D01*
X0163894Y0200553D01*
X0163821Y0200654D01*
X0163752Y0200757D01*
X0163686Y0200863D01*
X0163624Y0200970D01*
X0163565Y0201080D01*
X0163509Y0201191D01*
X0163457Y0201304D01*
X0163409Y0201419D01*
X0163365Y0201535D01*
X0163324Y0201652D01*
X0163287Y0201771D01*
X0163253Y0201891D01*
X0163224Y0202011D01*
X0163198Y0202133D01*
X0163176Y0202256D01*
X0163159Y0202379D01*
X0163145Y0202502D01*
X0163135Y0202626D01*
X0163129Y0202751D01*
X0163127Y0202875D01*
X0163027Y0198875D02*
X0171027Y0206875D01*
X0166877Y0213500D02*
X0166879Y0213624D01*
X0166885Y0213749D01*
X0166895Y0213873D01*
X0166909Y0213996D01*
X0166926Y0214119D01*
X0166948Y0214242D01*
X0166974Y0214364D01*
X0167003Y0214484D01*
X0167037Y0214604D01*
X0167074Y0214723D01*
X0167115Y0214840D01*
X0167159Y0214956D01*
X0167207Y0215071D01*
X0167259Y0215184D01*
X0167315Y0215295D01*
X0167374Y0215405D01*
X0167436Y0215512D01*
X0167502Y0215618D01*
X0167571Y0215721D01*
X0167644Y0215822D01*
X0167720Y0215921D01*
X0167798Y0216017D01*
X0167880Y0216111D01*
X0167965Y0216202D01*
X0168052Y0216291D01*
X0168143Y0216376D01*
X0168236Y0216459D01*
X0168332Y0216538D01*
X0168430Y0216614D01*
X0168530Y0216688D01*
X0168633Y0216758D01*
X0168738Y0216824D01*
X0168845Y0216888D01*
X0168954Y0216948D01*
X0169065Y0217004D01*
X0169177Y0217057D01*
X0169292Y0217106D01*
X0169407Y0217152D01*
X0169525Y0217193D01*
X0169643Y0217232D01*
X0169763Y0217266D01*
X0169883Y0217296D01*
X0170005Y0217323D01*
X0170127Y0217345D01*
X0170250Y0217364D01*
X0170373Y0217379D01*
X0170497Y0217390D01*
X0170622Y0217397D01*
X0170746Y0217400D01*
X0170870Y0217399D01*
X0170995Y0217394D01*
X0171119Y0217385D01*
X0171242Y0217372D01*
X0171366Y0217355D01*
X0171488Y0217335D01*
X0171610Y0217310D01*
X0171731Y0217281D01*
X0171851Y0217249D01*
X0171970Y0217213D01*
X0172088Y0217173D01*
X0172205Y0217129D01*
X0172320Y0217082D01*
X0172433Y0217031D01*
X0172545Y0216976D01*
X0172655Y0216918D01*
X0172763Y0216857D01*
X0172869Y0216792D01*
X0172973Y0216723D01*
X0173074Y0216652D01*
X0173174Y0216577D01*
X0173271Y0216499D01*
X0173365Y0216418D01*
X0173457Y0216334D01*
X0173546Y0216247D01*
X0173632Y0216157D01*
X0173715Y0216065D01*
X0173795Y0215970D01*
X0173873Y0215872D01*
X0173947Y0215772D01*
X0174018Y0215670D01*
X0174085Y0215566D01*
X0174149Y0215459D01*
X0174210Y0215350D01*
X0174267Y0215240D01*
X0174321Y0215128D01*
X0174371Y0215014D01*
X0174418Y0214899D01*
X0174460Y0214782D01*
X0174499Y0214664D01*
X0174535Y0214544D01*
X0174566Y0214424D01*
X0174593Y0214303D01*
X0174617Y0214181D01*
X0174637Y0214058D01*
X0174653Y0213934D01*
X0174665Y0213811D01*
X0174673Y0213687D01*
X0174677Y0213562D01*
X0174677Y0213438D01*
X0174673Y0213313D01*
X0174665Y0213189D01*
X0174653Y0213066D01*
X0174637Y0212942D01*
X0174617Y0212819D01*
X0174593Y0212697D01*
X0174566Y0212576D01*
X0174535Y0212456D01*
X0174499Y0212336D01*
X0174460Y0212218D01*
X0174418Y0212101D01*
X0174371Y0211986D01*
X0174321Y0211872D01*
X0174267Y0211760D01*
X0174210Y0211650D01*
X0174149Y0211541D01*
X0174085Y0211434D01*
X0174018Y0211330D01*
X0173947Y0211228D01*
X0173873Y0211128D01*
X0173795Y0211030D01*
X0173715Y0210935D01*
X0173632Y0210843D01*
X0173546Y0210753D01*
X0173457Y0210666D01*
X0173365Y0210582D01*
X0173271Y0210501D01*
X0173174Y0210423D01*
X0173074Y0210348D01*
X0172973Y0210277D01*
X0172869Y0210208D01*
X0172763Y0210143D01*
X0172655Y0210082D01*
X0172545Y0210024D01*
X0172433Y0209969D01*
X0172320Y0209918D01*
X0172205Y0209871D01*
X0172088Y0209827D01*
X0171970Y0209787D01*
X0171851Y0209751D01*
X0171731Y0209719D01*
X0171610Y0209690D01*
X0171488Y0209665D01*
X0171366Y0209645D01*
X0171242Y0209628D01*
X0171119Y0209615D01*
X0170995Y0209606D01*
X0170870Y0209601D01*
X0170746Y0209600D01*
X0170622Y0209603D01*
X0170497Y0209610D01*
X0170373Y0209621D01*
X0170250Y0209636D01*
X0170127Y0209655D01*
X0170005Y0209677D01*
X0169883Y0209704D01*
X0169763Y0209734D01*
X0169643Y0209768D01*
X0169525Y0209807D01*
X0169407Y0209848D01*
X0169292Y0209894D01*
X0169177Y0209943D01*
X0169065Y0209996D01*
X0168954Y0210052D01*
X0168845Y0210112D01*
X0168738Y0210176D01*
X0168633Y0210242D01*
X0168530Y0210312D01*
X0168430Y0210386D01*
X0168332Y0210462D01*
X0168236Y0210541D01*
X0168143Y0210624D01*
X0168052Y0210709D01*
X0167965Y0210798D01*
X0167880Y0210889D01*
X0167798Y0210983D01*
X0167720Y0211079D01*
X0167644Y0211178D01*
X0167571Y0211279D01*
X0167502Y0211382D01*
X0167436Y0211488D01*
X0167374Y0211595D01*
X0167315Y0211705D01*
X0167259Y0211816D01*
X0167207Y0211929D01*
X0167159Y0212044D01*
X0167115Y0212160D01*
X0167074Y0212277D01*
X0167037Y0212396D01*
X0167003Y0212516D01*
X0166974Y0212636D01*
X0166948Y0212758D01*
X0166926Y0212881D01*
X0166909Y0213004D01*
X0166895Y0213127D01*
X0166885Y0213251D01*
X0166879Y0213376D01*
X0166877Y0213500D01*
X0166777Y0209500D02*
X0174777Y0217500D01*
X0171877Y0194125D02*
X0171879Y0194249D01*
X0171885Y0194374D01*
X0171895Y0194498D01*
X0171909Y0194621D01*
X0171926Y0194744D01*
X0171948Y0194867D01*
X0171974Y0194989D01*
X0172003Y0195109D01*
X0172037Y0195229D01*
X0172074Y0195348D01*
X0172115Y0195465D01*
X0172159Y0195581D01*
X0172207Y0195696D01*
X0172259Y0195809D01*
X0172315Y0195920D01*
X0172374Y0196030D01*
X0172436Y0196137D01*
X0172502Y0196243D01*
X0172571Y0196346D01*
X0172644Y0196447D01*
X0172720Y0196546D01*
X0172798Y0196642D01*
X0172880Y0196736D01*
X0172965Y0196827D01*
X0173052Y0196916D01*
X0173143Y0197001D01*
X0173236Y0197084D01*
X0173332Y0197163D01*
X0173430Y0197239D01*
X0173530Y0197313D01*
X0173633Y0197383D01*
X0173738Y0197449D01*
X0173845Y0197513D01*
X0173954Y0197573D01*
X0174065Y0197629D01*
X0174177Y0197682D01*
X0174292Y0197731D01*
X0174407Y0197777D01*
X0174525Y0197818D01*
X0174643Y0197857D01*
X0174763Y0197891D01*
X0174883Y0197921D01*
X0175005Y0197948D01*
X0175127Y0197970D01*
X0175250Y0197989D01*
X0175373Y0198004D01*
X0175497Y0198015D01*
X0175622Y0198022D01*
X0175746Y0198025D01*
X0175870Y0198024D01*
X0175995Y0198019D01*
X0176119Y0198010D01*
X0176242Y0197997D01*
X0176366Y0197980D01*
X0176488Y0197960D01*
X0176610Y0197935D01*
X0176731Y0197906D01*
X0176851Y0197874D01*
X0176970Y0197838D01*
X0177088Y0197798D01*
X0177205Y0197754D01*
X0177320Y0197707D01*
X0177433Y0197656D01*
X0177545Y0197601D01*
X0177655Y0197543D01*
X0177763Y0197482D01*
X0177869Y0197417D01*
X0177973Y0197348D01*
X0178074Y0197277D01*
X0178174Y0197202D01*
X0178271Y0197124D01*
X0178365Y0197043D01*
X0178457Y0196959D01*
X0178546Y0196872D01*
X0178632Y0196782D01*
X0178715Y0196690D01*
X0178795Y0196595D01*
X0178873Y0196497D01*
X0178947Y0196397D01*
X0179018Y0196295D01*
X0179085Y0196191D01*
X0179149Y0196084D01*
X0179210Y0195975D01*
X0179267Y0195865D01*
X0179321Y0195753D01*
X0179371Y0195639D01*
X0179418Y0195524D01*
X0179460Y0195407D01*
X0179499Y0195289D01*
X0179535Y0195169D01*
X0179566Y0195049D01*
X0179593Y0194928D01*
X0179617Y0194806D01*
X0179637Y0194683D01*
X0179653Y0194559D01*
X0179665Y0194436D01*
X0179673Y0194312D01*
X0179677Y0194187D01*
X0179677Y0194063D01*
X0179673Y0193938D01*
X0179665Y0193814D01*
X0179653Y0193691D01*
X0179637Y0193567D01*
X0179617Y0193444D01*
X0179593Y0193322D01*
X0179566Y0193201D01*
X0179535Y0193081D01*
X0179499Y0192961D01*
X0179460Y0192843D01*
X0179418Y0192726D01*
X0179371Y0192611D01*
X0179321Y0192497D01*
X0179267Y0192385D01*
X0179210Y0192275D01*
X0179149Y0192166D01*
X0179085Y0192059D01*
X0179018Y0191955D01*
X0178947Y0191853D01*
X0178873Y0191753D01*
X0178795Y0191655D01*
X0178715Y0191560D01*
X0178632Y0191468D01*
X0178546Y0191378D01*
X0178457Y0191291D01*
X0178365Y0191207D01*
X0178271Y0191126D01*
X0178174Y0191048D01*
X0178074Y0190973D01*
X0177973Y0190902D01*
X0177869Y0190833D01*
X0177763Y0190768D01*
X0177655Y0190707D01*
X0177545Y0190649D01*
X0177433Y0190594D01*
X0177320Y0190543D01*
X0177205Y0190496D01*
X0177088Y0190452D01*
X0176970Y0190412D01*
X0176851Y0190376D01*
X0176731Y0190344D01*
X0176610Y0190315D01*
X0176488Y0190290D01*
X0176366Y0190270D01*
X0176242Y0190253D01*
X0176119Y0190240D01*
X0175995Y0190231D01*
X0175870Y0190226D01*
X0175746Y0190225D01*
X0175622Y0190228D01*
X0175497Y0190235D01*
X0175373Y0190246D01*
X0175250Y0190261D01*
X0175127Y0190280D01*
X0175005Y0190302D01*
X0174883Y0190329D01*
X0174763Y0190359D01*
X0174643Y0190393D01*
X0174525Y0190432D01*
X0174407Y0190473D01*
X0174292Y0190519D01*
X0174177Y0190568D01*
X0174065Y0190621D01*
X0173954Y0190677D01*
X0173845Y0190737D01*
X0173738Y0190801D01*
X0173633Y0190867D01*
X0173530Y0190937D01*
X0173430Y0191011D01*
X0173332Y0191087D01*
X0173236Y0191166D01*
X0173143Y0191249D01*
X0173052Y0191334D01*
X0172965Y0191423D01*
X0172880Y0191514D01*
X0172798Y0191608D01*
X0172720Y0191704D01*
X0172644Y0191803D01*
X0172571Y0191904D01*
X0172502Y0192007D01*
X0172436Y0192113D01*
X0172374Y0192220D01*
X0172315Y0192330D01*
X0172259Y0192441D01*
X0172207Y0192554D01*
X0172159Y0192669D01*
X0172115Y0192785D01*
X0172074Y0192902D01*
X0172037Y0193021D01*
X0172003Y0193141D01*
X0171974Y0193261D01*
X0171948Y0193383D01*
X0171926Y0193506D01*
X0171909Y0193629D01*
X0171895Y0193752D01*
X0171885Y0193876D01*
X0171879Y0194001D01*
X0171877Y0194125D01*
X0171777Y0190125D02*
X0179777Y0198125D01*
X0175002Y0190375D02*
X0175004Y0190499D01*
X0175010Y0190624D01*
X0175020Y0190748D01*
X0175034Y0190871D01*
X0175051Y0190994D01*
X0175073Y0191117D01*
X0175099Y0191239D01*
X0175128Y0191359D01*
X0175162Y0191479D01*
X0175199Y0191598D01*
X0175240Y0191715D01*
X0175284Y0191831D01*
X0175332Y0191946D01*
X0175384Y0192059D01*
X0175440Y0192170D01*
X0175499Y0192280D01*
X0175561Y0192387D01*
X0175627Y0192493D01*
X0175696Y0192596D01*
X0175769Y0192697D01*
X0175845Y0192796D01*
X0175923Y0192892D01*
X0176005Y0192986D01*
X0176090Y0193077D01*
X0176177Y0193166D01*
X0176268Y0193251D01*
X0176361Y0193334D01*
X0176457Y0193413D01*
X0176555Y0193489D01*
X0176655Y0193563D01*
X0176758Y0193633D01*
X0176863Y0193699D01*
X0176970Y0193763D01*
X0177079Y0193823D01*
X0177190Y0193879D01*
X0177302Y0193932D01*
X0177417Y0193981D01*
X0177532Y0194027D01*
X0177650Y0194068D01*
X0177768Y0194107D01*
X0177888Y0194141D01*
X0178008Y0194171D01*
X0178130Y0194198D01*
X0178252Y0194220D01*
X0178375Y0194239D01*
X0178498Y0194254D01*
X0178622Y0194265D01*
X0178747Y0194272D01*
X0178871Y0194275D01*
X0178995Y0194274D01*
X0179120Y0194269D01*
X0179244Y0194260D01*
X0179367Y0194247D01*
X0179491Y0194230D01*
X0179613Y0194210D01*
X0179735Y0194185D01*
X0179856Y0194156D01*
X0179976Y0194124D01*
X0180095Y0194088D01*
X0180213Y0194048D01*
X0180330Y0194004D01*
X0180445Y0193957D01*
X0180558Y0193906D01*
X0180670Y0193851D01*
X0180780Y0193793D01*
X0180888Y0193732D01*
X0180994Y0193667D01*
X0181098Y0193598D01*
X0181199Y0193527D01*
X0181299Y0193452D01*
X0181396Y0193374D01*
X0181490Y0193293D01*
X0181582Y0193209D01*
X0181671Y0193122D01*
X0181757Y0193032D01*
X0181840Y0192940D01*
X0181920Y0192845D01*
X0181998Y0192747D01*
X0182072Y0192647D01*
X0182143Y0192545D01*
X0182210Y0192441D01*
X0182274Y0192334D01*
X0182335Y0192225D01*
X0182392Y0192115D01*
X0182446Y0192003D01*
X0182496Y0191889D01*
X0182543Y0191774D01*
X0182585Y0191657D01*
X0182624Y0191539D01*
X0182660Y0191419D01*
X0182691Y0191299D01*
X0182718Y0191178D01*
X0182742Y0191056D01*
X0182762Y0190933D01*
X0182778Y0190809D01*
X0182790Y0190686D01*
X0182798Y0190562D01*
X0182802Y0190437D01*
X0182802Y0190313D01*
X0182798Y0190188D01*
X0182790Y0190064D01*
X0182778Y0189941D01*
X0182762Y0189817D01*
X0182742Y0189694D01*
X0182718Y0189572D01*
X0182691Y0189451D01*
X0182660Y0189331D01*
X0182624Y0189211D01*
X0182585Y0189093D01*
X0182543Y0188976D01*
X0182496Y0188861D01*
X0182446Y0188747D01*
X0182392Y0188635D01*
X0182335Y0188525D01*
X0182274Y0188416D01*
X0182210Y0188309D01*
X0182143Y0188205D01*
X0182072Y0188103D01*
X0181998Y0188003D01*
X0181920Y0187905D01*
X0181840Y0187810D01*
X0181757Y0187718D01*
X0181671Y0187628D01*
X0181582Y0187541D01*
X0181490Y0187457D01*
X0181396Y0187376D01*
X0181299Y0187298D01*
X0181199Y0187223D01*
X0181098Y0187152D01*
X0180994Y0187083D01*
X0180888Y0187018D01*
X0180780Y0186957D01*
X0180670Y0186899D01*
X0180558Y0186844D01*
X0180445Y0186793D01*
X0180330Y0186746D01*
X0180213Y0186702D01*
X0180095Y0186662D01*
X0179976Y0186626D01*
X0179856Y0186594D01*
X0179735Y0186565D01*
X0179613Y0186540D01*
X0179491Y0186520D01*
X0179367Y0186503D01*
X0179244Y0186490D01*
X0179120Y0186481D01*
X0178995Y0186476D01*
X0178871Y0186475D01*
X0178747Y0186478D01*
X0178622Y0186485D01*
X0178498Y0186496D01*
X0178375Y0186511D01*
X0178252Y0186530D01*
X0178130Y0186552D01*
X0178008Y0186579D01*
X0177888Y0186609D01*
X0177768Y0186643D01*
X0177650Y0186682D01*
X0177532Y0186723D01*
X0177417Y0186769D01*
X0177302Y0186818D01*
X0177190Y0186871D01*
X0177079Y0186927D01*
X0176970Y0186987D01*
X0176863Y0187051D01*
X0176758Y0187117D01*
X0176655Y0187187D01*
X0176555Y0187261D01*
X0176457Y0187337D01*
X0176361Y0187416D01*
X0176268Y0187499D01*
X0176177Y0187584D01*
X0176090Y0187673D01*
X0176005Y0187764D01*
X0175923Y0187858D01*
X0175845Y0187954D01*
X0175769Y0188053D01*
X0175696Y0188154D01*
X0175627Y0188257D01*
X0175561Y0188363D01*
X0175499Y0188470D01*
X0175440Y0188580D01*
X0175384Y0188691D01*
X0175332Y0188804D01*
X0175284Y0188919D01*
X0175240Y0189035D01*
X0175199Y0189152D01*
X0175162Y0189271D01*
X0175128Y0189391D01*
X0175099Y0189511D01*
X0175073Y0189633D01*
X0175051Y0189756D01*
X0175034Y0189879D01*
X0175020Y0190002D01*
X0175010Y0190126D01*
X0175004Y0190251D01*
X0175002Y0190375D01*
X0174902Y0186375D02*
X0182902Y0194375D01*
X0190116Y0197507D02*
X0190118Y0197631D01*
X0190124Y0197756D01*
X0190134Y0197880D01*
X0190148Y0198003D01*
X0190165Y0198126D01*
X0190187Y0198249D01*
X0190213Y0198371D01*
X0190242Y0198491D01*
X0190276Y0198611D01*
X0190313Y0198730D01*
X0190354Y0198847D01*
X0190398Y0198963D01*
X0190446Y0199078D01*
X0190498Y0199191D01*
X0190554Y0199302D01*
X0190613Y0199412D01*
X0190675Y0199519D01*
X0190741Y0199625D01*
X0190810Y0199728D01*
X0190883Y0199829D01*
X0190959Y0199928D01*
X0191037Y0200024D01*
X0191119Y0200118D01*
X0191204Y0200209D01*
X0191291Y0200298D01*
X0191382Y0200383D01*
X0191475Y0200466D01*
X0191571Y0200545D01*
X0191669Y0200621D01*
X0191769Y0200695D01*
X0191872Y0200765D01*
X0191977Y0200831D01*
X0192084Y0200895D01*
X0192193Y0200955D01*
X0192304Y0201011D01*
X0192416Y0201064D01*
X0192531Y0201113D01*
X0192646Y0201159D01*
X0192764Y0201200D01*
X0192882Y0201239D01*
X0193002Y0201273D01*
X0193122Y0201303D01*
X0193244Y0201330D01*
X0193366Y0201352D01*
X0193489Y0201371D01*
X0193612Y0201386D01*
X0193736Y0201397D01*
X0193861Y0201404D01*
X0193985Y0201407D01*
X0194109Y0201406D01*
X0194234Y0201401D01*
X0194358Y0201392D01*
X0194481Y0201379D01*
X0194605Y0201362D01*
X0194727Y0201342D01*
X0194849Y0201317D01*
X0194970Y0201288D01*
X0195090Y0201256D01*
X0195209Y0201220D01*
X0195327Y0201180D01*
X0195444Y0201136D01*
X0195559Y0201089D01*
X0195672Y0201038D01*
X0195784Y0200983D01*
X0195894Y0200925D01*
X0196002Y0200864D01*
X0196108Y0200799D01*
X0196212Y0200730D01*
X0196313Y0200659D01*
X0196413Y0200584D01*
X0196510Y0200506D01*
X0196604Y0200425D01*
X0196696Y0200341D01*
X0196785Y0200254D01*
X0196871Y0200164D01*
X0196954Y0200072D01*
X0197034Y0199977D01*
X0197112Y0199879D01*
X0197186Y0199779D01*
X0197257Y0199677D01*
X0197324Y0199573D01*
X0197388Y0199466D01*
X0197449Y0199357D01*
X0197506Y0199247D01*
X0197560Y0199135D01*
X0197610Y0199021D01*
X0197657Y0198906D01*
X0197699Y0198789D01*
X0197738Y0198671D01*
X0197774Y0198551D01*
X0197805Y0198431D01*
X0197832Y0198310D01*
X0197856Y0198188D01*
X0197876Y0198065D01*
X0197892Y0197941D01*
X0197904Y0197818D01*
X0197912Y0197694D01*
X0197916Y0197569D01*
X0197916Y0197445D01*
X0197912Y0197320D01*
X0197904Y0197196D01*
X0197892Y0197073D01*
X0197876Y0196949D01*
X0197856Y0196826D01*
X0197832Y0196704D01*
X0197805Y0196583D01*
X0197774Y0196463D01*
X0197738Y0196343D01*
X0197699Y0196225D01*
X0197657Y0196108D01*
X0197610Y0195993D01*
X0197560Y0195879D01*
X0197506Y0195767D01*
X0197449Y0195657D01*
X0197388Y0195548D01*
X0197324Y0195441D01*
X0197257Y0195337D01*
X0197186Y0195235D01*
X0197112Y0195135D01*
X0197034Y0195037D01*
X0196954Y0194942D01*
X0196871Y0194850D01*
X0196785Y0194760D01*
X0196696Y0194673D01*
X0196604Y0194589D01*
X0196510Y0194508D01*
X0196413Y0194430D01*
X0196313Y0194355D01*
X0196212Y0194284D01*
X0196108Y0194215D01*
X0196002Y0194150D01*
X0195894Y0194089D01*
X0195784Y0194031D01*
X0195672Y0193976D01*
X0195559Y0193925D01*
X0195444Y0193878D01*
X0195327Y0193834D01*
X0195209Y0193794D01*
X0195090Y0193758D01*
X0194970Y0193726D01*
X0194849Y0193697D01*
X0194727Y0193672D01*
X0194605Y0193652D01*
X0194481Y0193635D01*
X0194358Y0193622D01*
X0194234Y0193613D01*
X0194109Y0193608D01*
X0193985Y0193607D01*
X0193861Y0193610D01*
X0193736Y0193617D01*
X0193612Y0193628D01*
X0193489Y0193643D01*
X0193366Y0193662D01*
X0193244Y0193684D01*
X0193122Y0193711D01*
X0193002Y0193741D01*
X0192882Y0193775D01*
X0192764Y0193814D01*
X0192646Y0193855D01*
X0192531Y0193901D01*
X0192416Y0193950D01*
X0192304Y0194003D01*
X0192193Y0194059D01*
X0192084Y0194119D01*
X0191977Y0194183D01*
X0191872Y0194249D01*
X0191769Y0194319D01*
X0191669Y0194393D01*
X0191571Y0194469D01*
X0191475Y0194548D01*
X0191382Y0194631D01*
X0191291Y0194716D01*
X0191204Y0194805D01*
X0191119Y0194896D01*
X0191037Y0194990D01*
X0190959Y0195086D01*
X0190883Y0195185D01*
X0190810Y0195286D01*
X0190741Y0195389D01*
X0190675Y0195495D01*
X0190613Y0195602D01*
X0190554Y0195712D01*
X0190498Y0195823D01*
X0190446Y0195936D01*
X0190398Y0196051D01*
X0190354Y0196167D01*
X0190313Y0196284D01*
X0190276Y0196403D01*
X0190242Y0196523D01*
X0190213Y0196643D01*
X0190187Y0196765D01*
X0190165Y0196888D01*
X0190148Y0197011D01*
X0190134Y0197134D01*
X0190124Y0197258D01*
X0190118Y0197383D01*
X0190116Y0197507D01*
X0190016Y0193507D02*
X0198016Y0201507D01*
X0195002Y0218500D02*
X0195004Y0218624D01*
X0195010Y0218749D01*
X0195020Y0218873D01*
X0195034Y0218996D01*
X0195051Y0219119D01*
X0195073Y0219242D01*
X0195099Y0219364D01*
X0195128Y0219484D01*
X0195162Y0219604D01*
X0195199Y0219723D01*
X0195240Y0219840D01*
X0195284Y0219956D01*
X0195332Y0220071D01*
X0195384Y0220184D01*
X0195440Y0220295D01*
X0195499Y0220405D01*
X0195561Y0220512D01*
X0195627Y0220618D01*
X0195696Y0220721D01*
X0195769Y0220822D01*
X0195845Y0220921D01*
X0195923Y0221017D01*
X0196005Y0221111D01*
X0196090Y0221202D01*
X0196177Y0221291D01*
X0196268Y0221376D01*
X0196361Y0221459D01*
X0196457Y0221538D01*
X0196555Y0221614D01*
X0196655Y0221688D01*
X0196758Y0221758D01*
X0196863Y0221824D01*
X0196970Y0221888D01*
X0197079Y0221948D01*
X0197190Y0222004D01*
X0197302Y0222057D01*
X0197417Y0222106D01*
X0197532Y0222152D01*
X0197650Y0222193D01*
X0197768Y0222232D01*
X0197888Y0222266D01*
X0198008Y0222296D01*
X0198130Y0222323D01*
X0198252Y0222345D01*
X0198375Y0222364D01*
X0198498Y0222379D01*
X0198622Y0222390D01*
X0198747Y0222397D01*
X0198871Y0222400D01*
X0198995Y0222399D01*
X0199120Y0222394D01*
X0199244Y0222385D01*
X0199367Y0222372D01*
X0199491Y0222355D01*
X0199613Y0222335D01*
X0199735Y0222310D01*
X0199856Y0222281D01*
X0199976Y0222249D01*
X0200095Y0222213D01*
X0200213Y0222173D01*
X0200330Y0222129D01*
X0200445Y0222082D01*
X0200558Y0222031D01*
X0200670Y0221976D01*
X0200780Y0221918D01*
X0200888Y0221857D01*
X0200994Y0221792D01*
X0201098Y0221723D01*
X0201199Y0221652D01*
X0201299Y0221577D01*
X0201396Y0221499D01*
X0201490Y0221418D01*
X0201582Y0221334D01*
X0201671Y0221247D01*
X0201757Y0221157D01*
X0201840Y0221065D01*
X0201920Y0220970D01*
X0201998Y0220872D01*
X0202072Y0220772D01*
X0202143Y0220670D01*
X0202210Y0220566D01*
X0202274Y0220459D01*
X0202335Y0220350D01*
X0202392Y0220240D01*
X0202446Y0220128D01*
X0202496Y0220014D01*
X0202543Y0219899D01*
X0202585Y0219782D01*
X0202624Y0219664D01*
X0202660Y0219544D01*
X0202691Y0219424D01*
X0202718Y0219303D01*
X0202742Y0219181D01*
X0202762Y0219058D01*
X0202778Y0218934D01*
X0202790Y0218811D01*
X0202798Y0218687D01*
X0202802Y0218562D01*
X0202802Y0218438D01*
X0202798Y0218313D01*
X0202790Y0218189D01*
X0202778Y0218066D01*
X0202762Y0217942D01*
X0202742Y0217819D01*
X0202718Y0217697D01*
X0202691Y0217576D01*
X0202660Y0217456D01*
X0202624Y0217336D01*
X0202585Y0217218D01*
X0202543Y0217101D01*
X0202496Y0216986D01*
X0202446Y0216872D01*
X0202392Y0216760D01*
X0202335Y0216650D01*
X0202274Y0216541D01*
X0202210Y0216434D01*
X0202143Y0216330D01*
X0202072Y0216228D01*
X0201998Y0216128D01*
X0201920Y0216030D01*
X0201840Y0215935D01*
X0201757Y0215843D01*
X0201671Y0215753D01*
X0201582Y0215666D01*
X0201490Y0215582D01*
X0201396Y0215501D01*
X0201299Y0215423D01*
X0201199Y0215348D01*
X0201098Y0215277D01*
X0200994Y0215208D01*
X0200888Y0215143D01*
X0200780Y0215082D01*
X0200670Y0215024D01*
X0200558Y0214969D01*
X0200445Y0214918D01*
X0200330Y0214871D01*
X0200213Y0214827D01*
X0200095Y0214787D01*
X0199976Y0214751D01*
X0199856Y0214719D01*
X0199735Y0214690D01*
X0199613Y0214665D01*
X0199491Y0214645D01*
X0199367Y0214628D01*
X0199244Y0214615D01*
X0199120Y0214606D01*
X0198995Y0214601D01*
X0198871Y0214600D01*
X0198747Y0214603D01*
X0198622Y0214610D01*
X0198498Y0214621D01*
X0198375Y0214636D01*
X0198252Y0214655D01*
X0198130Y0214677D01*
X0198008Y0214704D01*
X0197888Y0214734D01*
X0197768Y0214768D01*
X0197650Y0214807D01*
X0197532Y0214848D01*
X0197417Y0214894D01*
X0197302Y0214943D01*
X0197190Y0214996D01*
X0197079Y0215052D01*
X0196970Y0215112D01*
X0196863Y0215176D01*
X0196758Y0215242D01*
X0196655Y0215312D01*
X0196555Y0215386D01*
X0196457Y0215462D01*
X0196361Y0215541D01*
X0196268Y0215624D01*
X0196177Y0215709D01*
X0196090Y0215798D01*
X0196005Y0215889D01*
X0195923Y0215983D01*
X0195845Y0216079D01*
X0195769Y0216178D01*
X0195696Y0216279D01*
X0195627Y0216382D01*
X0195561Y0216488D01*
X0195499Y0216595D01*
X0195440Y0216705D01*
X0195384Y0216816D01*
X0195332Y0216929D01*
X0195284Y0217044D01*
X0195240Y0217160D01*
X0195199Y0217277D01*
X0195162Y0217396D01*
X0195128Y0217516D01*
X0195099Y0217636D01*
X0195073Y0217758D01*
X0195051Y0217881D01*
X0195034Y0218004D01*
X0195020Y0218127D01*
X0195010Y0218251D01*
X0195004Y0218376D01*
X0195002Y0218500D01*
X0194902Y0214500D02*
X0202902Y0222500D01*
X0209377Y0227250D02*
X0209379Y0227374D01*
X0209385Y0227499D01*
X0209395Y0227623D01*
X0209409Y0227746D01*
X0209426Y0227869D01*
X0209448Y0227992D01*
X0209474Y0228114D01*
X0209503Y0228234D01*
X0209537Y0228354D01*
X0209574Y0228473D01*
X0209615Y0228590D01*
X0209659Y0228706D01*
X0209707Y0228821D01*
X0209759Y0228934D01*
X0209815Y0229045D01*
X0209874Y0229155D01*
X0209936Y0229262D01*
X0210002Y0229368D01*
X0210071Y0229471D01*
X0210144Y0229572D01*
X0210220Y0229671D01*
X0210298Y0229767D01*
X0210380Y0229861D01*
X0210465Y0229952D01*
X0210552Y0230041D01*
X0210643Y0230126D01*
X0210736Y0230209D01*
X0210832Y0230288D01*
X0210930Y0230364D01*
X0211030Y0230438D01*
X0211133Y0230508D01*
X0211238Y0230574D01*
X0211345Y0230638D01*
X0211454Y0230698D01*
X0211565Y0230754D01*
X0211677Y0230807D01*
X0211792Y0230856D01*
X0211907Y0230902D01*
X0212025Y0230943D01*
X0212143Y0230982D01*
X0212263Y0231016D01*
X0212383Y0231046D01*
X0212505Y0231073D01*
X0212627Y0231095D01*
X0212750Y0231114D01*
X0212873Y0231129D01*
X0212997Y0231140D01*
X0213122Y0231147D01*
X0213246Y0231150D01*
X0213370Y0231149D01*
X0213495Y0231144D01*
X0213619Y0231135D01*
X0213742Y0231122D01*
X0213866Y0231105D01*
X0213988Y0231085D01*
X0214110Y0231060D01*
X0214231Y0231031D01*
X0214351Y0230999D01*
X0214470Y0230963D01*
X0214588Y0230923D01*
X0214705Y0230879D01*
X0214820Y0230832D01*
X0214933Y0230781D01*
X0215045Y0230726D01*
X0215155Y0230668D01*
X0215263Y0230607D01*
X0215369Y0230542D01*
X0215473Y0230473D01*
X0215574Y0230402D01*
X0215674Y0230327D01*
X0215771Y0230249D01*
X0215865Y0230168D01*
X0215957Y0230084D01*
X0216046Y0229997D01*
X0216132Y0229907D01*
X0216215Y0229815D01*
X0216295Y0229720D01*
X0216373Y0229622D01*
X0216447Y0229522D01*
X0216518Y0229420D01*
X0216585Y0229316D01*
X0216649Y0229209D01*
X0216710Y0229100D01*
X0216767Y0228990D01*
X0216821Y0228878D01*
X0216871Y0228764D01*
X0216918Y0228649D01*
X0216960Y0228532D01*
X0216999Y0228414D01*
X0217035Y0228294D01*
X0217066Y0228174D01*
X0217093Y0228053D01*
X0217117Y0227931D01*
X0217137Y0227808D01*
X0217153Y0227684D01*
X0217165Y0227561D01*
X0217173Y0227437D01*
X0217177Y0227312D01*
X0217177Y0227188D01*
X0217173Y0227063D01*
X0217165Y0226939D01*
X0217153Y0226816D01*
X0217137Y0226692D01*
X0217117Y0226569D01*
X0217093Y0226447D01*
X0217066Y0226326D01*
X0217035Y0226206D01*
X0216999Y0226086D01*
X0216960Y0225968D01*
X0216918Y0225851D01*
X0216871Y0225736D01*
X0216821Y0225622D01*
X0216767Y0225510D01*
X0216710Y0225400D01*
X0216649Y0225291D01*
X0216585Y0225184D01*
X0216518Y0225080D01*
X0216447Y0224978D01*
X0216373Y0224878D01*
X0216295Y0224780D01*
X0216215Y0224685D01*
X0216132Y0224593D01*
X0216046Y0224503D01*
X0215957Y0224416D01*
X0215865Y0224332D01*
X0215771Y0224251D01*
X0215674Y0224173D01*
X0215574Y0224098D01*
X0215473Y0224027D01*
X0215369Y0223958D01*
X0215263Y0223893D01*
X0215155Y0223832D01*
X0215045Y0223774D01*
X0214933Y0223719D01*
X0214820Y0223668D01*
X0214705Y0223621D01*
X0214588Y0223577D01*
X0214470Y0223537D01*
X0214351Y0223501D01*
X0214231Y0223469D01*
X0214110Y0223440D01*
X0213988Y0223415D01*
X0213866Y0223395D01*
X0213742Y0223378D01*
X0213619Y0223365D01*
X0213495Y0223356D01*
X0213370Y0223351D01*
X0213246Y0223350D01*
X0213122Y0223353D01*
X0212997Y0223360D01*
X0212873Y0223371D01*
X0212750Y0223386D01*
X0212627Y0223405D01*
X0212505Y0223427D01*
X0212383Y0223454D01*
X0212263Y0223484D01*
X0212143Y0223518D01*
X0212025Y0223557D01*
X0211907Y0223598D01*
X0211792Y0223644D01*
X0211677Y0223693D01*
X0211565Y0223746D01*
X0211454Y0223802D01*
X0211345Y0223862D01*
X0211238Y0223926D01*
X0211133Y0223992D01*
X0211030Y0224062D01*
X0210930Y0224136D01*
X0210832Y0224212D01*
X0210736Y0224291D01*
X0210643Y0224374D01*
X0210552Y0224459D01*
X0210465Y0224548D01*
X0210380Y0224639D01*
X0210298Y0224733D01*
X0210220Y0224829D01*
X0210144Y0224928D01*
X0210071Y0225029D01*
X0210002Y0225132D01*
X0209936Y0225238D01*
X0209874Y0225345D01*
X0209815Y0225455D01*
X0209759Y0225566D01*
X0209707Y0225679D01*
X0209659Y0225794D01*
X0209615Y0225910D01*
X0209574Y0226027D01*
X0209537Y0226146D01*
X0209503Y0226266D01*
X0209474Y0226386D01*
X0209448Y0226508D01*
X0209426Y0226631D01*
X0209409Y0226754D01*
X0209395Y0226877D01*
X0209385Y0227001D01*
X0209379Y0227126D01*
X0209377Y0227250D01*
X0209277Y0223250D02*
X0217277Y0231250D01*
X0202502Y0238500D02*
X0202504Y0238624D01*
X0202510Y0238749D01*
X0202520Y0238873D01*
X0202534Y0238996D01*
X0202551Y0239119D01*
X0202573Y0239242D01*
X0202599Y0239364D01*
X0202628Y0239484D01*
X0202662Y0239604D01*
X0202699Y0239723D01*
X0202740Y0239840D01*
X0202784Y0239956D01*
X0202832Y0240071D01*
X0202884Y0240184D01*
X0202940Y0240295D01*
X0202999Y0240405D01*
X0203061Y0240512D01*
X0203127Y0240618D01*
X0203196Y0240721D01*
X0203269Y0240822D01*
X0203345Y0240921D01*
X0203423Y0241017D01*
X0203505Y0241111D01*
X0203590Y0241202D01*
X0203677Y0241291D01*
X0203768Y0241376D01*
X0203861Y0241459D01*
X0203957Y0241538D01*
X0204055Y0241614D01*
X0204155Y0241688D01*
X0204258Y0241758D01*
X0204363Y0241824D01*
X0204470Y0241888D01*
X0204579Y0241948D01*
X0204690Y0242004D01*
X0204802Y0242057D01*
X0204917Y0242106D01*
X0205032Y0242152D01*
X0205150Y0242193D01*
X0205268Y0242232D01*
X0205388Y0242266D01*
X0205508Y0242296D01*
X0205630Y0242323D01*
X0205752Y0242345D01*
X0205875Y0242364D01*
X0205998Y0242379D01*
X0206122Y0242390D01*
X0206247Y0242397D01*
X0206371Y0242400D01*
X0206495Y0242399D01*
X0206620Y0242394D01*
X0206744Y0242385D01*
X0206867Y0242372D01*
X0206991Y0242355D01*
X0207113Y0242335D01*
X0207235Y0242310D01*
X0207356Y0242281D01*
X0207476Y0242249D01*
X0207595Y0242213D01*
X0207713Y0242173D01*
X0207830Y0242129D01*
X0207945Y0242082D01*
X0208058Y0242031D01*
X0208170Y0241976D01*
X0208280Y0241918D01*
X0208388Y0241857D01*
X0208494Y0241792D01*
X0208598Y0241723D01*
X0208699Y0241652D01*
X0208799Y0241577D01*
X0208896Y0241499D01*
X0208990Y0241418D01*
X0209082Y0241334D01*
X0209171Y0241247D01*
X0209257Y0241157D01*
X0209340Y0241065D01*
X0209420Y0240970D01*
X0209498Y0240872D01*
X0209572Y0240772D01*
X0209643Y0240670D01*
X0209710Y0240566D01*
X0209774Y0240459D01*
X0209835Y0240350D01*
X0209892Y0240240D01*
X0209946Y0240128D01*
X0209996Y0240014D01*
X0210043Y0239899D01*
X0210085Y0239782D01*
X0210124Y0239664D01*
X0210160Y0239544D01*
X0210191Y0239424D01*
X0210218Y0239303D01*
X0210242Y0239181D01*
X0210262Y0239058D01*
X0210278Y0238934D01*
X0210290Y0238811D01*
X0210298Y0238687D01*
X0210302Y0238562D01*
X0210302Y0238438D01*
X0210298Y0238313D01*
X0210290Y0238189D01*
X0210278Y0238066D01*
X0210262Y0237942D01*
X0210242Y0237819D01*
X0210218Y0237697D01*
X0210191Y0237576D01*
X0210160Y0237456D01*
X0210124Y0237336D01*
X0210085Y0237218D01*
X0210043Y0237101D01*
X0209996Y0236986D01*
X0209946Y0236872D01*
X0209892Y0236760D01*
X0209835Y0236650D01*
X0209774Y0236541D01*
X0209710Y0236434D01*
X0209643Y0236330D01*
X0209572Y0236228D01*
X0209498Y0236128D01*
X0209420Y0236030D01*
X0209340Y0235935D01*
X0209257Y0235843D01*
X0209171Y0235753D01*
X0209082Y0235666D01*
X0208990Y0235582D01*
X0208896Y0235501D01*
X0208799Y0235423D01*
X0208699Y0235348D01*
X0208598Y0235277D01*
X0208494Y0235208D01*
X0208388Y0235143D01*
X0208280Y0235082D01*
X0208170Y0235024D01*
X0208058Y0234969D01*
X0207945Y0234918D01*
X0207830Y0234871D01*
X0207713Y0234827D01*
X0207595Y0234787D01*
X0207476Y0234751D01*
X0207356Y0234719D01*
X0207235Y0234690D01*
X0207113Y0234665D01*
X0206991Y0234645D01*
X0206867Y0234628D01*
X0206744Y0234615D01*
X0206620Y0234606D01*
X0206495Y0234601D01*
X0206371Y0234600D01*
X0206247Y0234603D01*
X0206122Y0234610D01*
X0205998Y0234621D01*
X0205875Y0234636D01*
X0205752Y0234655D01*
X0205630Y0234677D01*
X0205508Y0234704D01*
X0205388Y0234734D01*
X0205268Y0234768D01*
X0205150Y0234807D01*
X0205032Y0234848D01*
X0204917Y0234894D01*
X0204802Y0234943D01*
X0204690Y0234996D01*
X0204579Y0235052D01*
X0204470Y0235112D01*
X0204363Y0235176D01*
X0204258Y0235242D01*
X0204155Y0235312D01*
X0204055Y0235386D01*
X0203957Y0235462D01*
X0203861Y0235541D01*
X0203768Y0235624D01*
X0203677Y0235709D01*
X0203590Y0235798D01*
X0203505Y0235889D01*
X0203423Y0235983D01*
X0203345Y0236079D01*
X0203269Y0236178D01*
X0203196Y0236279D01*
X0203127Y0236382D01*
X0203061Y0236488D01*
X0202999Y0236595D01*
X0202940Y0236705D01*
X0202884Y0236816D01*
X0202832Y0236929D01*
X0202784Y0237044D01*
X0202740Y0237160D01*
X0202699Y0237277D01*
X0202662Y0237396D01*
X0202628Y0237516D01*
X0202599Y0237636D01*
X0202573Y0237758D01*
X0202551Y0237881D01*
X0202534Y0238004D01*
X0202520Y0238127D01*
X0202510Y0238251D01*
X0202504Y0238376D01*
X0202502Y0238500D01*
X0202402Y0234500D02*
X0210402Y0242500D01*
X0211739Y0257027D02*
X0211741Y0257151D01*
X0211747Y0257276D01*
X0211757Y0257400D01*
X0211771Y0257523D01*
X0211788Y0257646D01*
X0211810Y0257769D01*
X0211836Y0257891D01*
X0211865Y0258011D01*
X0211899Y0258131D01*
X0211936Y0258250D01*
X0211977Y0258367D01*
X0212021Y0258483D01*
X0212069Y0258598D01*
X0212121Y0258711D01*
X0212177Y0258822D01*
X0212236Y0258932D01*
X0212298Y0259039D01*
X0212364Y0259145D01*
X0212433Y0259248D01*
X0212506Y0259349D01*
X0212582Y0259448D01*
X0212660Y0259544D01*
X0212742Y0259638D01*
X0212827Y0259729D01*
X0212914Y0259818D01*
X0213005Y0259903D01*
X0213098Y0259986D01*
X0213194Y0260065D01*
X0213292Y0260141D01*
X0213392Y0260215D01*
X0213495Y0260285D01*
X0213600Y0260351D01*
X0213707Y0260415D01*
X0213816Y0260475D01*
X0213927Y0260531D01*
X0214039Y0260584D01*
X0214154Y0260633D01*
X0214269Y0260679D01*
X0214387Y0260720D01*
X0214505Y0260759D01*
X0214625Y0260793D01*
X0214745Y0260823D01*
X0214867Y0260850D01*
X0214989Y0260872D01*
X0215112Y0260891D01*
X0215235Y0260906D01*
X0215359Y0260917D01*
X0215484Y0260924D01*
X0215608Y0260927D01*
X0215732Y0260926D01*
X0215857Y0260921D01*
X0215981Y0260912D01*
X0216104Y0260899D01*
X0216228Y0260882D01*
X0216350Y0260862D01*
X0216472Y0260837D01*
X0216593Y0260808D01*
X0216713Y0260776D01*
X0216832Y0260740D01*
X0216950Y0260700D01*
X0217067Y0260656D01*
X0217182Y0260609D01*
X0217295Y0260558D01*
X0217407Y0260503D01*
X0217517Y0260445D01*
X0217625Y0260384D01*
X0217731Y0260319D01*
X0217835Y0260250D01*
X0217936Y0260179D01*
X0218036Y0260104D01*
X0218133Y0260026D01*
X0218227Y0259945D01*
X0218319Y0259861D01*
X0218408Y0259774D01*
X0218494Y0259684D01*
X0218577Y0259592D01*
X0218657Y0259497D01*
X0218735Y0259399D01*
X0218809Y0259299D01*
X0218880Y0259197D01*
X0218947Y0259093D01*
X0219011Y0258986D01*
X0219072Y0258877D01*
X0219129Y0258767D01*
X0219183Y0258655D01*
X0219233Y0258541D01*
X0219280Y0258426D01*
X0219322Y0258309D01*
X0219361Y0258191D01*
X0219397Y0258071D01*
X0219428Y0257951D01*
X0219455Y0257830D01*
X0219479Y0257708D01*
X0219499Y0257585D01*
X0219515Y0257461D01*
X0219527Y0257338D01*
X0219535Y0257214D01*
X0219539Y0257089D01*
X0219539Y0256965D01*
X0219535Y0256840D01*
X0219527Y0256716D01*
X0219515Y0256593D01*
X0219499Y0256469D01*
X0219479Y0256346D01*
X0219455Y0256224D01*
X0219428Y0256103D01*
X0219397Y0255983D01*
X0219361Y0255863D01*
X0219322Y0255745D01*
X0219280Y0255628D01*
X0219233Y0255513D01*
X0219183Y0255399D01*
X0219129Y0255287D01*
X0219072Y0255177D01*
X0219011Y0255068D01*
X0218947Y0254961D01*
X0218880Y0254857D01*
X0218809Y0254755D01*
X0218735Y0254655D01*
X0218657Y0254557D01*
X0218577Y0254462D01*
X0218494Y0254370D01*
X0218408Y0254280D01*
X0218319Y0254193D01*
X0218227Y0254109D01*
X0218133Y0254028D01*
X0218036Y0253950D01*
X0217936Y0253875D01*
X0217835Y0253804D01*
X0217731Y0253735D01*
X0217625Y0253670D01*
X0217517Y0253609D01*
X0217407Y0253551D01*
X0217295Y0253496D01*
X0217182Y0253445D01*
X0217067Y0253398D01*
X0216950Y0253354D01*
X0216832Y0253314D01*
X0216713Y0253278D01*
X0216593Y0253246D01*
X0216472Y0253217D01*
X0216350Y0253192D01*
X0216228Y0253172D01*
X0216104Y0253155D01*
X0215981Y0253142D01*
X0215857Y0253133D01*
X0215732Y0253128D01*
X0215608Y0253127D01*
X0215484Y0253130D01*
X0215359Y0253137D01*
X0215235Y0253148D01*
X0215112Y0253163D01*
X0214989Y0253182D01*
X0214867Y0253204D01*
X0214745Y0253231D01*
X0214625Y0253261D01*
X0214505Y0253295D01*
X0214387Y0253334D01*
X0214269Y0253375D01*
X0214154Y0253421D01*
X0214039Y0253470D01*
X0213927Y0253523D01*
X0213816Y0253579D01*
X0213707Y0253639D01*
X0213600Y0253703D01*
X0213495Y0253769D01*
X0213392Y0253839D01*
X0213292Y0253913D01*
X0213194Y0253989D01*
X0213098Y0254068D01*
X0213005Y0254151D01*
X0212914Y0254236D01*
X0212827Y0254325D01*
X0212742Y0254416D01*
X0212660Y0254510D01*
X0212582Y0254606D01*
X0212506Y0254705D01*
X0212433Y0254806D01*
X0212364Y0254909D01*
X0212298Y0255015D01*
X0212236Y0255122D01*
X0212177Y0255232D01*
X0212121Y0255343D01*
X0212069Y0255456D01*
X0212021Y0255571D01*
X0211977Y0255687D01*
X0211936Y0255804D01*
X0211899Y0255923D01*
X0211865Y0256043D01*
X0211836Y0256163D01*
X0211810Y0256285D01*
X0211788Y0256408D01*
X0211771Y0256531D01*
X0211757Y0256654D01*
X0211747Y0256778D01*
X0211741Y0256903D01*
X0211739Y0257027D01*
X0211639Y0253027D02*
X0219639Y0261027D01*
X0211739Y0274827D02*
X0211741Y0274951D01*
X0211747Y0275076D01*
X0211757Y0275200D01*
X0211771Y0275323D01*
X0211788Y0275446D01*
X0211810Y0275569D01*
X0211836Y0275691D01*
X0211865Y0275811D01*
X0211899Y0275931D01*
X0211936Y0276050D01*
X0211977Y0276167D01*
X0212021Y0276283D01*
X0212069Y0276398D01*
X0212121Y0276511D01*
X0212177Y0276622D01*
X0212236Y0276732D01*
X0212298Y0276839D01*
X0212364Y0276945D01*
X0212433Y0277048D01*
X0212506Y0277149D01*
X0212582Y0277248D01*
X0212660Y0277344D01*
X0212742Y0277438D01*
X0212827Y0277529D01*
X0212914Y0277618D01*
X0213005Y0277703D01*
X0213098Y0277786D01*
X0213194Y0277865D01*
X0213292Y0277941D01*
X0213392Y0278015D01*
X0213495Y0278085D01*
X0213600Y0278151D01*
X0213707Y0278215D01*
X0213816Y0278275D01*
X0213927Y0278331D01*
X0214039Y0278384D01*
X0214154Y0278433D01*
X0214269Y0278479D01*
X0214387Y0278520D01*
X0214505Y0278559D01*
X0214625Y0278593D01*
X0214745Y0278623D01*
X0214867Y0278650D01*
X0214989Y0278672D01*
X0215112Y0278691D01*
X0215235Y0278706D01*
X0215359Y0278717D01*
X0215484Y0278724D01*
X0215608Y0278727D01*
X0215732Y0278726D01*
X0215857Y0278721D01*
X0215981Y0278712D01*
X0216104Y0278699D01*
X0216228Y0278682D01*
X0216350Y0278662D01*
X0216472Y0278637D01*
X0216593Y0278608D01*
X0216713Y0278576D01*
X0216832Y0278540D01*
X0216950Y0278500D01*
X0217067Y0278456D01*
X0217182Y0278409D01*
X0217295Y0278358D01*
X0217407Y0278303D01*
X0217517Y0278245D01*
X0217625Y0278184D01*
X0217731Y0278119D01*
X0217835Y0278050D01*
X0217936Y0277979D01*
X0218036Y0277904D01*
X0218133Y0277826D01*
X0218227Y0277745D01*
X0218319Y0277661D01*
X0218408Y0277574D01*
X0218494Y0277484D01*
X0218577Y0277392D01*
X0218657Y0277297D01*
X0218735Y0277199D01*
X0218809Y0277099D01*
X0218880Y0276997D01*
X0218947Y0276893D01*
X0219011Y0276786D01*
X0219072Y0276677D01*
X0219129Y0276567D01*
X0219183Y0276455D01*
X0219233Y0276341D01*
X0219280Y0276226D01*
X0219322Y0276109D01*
X0219361Y0275991D01*
X0219397Y0275871D01*
X0219428Y0275751D01*
X0219455Y0275630D01*
X0219479Y0275508D01*
X0219499Y0275385D01*
X0219515Y0275261D01*
X0219527Y0275138D01*
X0219535Y0275014D01*
X0219539Y0274889D01*
X0219539Y0274765D01*
X0219535Y0274640D01*
X0219527Y0274516D01*
X0219515Y0274393D01*
X0219499Y0274269D01*
X0219479Y0274146D01*
X0219455Y0274024D01*
X0219428Y0273903D01*
X0219397Y0273783D01*
X0219361Y0273663D01*
X0219322Y0273545D01*
X0219280Y0273428D01*
X0219233Y0273313D01*
X0219183Y0273199D01*
X0219129Y0273087D01*
X0219072Y0272977D01*
X0219011Y0272868D01*
X0218947Y0272761D01*
X0218880Y0272657D01*
X0218809Y0272555D01*
X0218735Y0272455D01*
X0218657Y0272357D01*
X0218577Y0272262D01*
X0218494Y0272170D01*
X0218408Y0272080D01*
X0218319Y0271993D01*
X0218227Y0271909D01*
X0218133Y0271828D01*
X0218036Y0271750D01*
X0217936Y0271675D01*
X0217835Y0271604D01*
X0217731Y0271535D01*
X0217625Y0271470D01*
X0217517Y0271409D01*
X0217407Y0271351D01*
X0217295Y0271296D01*
X0217182Y0271245D01*
X0217067Y0271198D01*
X0216950Y0271154D01*
X0216832Y0271114D01*
X0216713Y0271078D01*
X0216593Y0271046D01*
X0216472Y0271017D01*
X0216350Y0270992D01*
X0216228Y0270972D01*
X0216104Y0270955D01*
X0215981Y0270942D01*
X0215857Y0270933D01*
X0215732Y0270928D01*
X0215608Y0270927D01*
X0215484Y0270930D01*
X0215359Y0270937D01*
X0215235Y0270948D01*
X0215112Y0270963D01*
X0214989Y0270982D01*
X0214867Y0271004D01*
X0214745Y0271031D01*
X0214625Y0271061D01*
X0214505Y0271095D01*
X0214387Y0271134D01*
X0214269Y0271175D01*
X0214154Y0271221D01*
X0214039Y0271270D01*
X0213927Y0271323D01*
X0213816Y0271379D01*
X0213707Y0271439D01*
X0213600Y0271503D01*
X0213495Y0271569D01*
X0213392Y0271639D01*
X0213292Y0271713D01*
X0213194Y0271789D01*
X0213098Y0271868D01*
X0213005Y0271951D01*
X0212914Y0272036D01*
X0212827Y0272125D01*
X0212742Y0272216D01*
X0212660Y0272310D01*
X0212582Y0272406D01*
X0212506Y0272505D01*
X0212433Y0272606D01*
X0212364Y0272709D01*
X0212298Y0272815D01*
X0212236Y0272922D01*
X0212177Y0273032D01*
X0212121Y0273143D01*
X0212069Y0273256D01*
X0212021Y0273371D01*
X0211977Y0273487D01*
X0211936Y0273604D01*
X0211899Y0273723D01*
X0211865Y0273843D01*
X0211836Y0273963D01*
X0211810Y0274085D01*
X0211788Y0274208D01*
X0211771Y0274331D01*
X0211757Y0274454D01*
X0211747Y0274578D01*
X0211741Y0274703D01*
X0211739Y0274827D01*
X0211639Y0270827D02*
X0219639Y0278827D01*
X0193752Y0291625D02*
X0193754Y0291749D01*
X0193760Y0291874D01*
X0193770Y0291998D01*
X0193784Y0292121D01*
X0193801Y0292244D01*
X0193823Y0292367D01*
X0193849Y0292489D01*
X0193878Y0292609D01*
X0193912Y0292729D01*
X0193949Y0292848D01*
X0193990Y0292965D01*
X0194034Y0293081D01*
X0194082Y0293196D01*
X0194134Y0293309D01*
X0194190Y0293420D01*
X0194249Y0293530D01*
X0194311Y0293637D01*
X0194377Y0293743D01*
X0194446Y0293846D01*
X0194519Y0293947D01*
X0194595Y0294046D01*
X0194673Y0294142D01*
X0194755Y0294236D01*
X0194840Y0294327D01*
X0194927Y0294416D01*
X0195018Y0294501D01*
X0195111Y0294584D01*
X0195207Y0294663D01*
X0195305Y0294739D01*
X0195405Y0294813D01*
X0195508Y0294883D01*
X0195613Y0294949D01*
X0195720Y0295013D01*
X0195829Y0295073D01*
X0195940Y0295129D01*
X0196052Y0295182D01*
X0196167Y0295231D01*
X0196282Y0295277D01*
X0196400Y0295318D01*
X0196518Y0295357D01*
X0196638Y0295391D01*
X0196758Y0295421D01*
X0196880Y0295448D01*
X0197002Y0295470D01*
X0197125Y0295489D01*
X0197248Y0295504D01*
X0197372Y0295515D01*
X0197497Y0295522D01*
X0197621Y0295525D01*
X0197745Y0295524D01*
X0197870Y0295519D01*
X0197994Y0295510D01*
X0198117Y0295497D01*
X0198241Y0295480D01*
X0198363Y0295460D01*
X0198485Y0295435D01*
X0198606Y0295406D01*
X0198726Y0295374D01*
X0198845Y0295338D01*
X0198963Y0295298D01*
X0199080Y0295254D01*
X0199195Y0295207D01*
X0199308Y0295156D01*
X0199420Y0295101D01*
X0199530Y0295043D01*
X0199638Y0294982D01*
X0199744Y0294917D01*
X0199848Y0294848D01*
X0199949Y0294777D01*
X0200049Y0294702D01*
X0200146Y0294624D01*
X0200240Y0294543D01*
X0200332Y0294459D01*
X0200421Y0294372D01*
X0200507Y0294282D01*
X0200590Y0294190D01*
X0200670Y0294095D01*
X0200748Y0293997D01*
X0200822Y0293897D01*
X0200893Y0293795D01*
X0200960Y0293691D01*
X0201024Y0293584D01*
X0201085Y0293475D01*
X0201142Y0293365D01*
X0201196Y0293253D01*
X0201246Y0293139D01*
X0201293Y0293024D01*
X0201335Y0292907D01*
X0201374Y0292789D01*
X0201410Y0292669D01*
X0201441Y0292549D01*
X0201468Y0292428D01*
X0201492Y0292306D01*
X0201512Y0292183D01*
X0201528Y0292059D01*
X0201540Y0291936D01*
X0201548Y0291812D01*
X0201552Y0291687D01*
X0201552Y0291563D01*
X0201548Y0291438D01*
X0201540Y0291314D01*
X0201528Y0291191D01*
X0201512Y0291067D01*
X0201492Y0290944D01*
X0201468Y0290822D01*
X0201441Y0290701D01*
X0201410Y0290581D01*
X0201374Y0290461D01*
X0201335Y0290343D01*
X0201293Y0290226D01*
X0201246Y0290111D01*
X0201196Y0289997D01*
X0201142Y0289885D01*
X0201085Y0289775D01*
X0201024Y0289666D01*
X0200960Y0289559D01*
X0200893Y0289455D01*
X0200822Y0289353D01*
X0200748Y0289253D01*
X0200670Y0289155D01*
X0200590Y0289060D01*
X0200507Y0288968D01*
X0200421Y0288878D01*
X0200332Y0288791D01*
X0200240Y0288707D01*
X0200146Y0288626D01*
X0200049Y0288548D01*
X0199949Y0288473D01*
X0199848Y0288402D01*
X0199744Y0288333D01*
X0199638Y0288268D01*
X0199530Y0288207D01*
X0199420Y0288149D01*
X0199308Y0288094D01*
X0199195Y0288043D01*
X0199080Y0287996D01*
X0198963Y0287952D01*
X0198845Y0287912D01*
X0198726Y0287876D01*
X0198606Y0287844D01*
X0198485Y0287815D01*
X0198363Y0287790D01*
X0198241Y0287770D01*
X0198117Y0287753D01*
X0197994Y0287740D01*
X0197870Y0287731D01*
X0197745Y0287726D01*
X0197621Y0287725D01*
X0197497Y0287728D01*
X0197372Y0287735D01*
X0197248Y0287746D01*
X0197125Y0287761D01*
X0197002Y0287780D01*
X0196880Y0287802D01*
X0196758Y0287829D01*
X0196638Y0287859D01*
X0196518Y0287893D01*
X0196400Y0287932D01*
X0196282Y0287973D01*
X0196167Y0288019D01*
X0196052Y0288068D01*
X0195940Y0288121D01*
X0195829Y0288177D01*
X0195720Y0288237D01*
X0195613Y0288301D01*
X0195508Y0288367D01*
X0195405Y0288437D01*
X0195305Y0288511D01*
X0195207Y0288587D01*
X0195111Y0288666D01*
X0195018Y0288749D01*
X0194927Y0288834D01*
X0194840Y0288923D01*
X0194755Y0289014D01*
X0194673Y0289108D01*
X0194595Y0289204D01*
X0194519Y0289303D01*
X0194446Y0289404D01*
X0194377Y0289507D01*
X0194311Y0289613D01*
X0194249Y0289720D01*
X0194190Y0289830D01*
X0194134Y0289941D01*
X0194082Y0290054D01*
X0194034Y0290169D01*
X0193990Y0290285D01*
X0193949Y0290402D01*
X0193912Y0290521D01*
X0193878Y0290641D01*
X0193849Y0290761D01*
X0193823Y0290883D01*
X0193801Y0291006D01*
X0193784Y0291129D01*
X0193770Y0291252D01*
X0193760Y0291376D01*
X0193754Y0291501D01*
X0193752Y0291625D01*
X0193652Y0287625D02*
X0201652Y0295625D01*
X0193752Y0297250D02*
X0193754Y0297374D01*
X0193760Y0297499D01*
X0193770Y0297623D01*
X0193784Y0297746D01*
X0193801Y0297869D01*
X0193823Y0297992D01*
X0193849Y0298114D01*
X0193878Y0298234D01*
X0193912Y0298354D01*
X0193949Y0298473D01*
X0193990Y0298590D01*
X0194034Y0298706D01*
X0194082Y0298821D01*
X0194134Y0298934D01*
X0194190Y0299045D01*
X0194249Y0299155D01*
X0194311Y0299262D01*
X0194377Y0299368D01*
X0194446Y0299471D01*
X0194519Y0299572D01*
X0194595Y0299671D01*
X0194673Y0299767D01*
X0194755Y0299861D01*
X0194840Y0299952D01*
X0194927Y0300041D01*
X0195018Y0300126D01*
X0195111Y0300209D01*
X0195207Y0300288D01*
X0195305Y0300364D01*
X0195405Y0300438D01*
X0195508Y0300508D01*
X0195613Y0300574D01*
X0195720Y0300638D01*
X0195829Y0300698D01*
X0195940Y0300754D01*
X0196052Y0300807D01*
X0196167Y0300856D01*
X0196282Y0300902D01*
X0196400Y0300943D01*
X0196518Y0300982D01*
X0196638Y0301016D01*
X0196758Y0301046D01*
X0196880Y0301073D01*
X0197002Y0301095D01*
X0197125Y0301114D01*
X0197248Y0301129D01*
X0197372Y0301140D01*
X0197497Y0301147D01*
X0197621Y0301150D01*
X0197745Y0301149D01*
X0197870Y0301144D01*
X0197994Y0301135D01*
X0198117Y0301122D01*
X0198241Y0301105D01*
X0198363Y0301085D01*
X0198485Y0301060D01*
X0198606Y0301031D01*
X0198726Y0300999D01*
X0198845Y0300963D01*
X0198963Y0300923D01*
X0199080Y0300879D01*
X0199195Y0300832D01*
X0199308Y0300781D01*
X0199420Y0300726D01*
X0199530Y0300668D01*
X0199638Y0300607D01*
X0199744Y0300542D01*
X0199848Y0300473D01*
X0199949Y0300402D01*
X0200049Y0300327D01*
X0200146Y0300249D01*
X0200240Y0300168D01*
X0200332Y0300084D01*
X0200421Y0299997D01*
X0200507Y0299907D01*
X0200590Y0299815D01*
X0200670Y0299720D01*
X0200748Y0299622D01*
X0200822Y0299522D01*
X0200893Y0299420D01*
X0200960Y0299316D01*
X0201024Y0299209D01*
X0201085Y0299100D01*
X0201142Y0298990D01*
X0201196Y0298878D01*
X0201246Y0298764D01*
X0201293Y0298649D01*
X0201335Y0298532D01*
X0201374Y0298414D01*
X0201410Y0298294D01*
X0201441Y0298174D01*
X0201468Y0298053D01*
X0201492Y0297931D01*
X0201512Y0297808D01*
X0201528Y0297684D01*
X0201540Y0297561D01*
X0201548Y0297437D01*
X0201552Y0297312D01*
X0201552Y0297188D01*
X0201548Y0297063D01*
X0201540Y0296939D01*
X0201528Y0296816D01*
X0201512Y0296692D01*
X0201492Y0296569D01*
X0201468Y0296447D01*
X0201441Y0296326D01*
X0201410Y0296206D01*
X0201374Y0296086D01*
X0201335Y0295968D01*
X0201293Y0295851D01*
X0201246Y0295736D01*
X0201196Y0295622D01*
X0201142Y0295510D01*
X0201085Y0295400D01*
X0201024Y0295291D01*
X0200960Y0295184D01*
X0200893Y0295080D01*
X0200822Y0294978D01*
X0200748Y0294878D01*
X0200670Y0294780D01*
X0200590Y0294685D01*
X0200507Y0294593D01*
X0200421Y0294503D01*
X0200332Y0294416D01*
X0200240Y0294332D01*
X0200146Y0294251D01*
X0200049Y0294173D01*
X0199949Y0294098D01*
X0199848Y0294027D01*
X0199744Y0293958D01*
X0199638Y0293893D01*
X0199530Y0293832D01*
X0199420Y0293774D01*
X0199308Y0293719D01*
X0199195Y0293668D01*
X0199080Y0293621D01*
X0198963Y0293577D01*
X0198845Y0293537D01*
X0198726Y0293501D01*
X0198606Y0293469D01*
X0198485Y0293440D01*
X0198363Y0293415D01*
X0198241Y0293395D01*
X0198117Y0293378D01*
X0197994Y0293365D01*
X0197870Y0293356D01*
X0197745Y0293351D01*
X0197621Y0293350D01*
X0197497Y0293353D01*
X0197372Y0293360D01*
X0197248Y0293371D01*
X0197125Y0293386D01*
X0197002Y0293405D01*
X0196880Y0293427D01*
X0196758Y0293454D01*
X0196638Y0293484D01*
X0196518Y0293518D01*
X0196400Y0293557D01*
X0196282Y0293598D01*
X0196167Y0293644D01*
X0196052Y0293693D01*
X0195940Y0293746D01*
X0195829Y0293802D01*
X0195720Y0293862D01*
X0195613Y0293926D01*
X0195508Y0293992D01*
X0195405Y0294062D01*
X0195305Y0294136D01*
X0195207Y0294212D01*
X0195111Y0294291D01*
X0195018Y0294374D01*
X0194927Y0294459D01*
X0194840Y0294548D01*
X0194755Y0294639D01*
X0194673Y0294733D01*
X0194595Y0294829D01*
X0194519Y0294928D01*
X0194446Y0295029D01*
X0194377Y0295132D01*
X0194311Y0295238D01*
X0194249Y0295345D01*
X0194190Y0295455D01*
X0194134Y0295566D01*
X0194082Y0295679D01*
X0194034Y0295794D01*
X0193990Y0295910D01*
X0193949Y0296027D01*
X0193912Y0296146D01*
X0193878Y0296266D01*
X0193849Y0296386D01*
X0193823Y0296508D01*
X0193801Y0296631D01*
X0193784Y0296754D01*
X0193770Y0296877D01*
X0193760Y0297001D01*
X0193754Y0297126D01*
X0193752Y0297250D01*
X0193652Y0293250D02*
X0201652Y0301250D01*
X0211877Y0321000D02*
X0211879Y0321124D01*
X0211885Y0321249D01*
X0211895Y0321373D01*
X0211909Y0321496D01*
X0211926Y0321619D01*
X0211948Y0321742D01*
X0211974Y0321864D01*
X0212003Y0321984D01*
X0212037Y0322104D01*
X0212074Y0322223D01*
X0212115Y0322340D01*
X0212159Y0322456D01*
X0212207Y0322571D01*
X0212259Y0322684D01*
X0212315Y0322795D01*
X0212374Y0322905D01*
X0212436Y0323012D01*
X0212502Y0323118D01*
X0212571Y0323221D01*
X0212644Y0323322D01*
X0212720Y0323421D01*
X0212798Y0323517D01*
X0212880Y0323611D01*
X0212965Y0323702D01*
X0213052Y0323791D01*
X0213143Y0323876D01*
X0213236Y0323959D01*
X0213332Y0324038D01*
X0213430Y0324114D01*
X0213530Y0324188D01*
X0213633Y0324258D01*
X0213738Y0324324D01*
X0213845Y0324388D01*
X0213954Y0324448D01*
X0214065Y0324504D01*
X0214177Y0324557D01*
X0214292Y0324606D01*
X0214407Y0324652D01*
X0214525Y0324693D01*
X0214643Y0324732D01*
X0214763Y0324766D01*
X0214883Y0324796D01*
X0215005Y0324823D01*
X0215127Y0324845D01*
X0215250Y0324864D01*
X0215373Y0324879D01*
X0215497Y0324890D01*
X0215622Y0324897D01*
X0215746Y0324900D01*
X0215870Y0324899D01*
X0215995Y0324894D01*
X0216119Y0324885D01*
X0216242Y0324872D01*
X0216366Y0324855D01*
X0216488Y0324835D01*
X0216610Y0324810D01*
X0216731Y0324781D01*
X0216851Y0324749D01*
X0216970Y0324713D01*
X0217088Y0324673D01*
X0217205Y0324629D01*
X0217320Y0324582D01*
X0217433Y0324531D01*
X0217545Y0324476D01*
X0217655Y0324418D01*
X0217763Y0324357D01*
X0217869Y0324292D01*
X0217973Y0324223D01*
X0218074Y0324152D01*
X0218174Y0324077D01*
X0218271Y0323999D01*
X0218365Y0323918D01*
X0218457Y0323834D01*
X0218546Y0323747D01*
X0218632Y0323657D01*
X0218715Y0323565D01*
X0218795Y0323470D01*
X0218873Y0323372D01*
X0218947Y0323272D01*
X0219018Y0323170D01*
X0219085Y0323066D01*
X0219149Y0322959D01*
X0219210Y0322850D01*
X0219267Y0322740D01*
X0219321Y0322628D01*
X0219371Y0322514D01*
X0219418Y0322399D01*
X0219460Y0322282D01*
X0219499Y0322164D01*
X0219535Y0322044D01*
X0219566Y0321924D01*
X0219593Y0321803D01*
X0219617Y0321681D01*
X0219637Y0321558D01*
X0219653Y0321434D01*
X0219665Y0321311D01*
X0219673Y0321187D01*
X0219677Y0321062D01*
X0219677Y0320938D01*
X0219673Y0320813D01*
X0219665Y0320689D01*
X0219653Y0320566D01*
X0219637Y0320442D01*
X0219617Y0320319D01*
X0219593Y0320197D01*
X0219566Y0320076D01*
X0219535Y0319956D01*
X0219499Y0319836D01*
X0219460Y0319718D01*
X0219418Y0319601D01*
X0219371Y0319486D01*
X0219321Y0319372D01*
X0219267Y0319260D01*
X0219210Y0319150D01*
X0219149Y0319041D01*
X0219085Y0318934D01*
X0219018Y0318830D01*
X0218947Y0318728D01*
X0218873Y0318628D01*
X0218795Y0318530D01*
X0218715Y0318435D01*
X0218632Y0318343D01*
X0218546Y0318253D01*
X0218457Y0318166D01*
X0218365Y0318082D01*
X0218271Y0318001D01*
X0218174Y0317923D01*
X0218074Y0317848D01*
X0217973Y0317777D01*
X0217869Y0317708D01*
X0217763Y0317643D01*
X0217655Y0317582D01*
X0217545Y0317524D01*
X0217433Y0317469D01*
X0217320Y0317418D01*
X0217205Y0317371D01*
X0217088Y0317327D01*
X0216970Y0317287D01*
X0216851Y0317251D01*
X0216731Y0317219D01*
X0216610Y0317190D01*
X0216488Y0317165D01*
X0216366Y0317145D01*
X0216242Y0317128D01*
X0216119Y0317115D01*
X0215995Y0317106D01*
X0215870Y0317101D01*
X0215746Y0317100D01*
X0215622Y0317103D01*
X0215497Y0317110D01*
X0215373Y0317121D01*
X0215250Y0317136D01*
X0215127Y0317155D01*
X0215005Y0317177D01*
X0214883Y0317204D01*
X0214763Y0317234D01*
X0214643Y0317268D01*
X0214525Y0317307D01*
X0214407Y0317348D01*
X0214292Y0317394D01*
X0214177Y0317443D01*
X0214065Y0317496D01*
X0213954Y0317552D01*
X0213845Y0317612D01*
X0213738Y0317676D01*
X0213633Y0317742D01*
X0213530Y0317812D01*
X0213430Y0317886D01*
X0213332Y0317962D01*
X0213236Y0318041D01*
X0213143Y0318124D01*
X0213052Y0318209D01*
X0212965Y0318298D01*
X0212880Y0318389D01*
X0212798Y0318483D01*
X0212720Y0318579D01*
X0212644Y0318678D01*
X0212571Y0318779D01*
X0212502Y0318882D01*
X0212436Y0318988D01*
X0212374Y0319095D01*
X0212315Y0319205D01*
X0212259Y0319316D01*
X0212207Y0319429D01*
X0212159Y0319544D01*
X0212115Y0319660D01*
X0212074Y0319777D01*
X0212037Y0319896D01*
X0212003Y0320016D01*
X0211974Y0320136D01*
X0211948Y0320258D01*
X0211926Y0320381D01*
X0211909Y0320504D01*
X0211895Y0320627D01*
X0211885Y0320751D01*
X0211879Y0320876D01*
X0211877Y0321000D01*
X0211777Y0317000D02*
X0219777Y0325000D01*
X0208752Y0337875D02*
X0208754Y0337999D01*
X0208760Y0338124D01*
X0208770Y0338248D01*
X0208784Y0338371D01*
X0208801Y0338494D01*
X0208823Y0338617D01*
X0208849Y0338739D01*
X0208878Y0338859D01*
X0208912Y0338979D01*
X0208949Y0339098D01*
X0208990Y0339215D01*
X0209034Y0339331D01*
X0209082Y0339446D01*
X0209134Y0339559D01*
X0209190Y0339670D01*
X0209249Y0339780D01*
X0209311Y0339887D01*
X0209377Y0339993D01*
X0209446Y0340096D01*
X0209519Y0340197D01*
X0209595Y0340296D01*
X0209673Y0340392D01*
X0209755Y0340486D01*
X0209840Y0340577D01*
X0209927Y0340666D01*
X0210018Y0340751D01*
X0210111Y0340834D01*
X0210207Y0340913D01*
X0210305Y0340989D01*
X0210405Y0341063D01*
X0210508Y0341133D01*
X0210613Y0341199D01*
X0210720Y0341263D01*
X0210829Y0341323D01*
X0210940Y0341379D01*
X0211052Y0341432D01*
X0211167Y0341481D01*
X0211282Y0341527D01*
X0211400Y0341568D01*
X0211518Y0341607D01*
X0211638Y0341641D01*
X0211758Y0341671D01*
X0211880Y0341698D01*
X0212002Y0341720D01*
X0212125Y0341739D01*
X0212248Y0341754D01*
X0212372Y0341765D01*
X0212497Y0341772D01*
X0212621Y0341775D01*
X0212745Y0341774D01*
X0212870Y0341769D01*
X0212994Y0341760D01*
X0213117Y0341747D01*
X0213241Y0341730D01*
X0213363Y0341710D01*
X0213485Y0341685D01*
X0213606Y0341656D01*
X0213726Y0341624D01*
X0213845Y0341588D01*
X0213963Y0341548D01*
X0214080Y0341504D01*
X0214195Y0341457D01*
X0214308Y0341406D01*
X0214420Y0341351D01*
X0214530Y0341293D01*
X0214638Y0341232D01*
X0214744Y0341167D01*
X0214848Y0341098D01*
X0214949Y0341027D01*
X0215049Y0340952D01*
X0215146Y0340874D01*
X0215240Y0340793D01*
X0215332Y0340709D01*
X0215421Y0340622D01*
X0215507Y0340532D01*
X0215590Y0340440D01*
X0215670Y0340345D01*
X0215748Y0340247D01*
X0215822Y0340147D01*
X0215893Y0340045D01*
X0215960Y0339941D01*
X0216024Y0339834D01*
X0216085Y0339725D01*
X0216142Y0339615D01*
X0216196Y0339503D01*
X0216246Y0339389D01*
X0216293Y0339274D01*
X0216335Y0339157D01*
X0216374Y0339039D01*
X0216410Y0338919D01*
X0216441Y0338799D01*
X0216468Y0338678D01*
X0216492Y0338556D01*
X0216512Y0338433D01*
X0216528Y0338309D01*
X0216540Y0338186D01*
X0216548Y0338062D01*
X0216552Y0337937D01*
X0216552Y0337813D01*
X0216548Y0337688D01*
X0216540Y0337564D01*
X0216528Y0337441D01*
X0216512Y0337317D01*
X0216492Y0337194D01*
X0216468Y0337072D01*
X0216441Y0336951D01*
X0216410Y0336831D01*
X0216374Y0336711D01*
X0216335Y0336593D01*
X0216293Y0336476D01*
X0216246Y0336361D01*
X0216196Y0336247D01*
X0216142Y0336135D01*
X0216085Y0336025D01*
X0216024Y0335916D01*
X0215960Y0335809D01*
X0215893Y0335705D01*
X0215822Y0335603D01*
X0215748Y0335503D01*
X0215670Y0335405D01*
X0215590Y0335310D01*
X0215507Y0335218D01*
X0215421Y0335128D01*
X0215332Y0335041D01*
X0215240Y0334957D01*
X0215146Y0334876D01*
X0215049Y0334798D01*
X0214949Y0334723D01*
X0214848Y0334652D01*
X0214744Y0334583D01*
X0214638Y0334518D01*
X0214530Y0334457D01*
X0214420Y0334399D01*
X0214308Y0334344D01*
X0214195Y0334293D01*
X0214080Y0334246D01*
X0213963Y0334202D01*
X0213845Y0334162D01*
X0213726Y0334126D01*
X0213606Y0334094D01*
X0213485Y0334065D01*
X0213363Y0334040D01*
X0213241Y0334020D01*
X0213117Y0334003D01*
X0212994Y0333990D01*
X0212870Y0333981D01*
X0212745Y0333976D01*
X0212621Y0333975D01*
X0212497Y0333978D01*
X0212372Y0333985D01*
X0212248Y0333996D01*
X0212125Y0334011D01*
X0212002Y0334030D01*
X0211880Y0334052D01*
X0211758Y0334079D01*
X0211638Y0334109D01*
X0211518Y0334143D01*
X0211400Y0334182D01*
X0211282Y0334223D01*
X0211167Y0334269D01*
X0211052Y0334318D01*
X0210940Y0334371D01*
X0210829Y0334427D01*
X0210720Y0334487D01*
X0210613Y0334551D01*
X0210508Y0334617D01*
X0210405Y0334687D01*
X0210305Y0334761D01*
X0210207Y0334837D01*
X0210111Y0334916D01*
X0210018Y0334999D01*
X0209927Y0335084D01*
X0209840Y0335173D01*
X0209755Y0335264D01*
X0209673Y0335358D01*
X0209595Y0335454D01*
X0209519Y0335553D01*
X0209446Y0335654D01*
X0209377Y0335757D01*
X0209311Y0335863D01*
X0209249Y0335970D01*
X0209190Y0336080D01*
X0209134Y0336191D01*
X0209082Y0336304D01*
X0209034Y0336419D01*
X0208990Y0336535D01*
X0208949Y0336652D01*
X0208912Y0336771D01*
X0208878Y0336891D01*
X0208849Y0337011D01*
X0208823Y0337133D01*
X0208801Y0337256D01*
X0208784Y0337379D01*
X0208770Y0337502D01*
X0208760Y0337626D01*
X0208754Y0337751D01*
X0208752Y0337875D01*
X0208652Y0333875D02*
X0216652Y0341875D01*
X0202502Y0331625D02*
X0202504Y0331749D01*
X0202510Y0331874D01*
X0202520Y0331998D01*
X0202534Y0332121D01*
X0202551Y0332244D01*
X0202573Y0332367D01*
X0202599Y0332489D01*
X0202628Y0332609D01*
X0202662Y0332729D01*
X0202699Y0332848D01*
X0202740Y0332965D01*
X0202784Y0333081D01*
X0202832Y0333196D01*
X0202884Y0333309D01*
X0202940Y0333420D01*
X0202999Y0333530D01*
X0203061Y0333637D01*
X0203127Y0333743D01*
X0203196Y0333846D01*
X0203269Y0333947D01*
X0203345Y0334046D01*
X0203423Y0334142D01*
X0203505Y0334236D01*
X0203590Y0334327D01*
X0203677Y0334416D01*
X0203768Y0334501D01*
X0203861Y0334584D01*
X0203957Y0334663D01*
X0204055Y0334739D01*
X0204155Y0334813D01*
X0204258Y0334883D01*
X0204363Y0334949D01*
X0204470Y0335013D01*
X0204579Y0335073D01*
X0204690Y0335129D01*
X0204802Y0335182D01*
X0204917Y0335231D01*
X0205032Y0335277D01*
X0205150Y0335318D01*
X0205268Y0335357D01*
X0205388Y0335391D01*
X0205508Y0335421D01*
X0205630Y0335448D01*
X0205752Y0335470D01*
X0205875Y0335489D01*
X0205998Y0335504D01*
X0206122Y0335515D01*
X0206247Y0335522D01*
X0206371Y0335525D01*
X0206495Y0335524D01*
X0206620Y0335519D01*
X0206744Y0335510D01*
X0206867Y0335497D01*
X0206991Y0335480D01*
X0207113Y0335460D01*
X0207235Y0335435D01*
X0207356Y0335406D01*
X0207476Y0335374D01*
X0207595Y0335338D01*
X0207713Y0335298D01*
X0207830Y0335254D01*
X0207945Y0335207D01*
X0208058Y0335156D01*
X0208170Y0335101D01*
X0208280Y0335043D01*
X0208388Y0334982D01*
X0208494Y0334917D01*
X0208598Y0334848D01*
X0208699Y0334777D01*
X0208799Y0334702D01*
X0208896Y0334624D01*
X0208990Y0334543D01*
X0209082Y0334459D01*
X0209171Y0334372D01*
X0209257Y0334282D01*
X0209340Y0334190D01*
X0209420Y0334095D01*
X0209498Y0333997D01*
X0209572Y0333897D01*
X0209643Y0333795D01*
X0209710Y0333691D01*
X0209774Y0333584D01*
X0209835Y0333475D01*
X0209892Y0333365D01*
X0209946Y0333253D01*
X0209996Y0333139D01*
X0210043Y0333024D01*
X0210085Y0332907D01*
X0210124Y0332789D01*
X0210160Y0332669D01*
X0210191Y0332549D01*
X0210218Y0332428D01*
X0210242Y0332306D01*
X0210262Y0332183D01*
X0210278Y0332059D01*
X0210290Y0331936D01*
X0210298Y0331812D01*
X0210302Y0331687D01*
X0210302Y0331563D01*
X0210298Y0331438D01*
X0210290Y0331314D01*
X0210278Y0331191D01*
X0210262Y0331067D01*
X0210242Y0330944D01*
X0210218Y0330822D01*
X0210191Y0330701D01*
X0210160Y0330581D01*
X0210124Y0330461D01*
X0210085Y0330343D01*
X0210043Y0330226D01*
X0209996Y0330111D01*
X0209946Y0329997D01*
X0209892Y0329885D01*
X0209835Y0329775D01*
X0209774Y0329666D01*
X0209710Y0329559D01*
X0209643Y0329455D01*
X0209572Y0329353D01*
X0209498Y0329253D01*
X0209420Y0329155D01*
X0209340Y0329060D01*
X0209257Y0328968D01*
X0209171Y0328878D01*
X0209082Y0328791D01*
X0208990Y0328707D01*
X0208896Y0328626D01*
X0208799Y0328548D01*
X0208699Y0328473D01*
X0208598Y0328402D01*
X0208494Y0328333D01*
X0208388Y0328268D01*
X0208280Y0328207D01*
X0208170Y0328149D01*
X0208058Y0328094D01*
X0207945Y0328043D01*
X0207830Y0327996D01*
X0207713Y0327952D01*
X0207595Y0327912D01*
X0207476Y0327876D01*
X0207356Y0327844D01*
X0207235Y0327815D01*
X0207113Y0327790D01*
X0206991Y0327770D01*
X0206867Y0327753D01*
X0206744Y0327740D01*
X0206620Y0327731D01*
X0206495Y0327726D01*
X0206371Y0327725D01*
X0206247Y0327728D01*
X0206122Y0327735D01*
X0205998Y0327746D01*
X0205875Y0327761D01*
X0205752Y0327780D01*
X0205630Y0327802D01*
X0205508Y0327829D01*
X0205388Y0327859D01*
X0205268Y0327893D01*
X0205150Y0327932D01*
X0205032Y0327973D01*
X0204917Y0328019D01*
X0204802Y0328068D01*
X0204690Y0328121D01*
X0204579Y0328177D01*
X0204470Y0328237D01*
X0204363Y0328301D01*
X0204258Y0328367D01*
X0204155Y0328437D01*
X0204055Y0328511D01*
X0203957Y0328587D01*
X0203861Y0328666D01*
X0203768Y0328749D01*
X0203677Y0328834D01*
X0203590Y0328923D01*
X0203505Y0329014D01*
X0203423Y0329108D01*
X0203345Y0329204D01*
X0203269Y0329303D01*
X0203196Y0329404D01*
X0203127Y0329507D01*
X0203061Y0329613D01*
X0202999Y0329720D01*
X0202940Y0329830D01*
X0202884Y0329941D01*
X0202832Y0330054D01*
X0202784Y0330169D01*
X0202740Y0330285D01*
X0202699Y0330402D01*
X0202662Y0330521D01*
X0202628Y0330641D01*
X0202599Y0330761D01*
X0202573Y0330883D01*
X0202551Y0331006D01*
X0202534Y0331129D01*
X0202520Y0331252D01*
X0202510Y0331376D01*
X0202504Y0331501D01*
X0202502Y0331625D01*
X0202402Y0327625D02*
X0210402Y0335625D01*
X0198752Y0356625D02*
X0198754Y0356749D01*
X0198760Y0356874D01*
X0198770Y0356998D01*
X0198784Y0357121D01*
X0198801Y0357244D01*
X0198823Y0357367D01*
X0198849Y0357489D01*
X0198878Y0357609D01*
X0198912Y0357729D01*
X0198949Y0357848D01*
X0198990Y0357965D01*
X0199034Y0358081D01*
X0199082Y0358196D01*
X0199134Y0358309D01*
X0199190Y0358420D01*
X0199249Y0358530D01*
X0199311Y0358637D01*
X0199377Y0358743D01*
X0199446Y0358846D01*
X0199519Y0358947D01*
X0199595Y0359046D01*
X0199673Y0359142D01*
X0199755Y0359236D01*
X0199840Y0359327D01*
X0199927Y0359416D01*
X0200018Y0359501D01*
X0200111Y0359584D01*
X0200207Y0359663D01*
X0200305Y0359739D01*
X0200405Y0359813D01*
X0200508Y0359883D01*
X0200613Y0359949D01*
X0200720Y0360013D01*
X0200829Y0360073D01*
X0200940Y0360129D01*
X0201052Y0360182D01*
X0201167Y0360231D01*
X0201282Y0360277D01*
X0201400Y0360318D01*
X0201518Y0360357D01*
X0201638Y0360391D01*
X0201758Y0360421D01*
X0201880Y0360448D01*
X0202002Y0360470D01*
X0202125Y0360489D01*
X0202248Y0360504D01*
X0202372Y0360515D01*
X0202497Y0360522D01*
X0202621Y0360525D01*
X0202745Y0360524D01*
X0202870Y0360519D01*
X0202994Y0360510D01*
X0203117Y0360497D01*
X0203241Y0360480D01*
X0203363Y0360460D01*
X0203485Y0360435D01*
X0203606Y0360406D01*
X0203726Y0360374D01*
X0203845Y0360338D01*
X0203963Y0360298D01*
X0204080Y0360254D01*
X0204195Y0360207D01*
X0204308Y0360156D01*
X0204420Y0360101D01*
X0204530Y0360043D01*
X0204638Y0359982D01*
X0204744Y0359917D01*
X0204848Y0359848D01*
X0204949Y0359777D01*
X0205049Y0359702D01*
X0205146Y0359624D01*
X0205240Y0359543D01*
X0205332Y0359459D01*
X0205421Y0359372D01*
X0205507Y0359282D01*
X0205590Y0359190D01*
X0205670Y0359095D01*
X0205748Y0358997D01*
X0205822Y0358897D01*
X0205893Y0358795D01*
X0205960Y0358691D01*
X0206024Y0358584D01*
X0206085Y0358475D01*
X0206142Y0358365D01*
X0206196Y0358253D01*
X0206246Y0358139D01*
X0206293Y0358024D01*
X0206335Y0357907D01*
X0206374Y0357789D01*
X0206410Y0357669D01*
X0206441Y0357549D01*
X0206468Y0357428D01*
X0206492Y0357306D01*
X0206512Y0357183D01*
X0206528Y0357059D01*
X0206540Y0356936D01*
X0206548Y0356812D01*
X0206552Y0356687D01*
X0206552Y0356563D01*
X0206548Y0356438D01*
X0206540Y0356314D01*
X0206528Y0356191D01*
X0206512Y0356067D01*
X0206492Y0355944D01*
X0206468Y0355822D01*
X0206441Y0355701D01*
X0206410Y0355581D01*
X0206374Y0355461D01*
X0206335Y0355343D01*
X0206293Y0355226D01*
X0206246Y0355111D01*
X0206196Y0354997D01*
X0206142Y0354885D01*
X0206085Y0354775D01*
X0206024Y0354666D01*
X0205960Y0354559D01*
X0205893Y0354455D01*
X0205822Y0354353D01*
X0205748Y0354253D01*
X0205670Y0354155D01*
X0205590Y0354060D01*
X0205507Y0353968D01*
X0205421Y0353878D01*
X0205332Y0353791D01*
X0205240Y0353707D01*
X0205146Y0353626D01*
X0205049Y0353548D01*
X0204949Y0353473D01*
X0204848Y0353402D01*
X0204744Y0353333D01*
X0204638Y0353268D01*
X0204530Y0353207D01*
X0204420Y0353149D01*
X0204308Y0353094D01*
X0204195Y0353043D01*
X0204080Y0352996D01*
X0203963Y0352952D01*
X0203845Y0352912D01*
X0203726Y0352876D01*
X0203606Y0352844D01*
X0203485Y0352815D01*
X0203363Y0352790D01*
X0203241Y0352770D01*
X0203117Y0352753D01*
X0202994Y0352740D01*
X0202870Y0352731D01*
X0202745Y0352726D01*
X0202621Y0352725D01*
X0202497Y0352728D01*
X0202372Y0352735D01*
X0202248Y0352746D01*
X0202125Y0352761D01*
X0202002Y0352780D01*
X0201880Y0352802D01*
X0201758Y0352829D01*
X0201638Y0352859D01*
X0201518Y0352893D01*
X0201400Y0352932D01*
X0201282Y0352973D01*
X0201167Y0353019D01*
X0201052Y0353068D01*
X0200940Y0353121D01*
X0200829Y0353177D01*
X0200720Y0353237D01*
X0200613Y0353301D01*
X0200508Y0353367D01*
X0200405Y0353437D01*
X0200305Y0353511D01*
X0200207Y0353587D01*
X0200111Y0353666D01*
X0200018Y0353749D01*
X0199927Y0353834D01*
X0199840Y0353923D01*
X0199755Y0354014D01*
X0199673Y0354108D01*
X0199595Y0354204D01*
X0199519Y0354303D01*
X0199446Y0354404D01*
X0199377Y0354507D01*
X0199311Y0354613D01*
X0199249Y0354720D01*
X0199190Y0354830D01*
X0199134Y0354941D01*
X0199082Y0355054D01*
X0199034Y0355169D01*
X0198990Y0355285D01*
X0198949Y0355402D01*
X0198912Y0355521D01*
X0198878Y0355641D01*
X0198849Y0355761D01*
X0198823Y0355883D01*
X0198801Y0356006D01*
X0198784Y0356129D01*
X0198770Y0356252D01*
X0198760Y0356376D01*
X0198754Y0356501D01*
X0198752Y0356625D01*
X0198652Y0352625D02*
X0206652Y0360625D01*
X0209388Y0388057D02*
X0209390Y0388181D01*
X0209396Y0388306D01*
X0209406Y0388430D01*
X0209420Y0388553D01*
X0209437Y0388676D01*
X0209459Y0388799D01*
X0209485Y0388921D01*
X0209514Y0389041D01*
X0209548Y0389161D01*
X0209585Y0389280D01*
X0209626Y0389397D01*
X0209670Y0389513D01*
X0209718Y0389628D01*
X0209770Y0389741D01*
X0209826Y0389852D01*
X0209885Y0389962D01*
X0209947Y0390069D01*
X0210013Y0390175D01*
X0210082Y0390278D01*
X0210155Y0390379D01*
X0210231Y0390478D01*
X0210309Y0390574D01*
X0210391Y0390668D01*
X0210476Y0390759D01*
X0210563Y0390848D01*
X0210654Y0390933D01*
X0210747Y0391016D01*
X0210843Y0391095D01*
X0210941Y0391171D01*
X0211041Y0391245D01*
X0211144Y0391315D01*
X0211249Y0391381D01*
X0211356Y0391445D01*
X0211465Y0391505D01*
X0211576Y0391561D01*
X0211688Y0391614D01*
X0211803Y0391663D01*
X0211918Y0391709D01*
X0212036Y0391750D01*
X0212154Y0391789D01*
X0212274Y0391823D01*
X0212394Y0391853D01*
X0212516Y0391880D01*
X0212638Y0391902D01*
X0212761Y0391921D01*
X0212884Y0391936D01*
X0213008Y0391947D01*
X0213133Y0391954D01*
X0213257Y0391957D01*
X0213381Y0391956D01*
X0213506Y0391951D01*
X0213630Y0391942D01*
X0213753Y0391929D01*
X0213877Y0391912D01*
X0213999Y0391892D01*
X0214121Y0391867D01*
X0214242Y0391838D01*
X0214362Y0391806D01*
X0214481Y0391770D01*
X0214599Y0391730D01*
X0214716Y0391686D01*
X0214831Y0391639D01*
X0214944Y0391588D01*
X0215056Y0391533D01*
X0215166Y0391475D01*
X0215274Y0391414D01*
X0215380Y0391349D01*
X0215484Y0391280D01*
X0215585Y0391209D01*
X0215685Y0391134D01*
X0215782Y0391056D01*
X0215876Y0390975D01*
X0215968Y0390891D01*
X0216057Y0390804D01*
X0216143Y0390714D01*
X0216226Y0390622D01*
X0216306Y0390527D01*
X0216384Y0390429D01*
X0216458Y0390329D01*
X0216529Y0390227D01*
X0216596Y0390123D01*
X0216660Y0390016D01*
X0216721Y0389907D01*
X0216778Y0389797D01*
X0216832Y0389685D01*
X0216882Y0389571D01*
X0216929Y0389456D01*
X0216971Y0389339D01*
X0217010Y0389221D01*
X0217046Y0389101D01*
X0217077Y0388981D01*
X0217104Y0388860D01*
X0217128Y0388738D01*
X0217148Y0388615D01*
X0217164Y0388491D01*
X0217176Y0388368D01*
X0217184Y0388244D01*
X0217188Y0388119D01*
X0217188Y0387995D01*
X0217184Y0387870D01*
X0217176Y0387746D01*
X0217164Y0387623D01*
X0217148Y0387499D01*
X0217128Y0387376D01*
X0217104Y0387254D01*
X0217077Y0387133D01*
X0217046Y0387013D01*
X0217010Y0386893D01*
X0216971Y0386775D01*
X0216929Y0386658D01*
X0216882Y0386543D01*
X0216832Y0386429D01*
X0216778Y0386317D01*
X0216721Y0386207D01*
X0216660Y0386098D01*
X0216596Y0385991D01*
X0216529Y0385887D01*
X0216458Y0385785D01*
X0216384Y0385685D01*
X0216306Y0385587D01*
X0216226Y0385492D01*
X0216143Y0385400D01*
X0216057Y0385310D01*
X0215968Y0385223D01*
X0215876Y0385139D01*
X0215782Y0385058D01*
X0215685Y0384980D01*
X0215585Y0384905D01*
X0215484Y0384834D01*
X0215380Y0384765D01*
X0215274Y0384700D01*
X0215166Y0384639D01*
X0215056Y0384581D01*
X0214944Y0384526D01*
X0214831Y0384475D01*
X0214716Y0384428D01*
X0214599Y0384384D01*
X0214481Y0384344D01*
X0214362Y0384308D01*
X0214242Y0384276D01*
X0214121Y0384247D01*
X0213999Y0384222D01*
X0213877Y0384202D01*
X0213753Y0384185D01*
X0213630Y0384172D01*
X0213506Y0384163D01*
X0213381Y0384158D01*
X0213257Y0384157D01*
X0213133Y0384160D01*
X0213008Y0384167D01*
X0212884Y0384178D01*
X0212761Y0384193D01*
X0212638Y0384212D01*
X0212516Y0384234D01*
X0212394Y0384261D01*
X0212274Y0384291D01*
X0212154Y0384325D01*
X0212036Y0384364D01*
X0211918Y0384405D01*
X0211803Y0384451D01*
X0211688Y0384500D01*
X0211576Y0384553D01*
X0211465Y0384609D01*
X0211356Y0384669D01*
X0211249Y0384733D01*
X0211144Y0384799D01*
X0211041Y0384869D01*
X0210941Y0384943D01*
X0210843Y0385019D01*
X0210747Y0385098D01*
X0210654Y0385181D01*
X0210563Y0385266D01*
X0210476Y0385355D01*
X0210391Y0385446D01*
X0210309Y0385540D01*
X0210231Y0385636D01*
X0210155Y0385735D01*
X0210082Y0385836D01*
X0210013Y0385939D01*
X0209947Y0386045D01*
X0209885Y0386152D01*
X0209826Y0386262D01*
X0209770Y0386373D01*
X0209718Y0386486D01*
X0209670Y0386601D01*
X0209626Y0386717D01*
X0209585Y0386834D01*
X0209548Y0386953D01*
X0209514Y0387073D01*
X0209485Y0387193D01*
X0209459Y0387315D01*
X0209437Y0387438D01*
X0209420Y0387561D01*
X0209406Y0387684D01*
X0209396Y0387808D01*
X0209390Y0387933D01*
X0209388Y0388057D01*
X0209288Y0384057D02*
X0217288Y0392057D01*
X0204488Y0397857D02*
X0204490Y0397981D01*
X0204496Y0398106D01*
X0204506Y0398230D01*
X0204520Y0398353D01*
X0204537Y0398476D01*
X0204559Y0398599D01*
X0204585Y0398721D01*
X0204614Y0398841D01*
X0204648Y0398961D01*
X0204685Y0399080D01*
X0204726Y0399197D01*
X0204770Y0399313D01*
X0204818Y0399428D01*
X0204870Y0399541D01*
X0204926Y0399652D01*
X0204985Y0399762D01*
X0205047Y0399869D01*
X0205113Y0399975D01*
X0205182Y0400078D01*
X0205255Y0400179D01*
X0205331Y0400278D01*
X0205409Y0400374D01*
X0205491Y0400468D01*
X0205576Y0400559D01*
X0205663Y0400648D01*
X0205754Y0400733D01*
X0205847Y0400816D01*
X0205943Y0400895D01*
X0206041Y0400971D01*
X0206141Y0401045D01*
X0206244Y0401115D01*
X0206349Y0401181D01*
X0206456Y0401245D01*
X0206565Y0401305D01*
X0206676Y0401361D01*
X0206788Y0401414D01*
X0206903Y0401463D01*
X0207018Y0401509D01*
X0207136Y0401550D01*
X0207254Y0401589D01*
X0207374Y0401623D01*
X0207494Y0401653D01*
X0207616Y0401680D01*
X0207738Y0401702D01*
X0207861Y0401721D01*
X0207984Y0401736D01*
X0208108Y0401747D01*
X0208233Y0401754D01*
X0208357Y0401757D01*
X0208481Y0401756D01*
X0208606Y0401751D01*
X0208730Y0401742D01*
X0208853Y0401729D01*
X0208977Y0401712D01*
X0209099Y0401692D01*
X0209221Y0401667D01*
X0209342Y0401638D01*
X0209462Y0401606D01*
X0209581Y0401570D01*
X0209699Y0401530D01*
X0209816Y0401486D01*
X0209931Y0401439D01*
X0210044Y0401388D01*
X0210156Y0401333D01*
X0210266Y0401275D01*
X0210374Y0401214D01*
X0210480Y0401149D01*
X0210584Y0401080D01*
X0210685Y0401009D01*
X0210785Y0400934D01*
X0210882Y0400856D01*
X0210976Y0400775D01*
X0211068Y0400691D01*
X0211157Y0400604D01*
X0211243Y0400514D01*
X0211326Y0400422D01*
X0211406Y0400327D01*
X0211484Y0400229D01*
X0211558Y0400129D01*
X0211629Y0400027D01*
X0211696Y0399923D01*
X0211760Y0399816D01*
X0211821Y0399707D01*
X0211878Y0399597D01*
X0211932Y0399485D01*
X0211982Y0399371D01*
X0212029Y0399256D01*
X0212071Y0399139D01*
X0212110Y0399021D01*
X0212146Y0398901D01*
X0212177Y0398781D01*
X0212204Y0398660D01*
X0212228Y0398538D01*
X0212248Y0398415D01*
X0212264Y0398291D01*
X0212276Y0398168D01*
X0212284Y0398044D01*
X0212288Y0397919D01*
X0212288Y0397795D01*
X0212284Y0397670D01*
X0212276Y0397546D01*
X0212264Y0397423D01*
X0212248Y0397299D01*
X0212228Y0397176D01*
X0212204Y0397054D01*
X0212177Y0396933D01*
X0212146Y0396813D01*
X0212110Y0396693D01*
X0212071Y0396575D01*
X0212029Y0396458D01*
X0211982Y0396343D01*
X0211932Y0396229D01*
X0211878Y0396117D01*
X0211821Y0396007D01*
X0211760Y0395898D01*
X0211696Y0395791D01*
X0211629Y0395687D01*
X0211558Y0395585D01*
X0211484Y0395485D01*
X0211406Y0395387D01*
X0211326Y0395292D01*
X0211243Y0395200D01*
X0211157Y0395110D01*
X0211068Y0395023D01*
X0210976Y0394939D01*
X0210882Y0394858D01*
X0210785Y0394780D01*
X0210685Y0394705D01*
X0210584Y0394634D01*
X0210480Y0394565D01*
X0210374Y0394500D01*
X0210266Y0394439D01*
X0210156Y0394381D01*
X0210044Y0394326D01*
X0209931Y0394275D01*
X0209816Y0394228D01*
X0209699Y0394184D01*
X0209581Y0394144D01*
X0209462Y0394108D01*
X0209342Y0394076D01*
X0209221Y0394047D01*
X0209099Y0394022D01*
X0208977Y0394002D01*
X0208853Y0393985D01*
X0208730Y0393972D01*
X0208606Y0393963D01*
X0208481Y0393958D01*
X0208357Y0393957D01*
X0208233Y0393960D01*
X0208108Y0393967D01*
X0207984Y0393978D01*
X0207861Y0393993D01*
X0207738Y0394012D01*
X0207616Y0394034D01*
X0207494Y0394061D01*
X0207374Y0394091D01*
X0207254Y0394125D01*
X0207136Y0394164D01*
X0207018Y0394205D01*
X0206903Y0394251D01*
X0206788Y0394300D01*
X0206676Y0394353D01*
X0206565Y0394409D01*
X0206456Y0394469D01*
X0206349Y0394533D01*
X0206244Y0394599D01*
X0206141Y0394669D01*
X0206041Y0394743D01*
X0205943Y0394819D01*
X0205847Y0394898D01*
X0205754Y0394981D01*
X0205663Y0395066D01*
X0205576Y0395155D01*
X0205491Y0395246D01*
X0205409Y0395340D01*
X0205331Y0395436D01*
X0205255Y0395535D01*
X0205182Y0395636D01*
X0205113Y0395739D01*
X0205047Y0395845D01*
X0204985Y0395952D01*
X0204926Y0396062D01*
X0204870Y0396173D01*
X0204818Y0396286D01*
X0204770Y0396401D01*
X0204726Y0396517D01*
X0204685Y0396634D01*
X0204648Y0396753D01*
X0204614Y0396873D01*
X0204585Y0396993D01*
X0204559Y0397115D01*
X0204537Y0397238D01*
X0204520Y0397361D01*
X0204506Y0397484D01*
X0204496Y0397608D01*
X0204490Y0397733D01*
X0204488Y0397857D01*
X0204388Y0393857D02*
X0212388Y0401857D01*
X0186688Y0397857D02*
X0186690Y0397981D01*
X0186696Y0398106D01*
X0186706Y0398230D01*
X0186720Y0398353D01*
X0186737Y0398476D01*
X0186759Y0398599D01*
X0186785Y0398721D01*
X0186814Y0398841D01*
X0186848Y0398961D01*
X0186885Y0399080D01*
X0186926Y0399197D01*
X0186970Y0399313D01*
X0187018Y0399428D01*
X0187070Y0399541D01*
X0187126Y0399652D01*
X0187185Y0399762D01*
X0187247Y0399869D01*
X0187313Y0399975D01*
X0187382Y0400078D01*
X0187455Y0400179D01*
X0187531Y0400278D01*
X0187609Y0400374D01*
X0187691Y0400468D01*
X0187776Y0400559D01*
X0187863Y0400648D01*
X0187954Y0400733D01*
X0188047Y0400816D01*
X0188143Y0400895D01*
X0188241Y0400971D01*
X0188341Y0401045D01*
X0188444Y0401115D01*
X0188549Y0401181D01*
X0188656Y0401245D01*
X0188765Y0401305D01*
X0188876Y0401361D01*
X0188988Y0401414D01*
X0189103Y0401463D01*
X0189218Y0401509D01*
X0189336Y0401550D01*
X0189454Y0401589D01*
X0189574Y0401623D01*
X0189694Y0401653D01*
X0189816Y0401680D01*
X0189938Y0401702D01*
X0190061Y0401721D01*
X0190184Y0401736D01*
X0190308Y0401747D01*
X0190433Y0401754D01*
X0190557Y0401757D01*
X0190681Y0401756D01*
X0190806Y0401751D01*
X0190930Y0401742D01*
X0191053Y0401729D01*
X0191177Y0401712D01*
X0191299Y0401692D01*
X0191421Y0401667D01*
X0191542Y0401638D01*
X0191662Y0401606D01*
X0191781Y0401570D01*
X0191899Y0401530D01*
X0192016Y0401486D01*
X0192131Y0401439D01*
X0192244Y0401388D01*
X0192356Y0401333D01*
X0192466Y0401275D01*
X0192574Y0401214D01*
X0192680Y0401149D01*
X0192784Y0401080D01*
X0192885Y0401009D01*
X0192985Y0400934D01*
X0193082Y0400856D01*
X0193176Y0400775D01*
X0193268Y0400691D01*
X0193357Y0400604D01*
X0193443Y0400514D01*
X0193526Y0400422D01*
X0193606Y0400327D01*
X0193684Y0400229D01*
X0193758Y0400129D01*
X0193829Y0400027D01*
X0193896Y0399923D01*
X0193960Y0399816D01*
X0194021Y0399707D01*
X0194078Y0399597D01*
X0194132Y0399485D01*
X0194182Y0399371D01*
X0194229Y0399256D01*
X0194271Y0399139D01*
X0194310Y0399021D01*
X0194346Y0398901D01*
X0194377Y0398781D01*
X0194404Y0398660D01*
X0194428Y0398538D01*
X0194448Y0398415D01*
X0194464Y0398291D01*
X0194476Y0398168D01*
X0194484Y0398044D01*
X0194488Y0397919D01*
X0194488Y0397795D01*
X0194484Y0397670D01*
X0194476Y0397546D01*
X0194464Y0397423D01*
X0194448Y0397299D01*
X0194428Y0397176D01*
X0194404Y0397054D01*
X0194377Y0396933D01*
X0194346Y0396813D01*
X0194310Y0396693D01*
X0194271Y0396575D01*
X0194229Y0396458D01*
X0194182Y0396343D01*
X0194132Y0396229D01*
X0194078Y0396117D01*
X0194021Y0396007D01*
X0193960Y0395898D01*
X0193896Y0395791D01*
X0193829Y0395687D01*
X0193758Y0395585D01*
X0193684Y0395485D01*
X0193606Y0395387D01*
X0193526Y0395292D01*
X0193443Y0395200D01*
X0193357Y0395110D01*
X0193268Y0395023D01*
X0193176Y0394939D01*
X0193082Y0394858D01*
X0192985Y0394780D01*
X0192885Y0394705D01*
X0192784Y0394634D01*
X0192680Y0394565D01*
X0192574Y0394500D01*
X0192466Y0394439D01*
X0192356Y0394381D01*
X0192244Y0394326D01*
X0192131Y0394275D01*
X0192016Y0394228D01*
X0191899Y0394184D01*
X0191781Y0394144D01*
X0191662Y0394108D01*
X0191542Y0394076D01*
X0191421Y0394047D01*
X0191299Y0394022D01*
X0191177Y0394002D01*
X0191053Y0393985D01*
X0190930Y0393972D01*
X0190806Y0393963D01*
X0190681Y0393958D01*
X0190557Y0393957D01*
X0190433Y0393960D01*
X0190308Y0393967D01*
X0190184Y0393978D01*
X0190061Y0393993D01*
X0189938Y0394012D01*
X0189816Y0394034D01*
X0189694Y0394061D01*
X0189574Y0394091D01*
X0189454Y0394125D01*
X0189336Y0394164D01*
X0189218Y0394205D01*
X0189103Y0394251D01*
X0188988Y0394300D01*
X0188876Y0394353D01*
X0188765Y0394409D01*
X0188656Y0394469D01*
X0188549Y0394533D01*
X0188444Y0394599D01*
X0188341Y0394669D01*
X0188241Y0394743D01*
X0188143Y0394819D01*
X0188047Y0394898D01*
X0187954Y0394981D01*
X0187863Y0395066D01*
X0187776Y0395155D01*
X0187691Y0395246D01*
X0187609Y0395340D01*
X0187531Y0395436D01*
X0187455Y0395535D01*
X0187382Y0395636D01*
X0187313Y0395739D01*
X0187247Y0395845D01*
X0187185Y0395952D01*
X0187126Y0396062D01*
X0187070Y0396173D01*
X0187018Y0396286D01*
X0186970Y0396401D01*
X0186926Y0396517D01*
X0186885Y0396634D01*
X0186848Y0396753D01*
X0186814Y0396873D01*
X0186785Y0396993D01*
X0186759Y0397115D01*
X0186737Y0397238D01*
X0186720Y0397361D01*
X0186706Y0397484D01*
X0186696Y0397608D01*
X0186690Y0397733D01*
X0186688Y0397857D01*
X0186588Y0393857D02*
X0194588Y0401857D01*
X0181788Y0388057D02*
X0181790Y0388181D01*
X0181796Y0388306D01*
X0181806Y0388430D01*
X0181820Y0388553D01*
X0181837Y0388676D01*
X0181859Y0388799D01*
X0181885Y0388921D01*
X0181914Y0389041D01*
X0181948Y0389161D01*
X0181985Y0389280D01*
X0182026Y0389397D01*
X0182070Y0389513D01*
X0182118Y0389628D01*
X0182170Y0389741D01*
X0182226Y0389852D01*
X0182285Y0389962D01*
X0182347Y0390069D01*
X0182413Y0390175D01*
X0182482Y0390278D01*
X0182555Y0390379D01*
X0182631Y0390478D01*
X0182709Y0390574D01*
X0182791Y0390668D01*
X0182876Y0390759D01*
X0182963Y0390848D01*
X0183054Y0390933D01*
X0183147Y0391016D01*
X0183243Y0391095D01*
X0183341Y0391171D01*
X0183441Y0391245D01*
X0183544Y0391315D01*
X0183649Y0391381D01*
X0183756Y0391445D01*
X0183865Y0391505D01*
X0183976Y0391561D01*
X0184088Y0391614D01*
X0184203Y0391663D01*
X0184318Y0391709D01*
X0184436Y0391750D01*
X0184554Y0391789D01*
X0184674Y0391823D01*
X0184794Y0391853D01*
X0184916Y0391880D01*
X0185038Y0391902D01*
X0185161Y0391921D01*
X0185284Y0391936D01*
X0185408Y0391947D01*
X0185533Y0391954D01*
X0185657Y0391957D01*
X0185781Y0391956D01*
X0185906Y0391951D01*
X0186030Y0391942D01*
X0186153Y0391929D01*
X0186277Y0391912D01*
X0186399Y0391892D01*
X0186521Y0391867D01*
X0186642Y0391838D01*
X0186762Y0391806D01*
X0186881Y0391770D01*
X0186999Y0391730D01*
X0187116Y0391686D01*
X0187231Y0391639D01*
X0187344Y0391588D01*
X0187456Y0391533D01*
X0187566Y0391475D01*
X0187674Y0391414D01*
X0187780Y0391349D01*
X0187884Y0391280D01*
X0187985Y0391209D01*
X0188085Y0391134D01*
X0188182Y0391056D01*
X0188276Y0390975D01*
X0188368Y0390891D01*
X0188457Y0390804D01*
X0188543Y0390714D01*
X0188626Y0390622D01*
X0188706Y0390527D01*
X0188784Y0390429D01*
X0188858Y0390329D01*
X0188929Y0390227D01*
X0188996Y0390123D01*
X0189060Y0390016D01*
X0189121Y0389907D01*
X0189178Y0389797D01*
X0189232Y0389685D01*
X0189282Y0389571D01*
X0189329Y0389456D01*
X0189371Y0389339D01*
X0189410Y0389221D01*
X0189446Y0389101D01*
X0189477Y0388981D01*
X0189504Y0388860D01*
X0189528Y0388738D01*
X0189548Y0388615D01*
X0189564Y0388491D01*
X0189576Y0388368D01*
X0189584Y0388244D01*
X0189588Y0388119D01*
X0189588Y0387995D01*
X0189584Y0387870D01*
X0189576Y0387746D01*
X0189564Y0387623D01*
X0189548Y0387499D01*
X0189528Y0387376D01*
X0189504Y0387254D01*
X0189477Y0387133D01*
X0189446Y0387013D01*
X0189410Y0386893D01*
X0189371Y0386775D01*
X0189329Y0386658D01*
X0189282Y0386543D01*
X0189232Y0386429D01*
X0189178Y0386317D01*
X0189121Y0386207D01*
X0189060Y0386098D01*
X0188996Y0385991D01*
X0188929Y0385887D01*
X0188858Y0385785D01*
X0188784Y0385685D01*
X0188706Y0385587D01*
X0188626Y0385492D01*
X0188543Y0385400D01*
X0188457Y0385310D01*
X0188368Y0385223D01*
X0188276Y0385139D01*
X0188182Y0385058D01*
X0188085Y0384980D01*
X0187985Y0384905D01*
X0187884Y0384834D01*
X0187780Y0384765D01*
X0187674Y0384700D01*
X0187566Y0384639D01*
X0187456Y0384581D01*
X0187344Y0384526D01*
X0187231Y0384475D01*
X0187116Y0384428D01*
X0186999Y0384384D01*
X0186881Y0384344D01*
X0186762Y0384308D01*
X0186642Y0384276D01*
X0186521Y0384247D01*
X0186399Y0384222D01*
X0186277Y0384202D01*
X0186153Y0384185D01*
X0186030Y0384172D01*
X0185906Y0384163D01*
X0185781Y0384158D01*
X0185657Y0384157D01*
X0185533Y0384160D01*
X0185408Y0384167D01*
X0185284Y0384178D01*
X0185161Y0384193D01*
X0185038Y0384212D01*
X0184916Y0384234D01*
X0184794Y0384261D01*
X0184674Y0384291D01*
X0184554Y0384325D01*
X0184436Y0384364D01*
X0184318Y0384405D01*
X0184203Y0384451D01*
X0184088Y0384500D01*
X0183976Y0384553D01*
X0183865Y0384609D01*
X0183756Y0384669D01*
X0183649Y0384733D01*
X0183544Y0384799D01*
X0183441Y0384869D01*
X0183341Y0384943D01*
X0183243Y0385019D01*
X0183147Y0385098D01*
X0183054Y0385181D01*
X0182963Y0385266D01*
X0182876Y0385355D01*
X0182791Y0385446D01*
X0182709Y0385540D01*
X0182631Y0385636D01*
X0182555Y0385735D01*
X0182482Y0385836D01*
X0182413Y0385939D01*
X0182347Y0386045D01*
X0182285Y0386152D01*
X0182226Y0386262D01*
X0182170Y0386373D01*
X0182118Y0386486D01*
X0182070Y0386601D01*
X0182026Y0386717D01*
X0181985Y0386834D01*
X0181948Y0386953D01*
X0181914Y0387073D01*
X0181885Y0387193D01*
X0181859Y0387315D01*
X0181837Y0387438D01*
X0181820Y0387561D01*
X0181806Y0387684D01*
X0181796Y0387808D01*
X0181790Y0387933D01*
X0181788Y0388057D01*
X0181688Y0384057D02*
X0189688Y0392057D01*
X0169388Y0388057D02*
X0169390Y0388181D01*
X0169396Y0388306D01*
X0169406Y0388430D01*
X0169420Y0388553D01*
X0169437Y0388676D01*
X0169459Y0388799D01*
X0169485Y0388921D01*
X0169514Y0389041D01*
X0169548Y0389161D01*
X0169585Y0389280D01*
X0169626Y0389397D01*
X0169670Y0389513D01*
X0169718Y0389628D01*
X0169770Y0389741D01*
X0169826Y0389852D01*
X0169885Y0389962D01*
X0169947Y0390069D01*
X0170013Y0390175D01*
X0170082Y0390278D01*
X0170155Y0390379D01*
X0170231Y0390478D01*
X0170309Y0390574D01*
X0170391Y0390668D01*
X0170476Y0390759D01*
X0170563Y0390848D01*
X0170654Y0390933D01*
X0170747Y0391016D01*
X0170843Y0391095D01*
X0170941Y0391171D01*
X0171041Y0391245D01*
X0171144Y0391315D01*
X0171249Y0391381D01*
X0171356Y0391445D01*
X0171465Y0391505D01*
X0171576Y0391561D01*
X0171688Y0391614D01*
X0171803Y0391663D01*
X0171918Y0391709D01*
X0172036Y0391750D01*
X0172154Y0391789D01*
X0172274Y0391823D01*
X0172394Y0391853D01*
X0172516Y0391880D01*
X0172638Y0391902D01*
X0172761Y0391921D01*
X0172884Y0391936D01*
X0173008Y0391947D01*
X0173133Y0391954D01*
X0173257Y0391957D01*
X0173381Y0391956D01*
X0173506Y0391951D01*
X0173630Y0391942D01*
X0173753Y0391929D01*
X0173877Y0391912D01*
X0173999Y0391892D01*
X0174121Y0391867D01*
X0174242Y0391838D01*
X0174362Y0391806D01*
X0174481Y0391770D01*
X0174599Y0391730D01*
X0174716Y0391686D01*
X0174831Y0391639D01*
X0174944Y0391588D01*
X0175056Y0391533D01*
X0175166Y0391475D01*
X0175274Y0391414D01*
X0175380Y0391349D01*
X0175484Y0391280D01*
X0175585Y0391209D01*
X0175685Y0391134D01*
X0175782Y0391056D01*
X0175876Y0390975D01*
X0175968Y0390891D01*
X0176057Y0390804D01*
X0176143Y0390714D01*
X0176226Y0390622D01*
X0176306Y0390527D01*
X0176384Y0390429D01*
X0176458Y0390329D01*
X0176529Y0390227D01*
X0176596Y0390123D01*
X0176660Y0390016D01*
X0176721Y0389907D01*
X0176778Y0389797D01*
X0176832Y0389685D01*
X0176882Y0389571D01*
X0176929Y0389456D01*
X0176971Y0389339D01*
X0177010Y0389221D01*
X0177046Y0389101D01*
X0177077Y0388981D01*
X0177104Y0388860D01*
X0177128Y0388738D01*
X0177148Y0388615D01*
X0177164Y0388491D01*
X0177176Y0388368D01*
X0177184Y0388244D01*
X0177188Y0388119D01*
X0177188Y0387995D01*
X0177184Y0387870D01*
X0177176Y0387746D01*
X0177164Y0387623D01*
X0177148Y0387499D01*
X0177128Y0387376D01*
X0177104Y0387254D01*
X0177077Y0387133D01*
X0177046Y0387013D01*
X0177010Y0386893D01*
X0176971Y0386775D01*
X0176929Y0386658D01*
X0176882Y0386543D01*
X0176832Y0386429D01*
X0176778Y0386317D01*
X0176721Y0386207D01*
X0176660Y0386098D01*
X0176596Y0385991D01*
X0176529Y0385887D01*
X0176458Y0385785D01*
X0176384Y0385685D01*
X0176306Y0385587D01*
X0176226Y0385492D01*
X0176143Y0385400D01*
X0176057Y0385310D01*
X0175968Y0385223D01*
X0175876Y0385139D01*
X0175782Y0385058D01*
X0175685Y0384980D01*
X0175585Y0384905D01*
X0175484Y0384834D01*
X0175380Y0384765D01*
X0175274Y0384700D01*
X0175166Y0384639D01*
X0175056Y0384581D01*
X0174944Y0384526D01*
X0174831Y0384475D01*
X0174716Y0384428D01*
X0174599Y0384384D01*
X0174481Y0384344D01*
X0174362Y0384308D01*
X0174242Y0384276D01*
X0174121Y0384247D01*
X0173999Y0384222D01*
X0173877Y0384202D01*
X0173753Y0384185D01*
X0173630Y0384172D01*
X0173506Y0384163D01*
X0173381Y0384158D01*
X0173257Y0384157D01*
X0173133Y0384160D01*
X0173008Y0384167D01*
X0172884Y0384178D01*
X0172761Y0384193D01*
X0172638Y0384212D01*
X0172516Y0384234D01*
X0172394Y0384261D01*
X0172274Y0384291D01*
X0172154Y0384325D01*
X0172036Y0384364D01*
X0171918Y0384405D01*
X0171803Y0384451D01*
X0171688Y0384500D01*
X0171576Y0384553D01*
X0171465Y0384609D01*
X0171356Y0384669D01*
X0171249Y0384733D01*
X0171144Y0384799D01*
X0171041Y0384869D01*
X0170941Y0384943D01*
X0170843Y0385019D01*
X0170747Y0385098D01*
X0170654Y0385181D01*
X0170563Y0385266D01*
X0170476Y0385355D01*
X0170391Y0385446D01*
X0170309Y0385540D01*
X0170231Y0385636D01*
X0170155Y0385735D01*
X0170082Y0385836D01*
X0170013Y0385939D01*
X0169947Y0386045D01*
X0169885Y0386152D01*
X0169826Y0386262D01*
X0169770Y0386373D01*
X0169718Y0386486D01*
X0169670Y0386601D01*
X0169626Y0386717D01*
X0169585Y0386834D01*
X0169548Y0386953D01*
X0169514Y0387073D01*
X0169485Y0387193D01*
X0169459Y0387315D01*
X0169437Y0387438D01*
X0169420Y0387561D01*
X0169406Y0387684D01*
X0169396Y0387808D01*
X0169390Y0387933D01*
X0169388Y0388057D01*
X0169288Y0384057D02*
X0177288Y0392057D01*
X0164488Y0397857D02*
X0164490Y0397981D01*
X0164496Y0398106D01*
X0164506Y0398230D01*
X0164520Y0398353D01*
X0164537Y0398476D01*
X0164559Y0398599D01*
X0164585Y0398721D01*
X0164614Y0398841D01*
X0164648Y0398961D01*
X0164685Y0399080D01*
X0164726Y0399197D01*
X0164770Y0399313D01*
X0164818Y0399428D01*
X0164870Y0399541D01*
X0164926Y0399652D01*
X0164985Y0399762D01*
X0165047Y0399869D01*
X0165113Y0399975D01*
X0165182Y0400078D01*
X0165255Y0400179D01*
X0165331Y0400278D01*
X0165409Y0400374D01*
X0165491Y0400468D01*
X0165576Y0400559D01*
X0165663Y0400648D01*
X0165754Y0400733D01*
X0165847Y0400816D01*
X0165943Y0400895D01*
X0166041Y0400971D01*
X0166141Y0401045D01*
X0166244Y0401115D01*
X0166349Y0401181D01*
X0166456Y0401245D01*
X0166565Y0401305D01*
X0166676Y0401361D01*
X0166788Y0401414D01*
X0166903Y0401463D01*
X0167018Y0401509D01*
X0167136Y0401550D01*
X0167254Y0401589D01*
X0167374Y0401623D01*
X0167494Y0401653D01*
X0167616Y0401680D01*
X0167738Y0401702D01*
X0167861Y0401721D01*
X0167984Y0401736D01*
X0168108Y0401747D01*
X0168233Y0401754D01*
X0168357Y0401757D01*
X0168481Y0401756D01*
X0168606Y0401751D01*
X0168730Y0401742D01*
X0168853Y0401729D01*
X0168977Y0401712D01*
X0169099Y0401692D01*
X0169221Y0401667D01*
X0169342Y0401638D01*
X0169462Y0401606D01*
X0169581Y0401570D01*
X0169699Y0401530D01*
X0169816Y0401486D01*
X0169931Y0401439D01*
X0170044Y0401388D01*
X0170156Y0401333D01*
X0170266Y0401275D01*
X0170374Y0401214D01*
X0170480Y0401149D01*
X0170584Y0401080D01*
X0170685Y0401009D01*
X0170785Y0400934D01*
X0170882Y0400856D01*
X0170976Y0400775D01*
X0171068Y0400691D01*
X0171157Y0400604D01*
X0171243Y0400514D01*
X0171326Y0400422D01*
X0171406Y0400327D01*
X0171484Y0400229D01*
X0171558Y0400129D01*
X0171629Y0400027D01*
X0171696Y0399923D01*
X0171760Y0399816D01*
X0171821Y0399707D01*
X0171878Y0399597D01*
X0171932Y0399485D01*
X0171982Y0399371D01*
X0172029Y0399256D01*
X0172071Y0399139D01*
X0172110Y0399021D01*
X0172146Y0398901D01*
X0172177Y0398781D01*
X0172204Y0398660D01*
X0172228Y0398538D01*
X0172248Y0398415D01*
X0172264Y0398291D01*
X0172276Y0398168D01*
X0172284Y0398044D01*
X0172288Y0397919D01*
X0172288Y0397795D01*
X0172284Y0397670D01*
X0172276Y0397546D01*
X0172264Y0397423D01*
X0172248Y0397299D01*
X0172228Y0397176D01*
X0172204Y0397054D01*
X0172177Y0396933D01*
X0172146Y0396813D01*
X0172110Y0396693D01*
X0172071Y0396575D01*
X0172029Y0396458D01*
X0171982Y0396343D01*
X0171932Y0396229D01*
X0171878Y0396117D01*
X0171821Y0396007D01*
X0171760Y0395898D01*
X0171696Y0395791D01*
X0171629Y0395687D01*
X0171558Y0395585D01*
X0171484Y0395485D01*
X0171406Y0395387D01*
X0171326Y0395292D01*
X0171243Y0395200D01*
X0171157Y0395110D01*
X0171068Y0395023D01*
X0170976Y0394939D01*
X0170882Y0394858D01*
X0170785Y0394780D01*
X0170685Y0394705D01*
X0170584Y0394634D01*
X0170480Y0394565D01*
X0170374Y0394500D01*
X0170266Y0394439D01*
X0170156Y0394381D01*
X0170044Y0394326D01*
X0169931Y0394275D01*
X0169816Y0394228D01*
X0169699Y0394184D01*
X0169581Y0394144D01*
X0169462Y0394108D01*
X0169342Y0394076D01*
X0169221Y0394047D01*
X0169099Y0394022D01*
X0168977Y0394002D01*
X0168853Y0393985D01*
X0168730Y0393972D01*
X0168606Y0393963D01*
X0168481Y0393958D01*
X0168357Y0393957D01*
X0168233Y0393960D01*
X0168108Y0393967D01*
X0167984Y0393978D01*
X0167861Y0393993D01*
X0167738Y0394012D01*
X0167616Y0394034D01*
X0167494Y0394061D01*
X0167374Y0394091D01*
X0167254Y0394125D01*
X0167136Y0394164D01*
X0167018Y0394205D01*
X0166903Y0394251D01*
X0166788Y0394300D01*
X0166676Y0394353D01*
X0166565Y0394409D01*
X0166456Y0394469D01*
X0166349Y0394533D01*
X0166244Y0394599D01*
X0166141Y0394669D01*
X0166041Y0394743D01*
X0165943Y0394819D01*
X0165847Y0394898D01*
X0165754Y0394981D01*
X0165663Y0395066D01*
X0165576Y0395155D01*
X0165491Y0395246D01*
X0165409Y0395340D01*
X0165331Y0395436D01*
X0165255Y0395535D01*
X0165182Y0395636D01*
X0165113Y0395739D01*
X0165047Y0395845D01*
X0164985Y0395952D01*
X0164926Y0396062D01*
X0164870Y0396173D01*
X0164818Y0396286D01*
X0164770Y0396401D01*
X0164726Y0396517D01*
X0164685Y0396634D01*
X0164648Y0396753D01*
X0164614Y0396873D01*
X0164585Y0396993D01*
X0164559Y0397115D01*
X0164537Y0397238D01*
X0164520Y0397361D01*
X0164506Y0397484D01*
X0164496Y0397608D01*
X0164490Y0397733D01*
X0164488Y0397857D01*
X0164388Y0393857D02*
X0172388Y0401857D01*
X0146688Y0397857D02*
X0146690Y0397981D01*
X0146696Y0398106D01*
X0146706Y0398230D01*
X0146720Y0398353D01*
X0146737Y0398476D01*
X0146759Y0398599D01*
X0146785Y0398721D01*
X0146814Y0398841D01*
X0146848Y0398961D01*
X0146885Y0399080D01*
X0146926Y0399197D01*
X0146970Y0399313D01*
X0147018Y0399428D01*
X0147070Y0399541D01*
X0147126Y0399652D01*
X0147185Y0399762D01*
X0147247Y0399869D01*
X0147313Y0399975D01*
X0147382Y0400078D01*
X0147455Y0400179D01*
X0147531Y0400278D01*
X0147609Y0400374D01*
X0147691Y0400468D01*
X0147776Y0400559D01*
X0147863Y0400648D01*
X0147954Y0400733D01*
X0148047Y0400816D01*
X0148143Y0400895D01*
X0148241Y0400971D01*
X0148341Y0401045D01*
X0148444Y0401115D01*
X0148549Y0401181D01*
X0148656Y0401245D01*
X0148765Y0401305D01*
X0148876Y0401361D01*
X0148988Y0401414D01*
X0149103Y0401463D01*
X0149218Y0401509D01*
X0149336Y0401550D01*
X0149454Y0401589D01*
X0149574Y0401623D01*
X0149694Y0401653D01*
X0149816Y0401680D01*
X0149938Y0401702D01*
X0150061Y0401721D01*
X0150184Y0401736D01*
X0150308Y0401747D01*
X0150433Y0401754D01*
X0150557Y0401757D01*
X0150681Y0401756D01*
X0150806Y0401751D01*
X0150930Y0401742D01*
X0151053Y0401729D01*
X0151177Y0401712D01*
X0151299Y0401692D01*
X0151421Y0401667D01*
X0151542Y0401638D01*
X0151662Y0401606D01*
X0151781Y0401570D01*
X0151899Y0401530D01*
X0152016Y0401486D01*
X0152131Y0401439D01*
X0152244Y0401388D01*
X0152356Y0401333D01*
X0152466Y0401275D01*
X0152574Y0401214D01*
X0152680Y0401149D01*
X0152784Y0401080D01*
X0152885Y0401009D01*
X0152985Y0400934D01*
X0153082Y0400856D01*
X0153176Y0400775D01*
X0153268Y0400691D01*
X0153357Y0400604D01*
X0153443Y0400514D01*
X0153526Y0400422D01*
X0153606Y0400327D01*
X0153684Y0400229D01*
X0153758Y0400129D01*
X0153829Y0400027D01*
X0153896Y0399923D01*
X0153960Y0399816D01*
X0154021Y0399707D01*
X0154078Y0399597D01*
X0154132Y0399485D01*
X0154182Y0399371D01*
X0154229Y0399256D01*
X0154271Y0399139D01*
X0154310Y0399021D01*
X0154346Y0398901D01*
X0154377Y0398781D01*
X0154404Y0398660D01*
X0154428Y0398538D01*
X0154448Y0398415D01*
X0154464Y0398291D01*
X0154476Y0398168D01*
X0154484Y0398044D01*
X0154488Y0397919D01*
X0154488Y0397795D01*
X0154484Y0397670D01*
X0154476Y0397546D01*
X0154464Y0397423D01*
X0154448Y0397299D01*
X0154428Y0397176D01*
X0154404Y0397054D01*
X0154377Y0396933D01*
X0154346Y0396813D01*
X0154310Y0396693D01*
X0154271Y0396575D01*
X0154229Y0396458D01*
X0154182Y0396343D01*
X0154132Y0396229D01*
X0154078Y0396117D01*
X0154021Y0396007D01*
X0153960Y0395898D01*
X0153896Y0395791D01*
X0153829Y0395687D01*
X0153758Y0395585D01*
X0153684Y0395485D01*
X0153606Y0395387D01*
X0153526Y0395292D01*
X0153443Y0395200D01*
X0153357Y0395110D01*
X0153268Y0395023D01*
X0153176Y0394939D01*
X0153082Y0394858D01*
X0152985Y0394780D01*
X0152885Y0394705D01*
X0152784Y0394634D01*
X0152680Y0394565D01*
X0152574Y0394500D01*
X0152466Y0394439D01*
X0152356Y0394381D01*
X0152244Y0394326D01*
X0152131Y0394275D01*
X0152016Y0394228D01*
X0151899Y0394184D01*
X0151781Y0394144D01*
X0151662Y0394108D01*
X0151542Y0394076D01*
X0151421Y0394047D01*
X0151299Y0394022D01*
X0151177Y0394002D01*
X0151053Y0393985D01*
X0150930Y0393972D01*
X0150806Y0393963D01*
X0150681Y0393958D01*
X0150557Y0393957D01*
X0150433Y0393960D01*
X0150308Y0393967D01*
X0150184Y0393978D01*
X0150061Y0393993D01*
X0149938Y0394012D01*
X0149816Y0394034D01*
X0149694Y0394061D01*
X0149574Y0394091D01*
X0149454Y0394125D01*
X0149336Y0394164D01*
X0149218Y0394205D01*
X0149103Y0394251D01*
X0148988Y0394300D01*
X0148876Y0394353D01*
X0148765Y0394409D01*
X0148656Y0394469D01*
X0148549Y0394533D01*
X0148444Y0394599D01*
X0148341Y0394669D01*
X0148241Y0394743D01*
X0148143Y0394819D01*
X0148047Y0394898D01*
X0147954Y0394981D01*
X0147863Y0395066D01*
X0147776Y0395155D01*
X0147691Y0395246D01*
X0147609Y0395340D01*
X0147531Y0395436D01*
X0147455Y0395535D01*
X0147382Y0395636D01*
X0147313Y0395739D01*
X0147247Y0395845D01*
X0147185Y0395952D01*
X0147126Y0396062D01*
X0147070Y0396173D01*
X0147018Y0396286D01*
X0146970Y0396401D01*
X0146926Y0396517D01*
X0146885Y0396634D01*
X0146848Y0396753D01*
X0146814Y0396873D01*
X0146785Y0396993D01*
X0146759Y0397115D01*
X0146737Y0397238D01*
X0146720Y0397361D01*
X0146706Y0397484D01*
X0146696Y0397608D01*
X0146690Y0397733D01*
X0146688Y0397857D01*
X0146588Y0393857D02*
X0154588Y0401857D01*
X0141788Y0388057D02*
X0141790Y0388181D01*
X0141796Y0388306D01*
X0141806Y0388430D01*
X0141820Y0388553D01*
X0141837Y0388676D01*
X0141859Y0388799D01*
X0141885Y0388921D01*
X0141914Y0389041D01*
X0141948Y0389161D01*
X0141985Y0389280D01*
X0142026Y0389397D01*
X0142070Y0389513D01*
X0142118Y0389628D01*
X0142170Y0389741D01*
X0142226Y0389852D01*
X0142285Y0389962D01*
X0142347Y0390069D01*
X0142413Y0390175D01*
X0142482Y0390278D01*
X0142555Y0390379D01*
X0142631Y0390478D01*
X0142709Y0390574D01*
X0142791Y0390668D01*
X0142876Y0390759D01*
X0142963Y0390848D01*
X0143054Y0390933D01*
X0143147Y0391016D01*
X0143243Y0391095D01*
X0143341Y0391171D01*
X0143441Y0391245D01*
X0143544Y0391315D01*
X0143649Y0391381D01*
X0143756Y0391445D01*
X0143865Y0391505D01*
X0143976Y0391561D01*
X0144088Y0391614D01*
X0144203Y0391663D01*
X0144318Y0391709D01*
X0144436Y0391750D01*
X0144554Y0391789D01*
X0144674Y0391823D01*
X0144794Y0391853D01*
X0144916Y0391880D01*
X0145038Y0391902D01*
X0145161Y0391921D01*
X0145284Y0391936D01*
X0145408Y0391947D01*
X0145533Y0391954D01*
X0145657Y0391957D01*
X0145781Y0391956D01*
X0145906Y0391951D01*
X0146030Y0391942D01*
X0146153Y0391929D01*
X0146277Y0391912D01*
X0146399Y0391892D01*
X0146521Y0391867D01*
X0146642Y0391838D01*
X0146762Y0391806D01*
X0146881Y0391770D01*
X0146999Y0391730D01*
X0147116Y0391686D01*
X0147231Y0391639D01*
X0147344Y0391588D01*
X0147456Y0391533D01*
X0147566Y0391475D01*
X0147674Y0391414D01*
X0147780Y0391349D01*
X0147884Y0391280D01*
X0147985Y0391209D01*
X0148085Y0391134D01*
X0148182Y0391056D01*
X0148276Y0390975D01*
X0148368Y0390891D01*
X0148457Y0390804D01*
X0148543Y0390714D01*
X0148626Y0390622D01*
X0148706Y0390527D01*
X0148784Y0390429D01*
X0148858Y0390329D01*
X0148929Y0390227D01*
X0148996Y0390123D01*
X0149060Y0390016D01*
X0149121Y0389907D01*
X0149178Y0389797D01*
X0149232Y0389685D01*
X0149282Y0389571D01*
X0149329Y0389456D01*
X0149371Y0389339D01*
X0149410Y0389221D01*
X0149446Y0389101D01*
X0149477Y0388981D01*
X0149504Y0388860D01*
X0149528Y0388738D01*
X0149548Y0388615D01*
X0149564Y0388491D01*
X0149576Y0388368D01*
X0149584Y0388244D01*
X0149588Y0388119D01*
X0149588Y0387995D01*
X0149584Y0387870D01*
X0149576Y0387746D01*
X0149564Y0387623D01*
X0149548Y0387499D01*
X0149528Y0387376D01*
X0149504Y0387254D01*
X0149477Y0387133D01*
X0149446Y0387013D01*
X0149410Y0386893D01*
X0149371Y0386775D01*
X0149329Y0386658D01*
X0149282Y0386543D01*
X0149232Y0386429D01*
X0149178Y0386317D01*
X0149121Y0386207D01*
X0149060Y0386098D01*
X0148996Y0385991D01*
X0148929Y0385887D01*
X0148858Y0385785D01*
X0148784Y0385685D01*
X0148706Y0385587D01*
X0148626Y0385492D01*
X0148543Y0385400D01*
X0148457Y0385310D01*
X0148368Y0385223D01*
X0148276Y0385139D01*
X0148182Y0385058D01*
X0148085Y0384980D01*
X0147985Y0384905D01*
X0147884Y0384834D01*
X0147780Y0384765D01*
X0147674Y0384700D01*
X0147566Y0384639D01*
X0147456Y0384581D01*
X0147344Y0384526D01*
X0147231Y0384475D01*
X0147116Y0384428D01*
X0146999Y0384384D01*
X0146881Y0384344D01*
X0146762Y0384308D01*
X0146642Y0384276D01*
X0146521Y0384247D01*
X0146399Y0384222D01*
X0146277Y0384202D01*
X0146153Y0384185D01*
X0146030Y0384172D01*
X0145906Y0384163D01*
X0145781Y0384158D01*
X0145657Y0384157D01*
X0145533Y0384160D01*
X0145408Y0384167D01*
X0145284Y0384178D01*
X0145161Y0384193D01*
X0145038Y0384212D01*
X0144916Y0384234D01*
X0144794Y0384261D01*
X0144674Y0384291D01*
X0144554Y0384325D01*
X0144436Y0384364D01*
X0144318Y0384405D01*
X0144203Y0384451D01*
X0144088Y0384500D01*
X0143976Y0384553D01*
X0143865Y0384609D01*
X0143756Y0384669D01*
X0143649Y0384733D01*
X0143544Y0384799D01*
X0143441Y0384869D01*
X0143341Y0384943D01*
X0143243Y0385019D01*
X0143147Y0385098D01*
X0143054Y0385181D01*
X0142963Y0385266D01*
X0142876Y0385355D01*
X0142791Y0385446D01*
X0142709Y0385540D01*
X0142631Y0385636D01*
X0142555Y0385735D01*
X0142482Y0385836D01*
X0142413Y0385939D01*
X0142347Y0386045D01*
X0142285Y0386152D01*
X0142226Y0386262D01*
X0142170Y0386373D01*
X0142118Y0386486D01*
X0142070Y0386601D01*
X0142026Y0386717D01*
X0141985Y0386834D01*
X0141948Y0386953D01*
X0141914Y0387073D01*
X0141885Y0387193D01*
X0141859Y0387315D01*
X0141837Y0387438D01*
X0141820Y0387561D01*
X0141806Y0387684D01*
X0141796Y0387808D01*
X0141790Y0387933D01*
X0141788Y0388057D01*
X0141688Y0384057D02*
X0149688Y0392057D01*
X0129388Y0388057D02*
X0129390Y0388181D01*
X0129396Y0388306D01*
X0129406Y0388430D01*
X0129420Y0388553D01*
X0129437Y0388676D01*
X0129459Y0388799D01*
X0129485Y0388921D01*
X0129514Y0389041D01*
X0129548Y0389161D01*
X0129585Y0389280D01*
X0129626Y0389397D01*
X0129670Y0389513D01*
X0129718Y0389628D01*
X0129770Y0389741D01*
X0129826Y0389852D01*
X0129885Y0389962D01*
X0129947Y0390069D01*
X0130013Y0390175D01*
X0130082Y0390278D01*
X0130155Y0390379D01*
X0130231Y0390478D01*
X0130309Y0390574D01*
X0130391Y0390668D01*
X0130476Y0390759D01*
X0130563Y0390848D01*
X0130654Y0390933D01*
X0130747Y0391016D01*
X0130843Y0391095D01*
X0130941Y0391171D01*
X0131041Y0391245D01*
X0131144Y0391315D01*
X0131249Y0391381D01*
X0131356Y0391445D01*
X0131465Y0391505D01*
X0131576Y0391561D01*
X0131688Y0391614D01*
X0131803Y0391663D01*
X0131918Y0391709D01*
X0132036Y0391750D01*
X0132154Y0391789D01*
X0132274Y0391823D01*
X0132394Y0391853D01*
X0132516Y0391880D01*
X0132638Y0391902D01*
X0132761Y0391921D01*
X0132884Y0391936D01*
X0133008Y0391947D01*
X0133133Y0391954D01*
X0133257Y0391957D01*
X0133381Y0391956D01*
X0133506Y0391951D01*
X0133630Y0391942D01*
X0133753Y0391929D01*
X0133877Y0391912D01*
X0133999Y0391892D01*
X0134121Y0391867D01*
X0134242Y0391838D01*
X0134362Y0391806D01*
X0134481Y0391770D01*
X0134599Y0391730D01*
X0134716Y0391686D01*
X0134831Y0391639D01*
X0134944Y0391588D01*
X0135056Y0391533D01*
X0135166Y0391475D01*
X0135274Y0391414D01*
X0135380Y0391349D01*
X0135484Y0391280D01*
X0135585Y0391209D01*
X0135685Y0391134D01*
X0135782Y0391056D01*
X0135876Y0390975D01*
X0135968Y0390891D01*
X0136057Y0390804D01*
X0136143Y0390714D01*
X0136226Y0390622D01*
X0136306Y0390527D01*
X0136384Y0390429D01*
X0136458Y0390329D01*
X0136529Y0390227D01*
X0136596Y0390123D01*
X0136660Y0390016D01*
X0136721Y0389907D01*
X0136778Y0389797D01*
X0136832Y0389685D01*
X0136882Y0389571D01*
X0136929Y0389456D01*
X0136971Y0389339D01*
X0137010Y0389221D01*
X0137046Y0389101D01*
X0137077Y0388981D01*
X0137104Y0388860D01*
X0137128Y0388738D01*
X0137148Y0388615D01*
X0137164Y0388491D01*
X0137176Y0388368D01*
X0137184Y0388244D01*
X0137188Y0388119D01*
X0137188Y0387995D01*
X0137184Y0387870D01*
X0137176Y0387746D01*
X0137164Y0387623D01*
X0137148Y0387499D01*
X0137128Y0387376D01*
X0137104Y0387254D01*
X0137077Y0387133D01*
X0137046Y0387013D01*
X0137010Y0386893D01*
X0136971Y0386775D01*
X0136929Y0386658D01*
X0136882Y0386543D01*
X0136832Y0386429D01*
X0136778Y0386317D01*
X0136721Y0386207D01*
X0136660Y0386098D01*
X0136596Y0385991D01*
X0136529Y0385887D01*
X0136458Y0385785D01*
X0136384Y0385685D01*
X0136306Y0385587D01*
X0136226Y0385492D01*
X0136143Y0385400D01*
X0136057Y0385310D01*
X0135968Y0385223D01*
X0135876Y0385139D01*
X0135782Y0385058D01*
X0135685Y0384980D01*
X0135585Y0384905D01*
X0135484Y0384834D01*
X0135380Y0384765D01*
X0135274Y0384700D01*
X0135166Y0384639D01*
X0135056Y0384581D01*
X0134944Y0384526D01*
X0134831Y0384475D01*
X0134716Y0384428D01*
X0134599Y0384384D01*
X0134481Y0384344D01*
X0134362Y0384308D01*
X0134242Y0384276D01*
X0134121Y0384247D01*
X0133999Y0384222D01*
X0133877Y0384202D01*
X0133753Y0384185D01*
X0133630Y0384172D01*
X0133506Y0384163D01*
X0133381Y0384158D01*
X0133257Y0384157D01*
X0133133Y0384160D01*
X0133008Y0384167D01*
X0132884Y0384178D01*
X0132761Y0384193D01*
X0132638Y0384212D01*
X0132516Y0384234D01*
X0132394Y0384261D01*
X0132274Y0384291D01*
X0132154Y0384325D01*
X0132036Y0384364D01*
X0131918Y0384405D01*
X0131803Y0384451D01*
X0131688Y0384500D01*
X0131576Y0384553D01*
X0131465Y0384609D01*
X0131356Y0384669D01*
X0131249Y0384733D01*
X0131144Y0384799D01*
X0131041Y0384869D01*
X0130941Y0384943D01*
X0130843Y0385019D01*
X0130747Y0385098D01*
X0130654Y0385181D01*
X0130563Y0385266D01*
X0130476Y0385355D01*
X0130391Y0385446D01*
X0130309Y0385540D01*
X0130231Y0385636D01*
X0130155Y0385735D01*
X0130082Y0385836D01*
X0130013Y0385939D01*
X0129947Y0386045D01*
X0129885Y0386152D01*
X0129826Y0386262D01*
X0129770Y0386373D01*
X0129718Y0386486D01*
X0129670Y0386601D01*
X0129626Y0386717D01*
X0129585Y0386834D01*
X0129548Y0386953D01*
X0129514Y0387073D01*
X0129485Y0387193D01*
X0129459Y0387315D01*
X0129437Y0387438D01*
X0129420Y0387561D01*
X0129406Y0387684D01*
X0129396Y0387808D01*
X0129390Y0387933D01*
X0129388Y0388057D01*
X0129288Y0384057D02*
X0137288Y0392057D01*
X0124488Y0397857D02*
X0124490Y0397981D01*
X0124496Y0398106D01*
X0124506Y0398230D01*
X0124520Y0398353D01*
X0124537Y0398476D01*
X0124559Y0398599D01*
X0124585Y0398721D01*
X0124614Y0398841D01*
X0124648Y0398961D01*
X0124685Y0399080D01*
X0124726Y0399197D01*
X0124770Y0399313D01*
X0124818Y0399428D01*
X0124870Y0399541D01*
X0124926Y0399652D01*
X0124985Y0399762D01*
X0125047Y0399869D01*
X0125113Y0399975D01*
X0125182Y0400078D01*
X0125255Y0400179D01*
X0125331Y0400278D01*
X0125409Y0400374D01*
X0125491Y0400468D01*
X0125576Y0400559D01*
X0125663Y0400648D01*
X0125754Y0400733D01*
X0125847Y0400816D01*
X0125943Y0400895D01*
X0126041Y0400971D01*
X0126141Y0401045D01*
X0126244Y0401115D01*
X0126349Y0401181D01*
X0126456Y0401245D01*
X0126565Y0401305D01*
X0126676Y0401361D01*
X0126788Y0401414D01*
X0126903Y0401463D01*
X0127018Y0401509D01*
X0127136Y0401550D01*
X0127254Y0401589D01*
X0127374Y0401623D01*
X0127494Y0401653D01*
X0127616Y0401680D01*
X0127738Y0401702D01*
X0127861Y0401721D01*
X0127984Y0401736D01*
X0128108Y0401747D01*
X0128233Y0401754D01*
X0128357Y0401757D01*
X0128481Y0401756D01*
X0128606Y0401751D01*
X0128730Y0401742D01*
X0128853Y0401729D01*
X0128977Y0401712D01*
X0129099Y0401692D01*
X0129221Y0401667D01*
X0129342Y0401638D01*
X0129462Y0401606D01*
X0129581Y0401570D01*
X0129699Y0401530D01*
X0129816Y0401486D01*
X0129931Y0401439D01*
X0130044Y0401388D01*
X0130156Y0401333D01*
X0130266Y0401275D01*
X0130374Y0401214D01*
X0130480Y0401149D01*
X0130584Y0401080D01*
X0130685Y0401009D01*
X0130785Y0400934D01*
X0130882Y0400856D01*
X0130976Y0400775D01*
X0131068Y0400691D01*
X0131157Y0400604D01*
X0131243Y0400514D01*
X0131326Y0400422D01*
X0131406Y0400327D01*
X0131484Y0400229D01*
X0131558Y0400129D01*
X0131629Y0400027D01*
X0131696Y0399923D01*
X0131760Y0399816D01*
X0131821Y0399707D01*
X0131878Y0399597D01*
X0131932Y0399485D01*
X0131982Y0399371D01*
X0132029Y0399256D01*
X0132071Y0399139D01*
X0132110Y0399021D01*
X0132146Y0398901D01*
X0132177Y0398781D01*
X0132204Y0398660D01*
X0132228Y0398538D01*
X0132248Y0398415D01*
X0132264Y0398291D01*
X0132276Y0398168D01*
X0132284Y0398044D01*
X0132288Y0397919D01*
X0132288Y0397795D01*
X0132284Y0397670D01*
X0132276Y0397546D01*
X0132264Y0397423D01*
X0132248Y0397299D01*
X0132228Y0397176D01*
X0132204Y0397054D01*
X0132177Y0396933D01*
X0132146Y0396813D01*
X0132110Y0396693D01*
X0132071Y0396575D01*
X0132029Y0396458D01*
X0131982Y0396343D01*
X0131932Y0396229D01*
X0131878Y0396117D01*
X0131821Y0396007D01*
X0131760Y0395898D01*
X0131696Y0395791D01*
X0131629Y0395687D01*
X0131558Y0395585D01*
X0131484Y0395485D01*
X0131406Y0395387D01*
X0131326Y0395292D01*
X0131243Y0395200D01*
X0131157Y0395110D01*
X0131068Y0395023D01*
X0130976Y0394939D01*
X0130882Y0394858D01*
X0130785Y0394780D01*
X0130685Y0394705D01*
X0130584Y0394634D01*
X0130480Y0394565D01*
X0130374Y0394500D01*
X0130266Y0394439D01*
X0130156Y0394381D01*
X0130044Y0394326D01*
X0129931Y0394275D01*
X0129816Y0394228D01*
X0129699Y0394184D01*
X0129581Y0394144D01*
X0129462Y0394108D01*
X0129342Y0394076D01*
X0129221Y0394047D01*
X0129099Y0394022D01*
X0128977Y0394002D01*
X0128853Y0393985D01*
X0128730Y0393972D01*
X0128606Y0393963D01*
X0128481Y0393958D01*
X0128357Y0393957D01*
X0128233Y0393960D01*
X0128108Y0393967D01*
X0127984Y0393978D01*
X0127861Y0393993D01*
X0127738Y0394012D01*
X0127616Y0394034D01*
X0127494Y0394061D01*
X0127374Y0394091D01*
X0127254Y0394125D01*
X0127136Y0394164D01*
X0127018Y0394205D01*
X0126903Y0394251D01*
X0126788Y0394300D01*
X0126676Y0394353D01*
X0126565Y0394409D01*
X0126456Y0394469D01*
X0126349Y0394533D01*
X0126244Y0394599D01*
X0126141Y0394669D01*
X0126041Y0394743D01*
X0125943Y0394819D01*
X0125847Y0394898D01*
X0125754Y0394981D01*
X0125663Y0395066D01*
X0125576Y0395155D01*
X0125491Y0395246D01*
X0125409Y0395340D01*
X0125331Y0395436D01*
X0125255Y0395535D01*
X0125182Y0395636D01*
X0125113Y0395739D01*
X0125047Y0395845D01*
X0124985Y0395952D01*
X0124926Y0396062D01*
X0124870Y0396173D01*
X0124818Y0396286D01*
X0124770Y0396401D01*
X0124726Y0396517D01*
X0124685Y0396634D01*
X0124648Y0396753D01*
X0124614Y0396873D01*
X0124585Y0396993D01*
X0124559Y0397115D01*
X0124537Y0397238D01*
X0124520Y0397361D01*
X0124506Y0397484D01*
X0124496Y0397608D01*
X0124490Y0397733D01*
X0124488Y0397857D01*
X0124388Y0393857D02*
X0132388Y0401857D01*
X0106688Y0397857D02*
X0106690Y0397981D01*
X0106696Y0398106D01*
X0106706Y0398230D01*
X0106720Y0398353D01*
X0106737Y0398476D01*
X0106759Y0398599D01*
X0106785Y0398721D01*
X0106814Y0398841D01*
X0106848Y0398961D01*
X0106885Y0399080D01*
X0106926Y0399197D01*
X0106970Y0399313D01*
X0107018Y0399428D01*
X0107070Y0399541D01*
X0107126Y0399652D01*
X0107185Y0399762D01*
X0107247Y0399869D01*
X0107313Y0399975D01*
X0107382Y0400078D01*
X0107455Y0400179D01*
X0107531Y0400278D01*
X0107609Y0400374D01*
X0107691Y0400468D01*
X0107776Y0400559D01*
X0107863Y0400648D01*
X0107954Y0400733D01*
X0108047Y0400816D01*
X0108143Y0400895D01*
X0108241Y0400971D01*
X0108341Y0401045D01*
X0108444Y0401115D01*
X0108549Y0401181D01*
X0108656Y0401245D01*
X0108765Y0401305D01*
X0108876Y0401361D01*
X0108988Y0401414D01*
X0109103Y0401463D01*
X0109218Y0401509D01*
X0109336Y0401550D01*
X0109454Y0401589D01*
X0109574Y0401623D01*
X0109694Y0401653D01*
X0109816Y0401680D01*
X0109938Y0401702D01*
X0110061Y0401721D01*
X0110184Y0401736D01*
X0110308Y0401747D01*
X0110433Y0401754D01*
X0110557Y0401757D01*
X0110681Y0401756D01*
X0110806Y0401751D01*
X0110930Y0401742D01*
X0111053Y0401729D01*
X0111177Y0401712D01*
X0111299Y0401692D01*
X0111421Y0401667D01*
X0111542Y0401638D01*
X0111662Y0401606D01*
X0111781Y0401570D01*
X0111899Y0401530D01*
X0112016Y0401486D01*
X0112131Y0401439D01*
X0112244Y0401388D01*
X0112356Y0401333D01*
X0112466Y0401275D01*
X0112574Y0401214D01*
X0112680Y0401149D01*
X0112784Y0401080D01*
X0112885Y0401009D01*
X0112985Y0400934D01*
X0113082Y0400856D01*
X0113176Y0400775D01*
X0113268Y0400691D01*
X0113357Y0400604D01*
X0113443Y0400514D01*
X0113526Y0400422D01*
X0113606Y0400327D01*
X0113684Y0400229D01*
X0113758Y0400129D01*
X0113829Y0400027D01*
X0113896Y0399923D01*
X0113960Y0399816D01*
X0114021Y0399707D01*
X0114078Y0399597D01*
X0114132Y0399485D01*
X0114182Y0399371D01*
X0114229Y0399256D01*
X0114271Y0399139D01*
X0114310Y0399021D01*
X0114346Y0398901D01*
X0114377Y0398781D01*
X0114404Y0398660D01*
X0114428Y0398538D01*
X0114448Y0398415D01*
X0114464Y0398291D01*
X0114476Y0398168D01*
X0114484Y0398044D01*
X0114488Y0397919D01*
X0114488Y0397795D01*
X0114484Y0397670D01*
X0114476Y0397546D01*
X0114464Y0397423D01*
X0114448Y0397299D01*
X0114428Y0397176D01*
X0114404Y0397054D01*
X0114377Y0396933D01*
X0114346Y0396813D01*
X0114310Y0396693D01*
X0114271Y0396575D01*
X0114229Y0396458D01*
X0114182Y0396343D01*
X0114132Y0396229D01*
X0114078Y0396117D01*
X0114021Y0396007D01*
X0113960Y0395898D01*
X0113896Y0395791D01*
X0113829Y0395687D01*
X0113758Y0395585D01*
X0113684Y0395485D01*
X0113606Y0395387D01*
X0113526Y0395292D01*
X0113443Y0395200D01*
X0113357Y0395110D01*
X0113268Y0395023D01*
X0113176Y0394939D01*
X0113082Y0394858D01*
X0112985Y0394780D01*
X0112885Y0394705D01*
X0112784Y0394634D01*
X0112680Y0394565D01*
X0112574Y0394500D01*
X0112466Y0394439D01*
X0112356Y0394381D01*
X0112244Y0394326D01*
X0112131Y0394275D01*
X0112016Y0394228D01*
X0111899Y0394184D01*
X0111781Y0394144D01*
X0111662Y0394108D01*
X0111542Y0394076D01*
X0111421Y0394047D01*
X0111299Y0394022D01*
X0111177Y0394002D01*
X0111053Y0393985D01*
X0110930Y0393972D01*
X0110806Y0393963D01*
X0110681Y0393958D01*
X0110557Y0393957D01*
X0110433Y0393960D01*
X0110308Y0393967D01*
X0110184Y0393978D01*
X0110061Y0393993D01*
X0109938Y0394012D01*
X0109816Y0394034D01*
X0109694Y0394061D01*
X0109574Y0394091D01*
X0109454Y0394125D01*
X0109336Y0394164D01*
X0109218Y0394205D01*
X0109103Y0394251D01*
X0108988Y0394300D01*
X0108876Y0394353D01*
X0108765Y0394409D01*
X0108656Y0394469D01*
X0108549Y0394533D01*
X0108444Y0394599D01*
X0108341Y0394669D01*
X0108241Y0394743D01*
X0108143Y0394819D01*
X0108047Y0394898D01*
X0107954Y0394981D01*
X0107863Y0395066D01*
X0107776Y0395155D01*
X0107691Y0395246D01*
X0107609Y0395340D01*
X0107531Y0395436D01*
X0107455Y0395535D01*
X0107382Y0395636D01*
X0107313Y0395739D01*
X0107247Y0395845D01*
X0107185Y0395952D01*
X0107126Y0396062D01*
X0107070Y0396173D01*
X0107018Y0396286D01*
X0106970Y0396401D01*
X0106926Y0396517D01*
X0106885Y0396634D01*
X0106848Y0396753D01*
X0106814Y0396873D01*
X0106785Y0396993D01*
X0106759Y0397115D01*
X0106737Y0397238D01*
X0106720Y0397361D01*
X0106706Y0397484D01*
X0106696Y0397608D01*
X0106690Y0397733D01*
X0106688Y0397857D01*
X0106588Y0393857D02*
X0114588Y0401857D01*
X0101788Y0388057D02*
X0101790Y0388181D01*
X0101796Y0388306D01*
X0101806Y0388430D01*
X0101820Y0388553D01*
X0101837Y0388676D01*
X0101859Y0388799D01*
X0101885Y0388921D01*
X0101914Y0389041D01*
X0101948Y0389161D01*
X0101985Y0389280D01*
X0102026Y0389397D01*
X0102070Y0389513D01*
X0102118Y0389628D01*
X0102170Y0389741D01*
X0102226Y0389852D01*
X0102285Y0389962D01*
X0102347Y0390069D01*
X0102413Y0390175D01*
X0102482Y0390278D01*
X0102555Y0390379D01*
X0102631Y0390478D01*
X0102709Y0390574D01*
X0102791Y0390668D01*
X0102876Y0390759D01*
X0102963Y0390848D01*
X0103054Y0390933D01*
X0103147Y0391016D01*
X0103243Y0391095D01*
X0103341Y0391171D01*
X0103441Y0391245D01*
X0103544Y0391315D01*
X0103649Y0391381D01*
X0103756Y0391445D01*
X0103865Y0391505D01*
X0103976Y0391561D01*
X0104088Y0391614D01*
X0104203Y0391663D01*
X0104318Y0391709D01*
X0104436Y0391750D01*
X0104554Y0391789D01*
X0104674Y0391823D01*
X0104794Y0391853D01*
X0104916Y0391880D01*
X0105038Y0391902D01*
X0105161Y0391921D01*
X0105284Y0391936D01*
X0105408Y0391947D01*
X0105533Y0391954D01*
X0105657Y0391957D01*
X0105781Y0391956D01*
X0105906Y0391951D01*
X0106030Y0391942D01*
X0106153Y0391929D01*
X0106277Y0391912D01*
X0106399Y0391892D01*
X0106521Y0391867D01*
X0106642Y0391838D01*
X0106762Y0391806D01*
X0106881Y0391770D01*
X0106999Y0391730D01*
X0107116Y0391686D01*
X0107231Y0391639D01*
X0107344Y0391588D01*
X0107456Y0391533D01*
X0107566Y0391475D01*
X0107674Y0391414D01*
X0107780Y0391349D01*
X0107884Y0391280D01*
X0107985Y0391209D01*
X0108085Y0391134D01*
X0108182Y0391056D01*
X0108276Y0390975D01*
X0108368Y0390891D01*
X0108457Y0390804D01*
X0108543Y0390714D01*
X0108626Y0390622D01*
X0108706Y0390527D01*
X0108784Y0390429D01*
X0108858Y0390329D01*
X0108929Y0390227D01*
X0108996Y0390123D01*
X0109060Y0390016D01*
X0109121Y0389907D01*
X0109178Y0389797D01*
X0109232Y0389685D01*
X0109282Y0389571D01*
X0109329Y0389456D01*
X0109371Y0389339D01*
X0109410Y0389221D01*
X0109446Y0389101D01*
X0109477Y0388981D01*
X0109504Y0388860D01*
X0109528Y0388738D01*
X0109548Y0388615D01*
X0109564Y0388491D01*
X0109576Y0388368D01*
X0109584Y0388244D01*
X0109588Y0388119D01*
X0109588Y0387995D01*
X0109584Y0387870D01*
X0109576Y0387746D01*
X0109564Y0387623D01*
X0109548Y0387499D01*
X0109528Y0387376D01*
X0109504Y0387254D01*
X0109477Y0387133D01*
X0109446Y0387013D01*
X0109410Y0386893D01*
X0109371Y0386775D01*
X0109329Y0386658D01*
X0109282Y0386543D01*
X0109232Y0386429D01*
X0109178Y0386317D01*
X0109121Y0386207D01*
X0109060Y0386098D01*
X0108996Y0385991D01*
X0108929Y0385887D01*
X0108858Y0385785D01*
X0108784Y0385685D01*
X0108706Y0385587D01*
X0108626Y0385492D01*
X0108543Y0385400D01*
X0108457Y0385310D01*
X0108368Y0385223D01*
X0108276Y0385139D01*
X0108182Y0385058D01*
X0108085Y0384980D01*
X0107985Y0384905D01*
X0107884Y0384834D01*
X0107780Y0384765D01*
X0107674Y0384700D01*
X0107566Y0384639D01*
X0107456Y0384581D01*
X0107344Y0384526D01*
X0107231Y0384475D01*
X0107116Y0384428D01*
X0106999Y0384384D01*
X0106881Y0384344D01*
X0106762Y0384308D01*
X0106642Y0384276D01*
X0106521Y0384247D01*
X0106399Y0384222D01*
X0106277Y0384202D01*
X0106153Y0384185D01*
X0106030Y0384172D01*
X0105906Y0384163D01*
X0105781Y0384158D01*
X0105657Y0384157D01*
X0105533Y0384160D01*
X0105408Y0384167D01*
X0105284Y0384178D01*
X0105161Y0384193D01*
X0105038Y0384212D01*
X0104916Y0384234D01*
X0104794Y0384261D01*
X0104674Y0384291D01*
X0104554Y0384325D01*
X0104436Y0384364D01*
X0104318Y0384405D01*
X0104203Y0384451D01*
X0104088Y0384500D01*
X0103976Y0384553D01*
X0103865Y0384609D01*
X0103756Y0384669D01*
X0103649Y0384733D01*
X0103544Y0384799D01*
X0103441Y0384869D01*
X0103341Y0384943D01*
X0103243Y0385019D01*
X0103147Y0385098D01*
X0103054Y0385181D01*
X0102963Y0385266D01*
X0102876Y0385355D01*
X0102791Y0385446D01*
X0102709Y0385540D01*
X0102631Y0385636D01*
X0102555Y0385735D01*
X0102482Y0385836D01*
X0102413Y0385939D01*
X0102347Y0386045D01*
X0102285Y0386152D01*
X0102226Y0386262D01*
X0102170Y0386373D01*
X0102118Y0386486D01*
X0102070Y0386601D01*
X0102026Y0386717D01*
X0101985Y0386834D01*
X0101948Y0386953D01*
X0101914Y0387073D01*
X0101885Y0387193D01*
X0101859Y0387315D01*
X0101837Y0387438D01*
X0101820Y0387561D01*
X0101806Y0387684D01*
X0101796Y0387808D01*
X0101790Y0387933D01*
X0101788Y0388057D01*
X0101688Y0384057D02*
X0109688Y0392057D01*
X0089388Y0388057D02*
X0089390Y0388181D01*
X0089396Y0388306D01*
X0089406Y0388430D01*
X0089420Y0388553D01*
X0089437Y0388676D01*
X0089459Y0388799D01*
X0089485Y0388921D01*
X0089514Y0389041D01*
X0089548Y0389161D01*
X0089585Y0389280D01*
X0089626Y0389397D01*
X0089670Y0389513D01*
X0089718Y0389628D01*
X0089770Y0389741D01*
X0089826Y0389852D01*
X0089885Y0389962D01*
X0089947Y0390069D01*
X0090013Y0390175D01*
X0090082Y0390278D01*
X0090155Y0390379D01*
X0090231Y0390478D01*
X0090309Y0390574D01*
X0090391Y0390668D01*
X0090476Y0390759D01*
X0090563Y0390848D01*
X0090654Y0390933D01*
X0090747Y0391016D01*
X0090843Y0391095D01*
X0090941Y0391171D01*
X0091041Y0391245D01*
X0091144Y0391315D01*
X0091249Y0391381D01*
X0091356Y0391445D01*
X0091465Y0391505D01*
X0091576Y0391561D01*
X0091688Y0391614D01*
X0091803Y0391663D01*
X0091918Y0391709D01*
X0092036Y0391750D01*
X0092154Y0391789D01*
X0092274Y0391823D01*
X0092394Y0391853D01*
X0092516Y0391880D01*
X0092638Y0391902D01*
X0092761Y0391921D01*
X0092884Y0391936D01*
X0093008Y0391947D01*
X0093133Y0391954D01*
X0093257Y0391957D01*
X0093381Y0391956D01*
X0093506Y0391951D01*
X0093630Y0391942D01*
X0093753Y0391929D01*
X0093877Y0391912D01*
X0093999Y0391892D01*
X0094121Y0391867D01*
X0094242Y0391838D01*
X0094362Y0391806D01*
X0094481Y0391770D01*
X0094599Y0391730D01*
X0094716Y0391686D01*
X0094831Y0391639D01*
X0094944Y0391588D01*
X0095056Y0391533D01*
X0095166Y0391475D01*
X0095274Y0391414D01*
X0095380Y0391349D01*
X0095484Y0391280D01*
X0095585Y0391209D01*
X0095685Y0391134D01*
X0095782Y0391056D01*
X0095876Y0390975D01*
X0095968Y0390891D01*
X0096057Y0390804D01*
X0096143Y0390714D01*
X0096226Y0390622D01*
X0096306Y0390527D01*
X0096384Y0390429D01*
X0096458Y0390329D01*
X0096529Y0390227D01*
X0096596Y0390123D01*
X0096660Y0390016D01*
X0096721Y0389907D01*
X0096778Y0389797D01*
X0096832Y0389685D01*
X0096882Y0389571D01*
X0096929Y0389456D01*
X0096971Y0389339D01*
X0097010Y0389221D01*
X0097046Y0389101D01*
X0097077Y0388981D01*
X0097104Y0388860D01*
X0097128Y0388738D01*
X0097148Y0388615D01*
X0097164Y0388491D01*
X0097176Y0388368D01*
X0097184Y0388244D01*
X0097188Y0388119D01*
X0097188Y0387995D01*
X0097184Y0387870D01*
X0097176Y0387746D01*
X0097164Y0387623D01*
X0097148Y0387499D01*
X0097128Y0387376D01*
X0097104Y0387254D01*
X0097077Y0387133D01*
X0097046Y0387013D01*
X0097010Y0386893D01*
X0096971Y0386775D01*
X0096929Y0386658D01*
X0096882Y0386543D01*
X0096832Y0386429D01*
X0096778Y0386317D01*
X0096721Y0386207D01*
X0096660Y0386098D01*
X0096596Y0385991D01*
X0096529Y0385887D01*
X0096458Y0385785D01*
X0096384Y0385685D01*
X0096306Y0385587D01*
X0096226Y0385492D01*
X0096143Y0385400D01*
X0096057Y0385310D01*
X0095968Y0385223D01*
X0095876Y0385139D01*
X0095782Y0385058D01*
X0095685Y0384980D01*
X0095585Y0384905D01*
X0095484Y0384834D01*
X0095380Y0384765D01*
X0095274Y0384700D01*
X0095166Y0384639D01*
X0095056Y0384581D01*
X0094944Y0384526D01*
X0094831Y0384475D01*
X0094716Y0384428D01*
X0094599Y0384384D01*
X0094481Y0384344D01*
X0094362Y0384308D01*
X0094242Y0384276D01*
X0094121Y0384247D01*
X0093999Y0384222D01*
X0093877Y0384202D01*
X0093753Y0384185D01*
X0093630Y0384172D01*
X0093506Y0384163D01*
X0093381Y0384158D01*
X0093257Y0384157D01*
X0093133Y0384160D01*
X0093008Y0384167D01*
X0092884Y0384178D01*
X0092761Y0384193D01*
X0092638Y0384212D01*
X0092516Y0384234D01*
X0092394Y0384261D01*
X0092274Y0384291D01*
X0092154Y0384325D01*
X0092036Y0384364D01*
X0091918Y0384405D01*
X0091803Y0384451D01*
X0091688Y0384500D01*
X0091576Y0384553D01*
X0091465Y0384609D01*
X0091356Y0384669D01*
X0091249Y0384733D01*
X0091144Y0384799D01*
X0091041Y0384869D01*
X0090941Y0384943D01*
X0090843Y0385019D01*
X0090747Y0385098D01*
X0090654Y0385181D01*
X0090563Y0385266D01*
X0090476Y0385355D01*
X0090391Y0385446D01*
X0090309Y0385540D01*
X0090231Y0385636D01*
X0090155Y0385735D01*
X0090082Y0385836D01*
X0090013Y0385939D01*
X0089947Y0386045D01*
X0089885Y0386152D01*
X0089826Y0386262D01*
X0089770Y0386373D01*
X0089718Y0386486D01*
X0089670Y0386601D01*
X0089626Y0386717D01*
X0089585Y0386834D01*
X0089548Y0386953D01*
X0089514Y0387073D01*
X0089485Y0387193D01*
X0089459Y0387315D01*
X0089437Y0387438D01*
X0089420Y0387561D01*
X0089406Y0387684D01*
X0089396Y0387808D01*
X0089390Y0387933D01*
X0089388Y0388057D01*
X0089288Y0384057D02*
X0097288Y0392057D01*
X0084488Y0397857D02*
X0084490Y0397981D01*
X0084496Y0398106D01*
X0084506Y0398230D01*
X0084520Y0398353D01*
X0084537Y0398476D01*
X0084559Y0398599D01*
X0084585Y0398721D01*
X0084614Y0398841D01*
X0084648Y0398961D01*
X0084685Y0399080D01*
X0084726Y0399197D01*
X0084770Y0399313D01*
X0084818Y0399428D01*
X0084870Y0399541D01*
X0084926Y0399652D01*
X0084985Y0399762D01*
X0085047Y0399869D01*
X0085113Y0399975D01*
X0085182Y0400078D01*
X0085255Y0400179D01*
X0085331Y0400278D01*
X0085409Y0400374D01*
X0085491Y0400468D01*
X0085576Y0400559D01*
X0085663Y0400648D01*
X0085754Y0400733D01*
X0085847Y0400816D01*
X0085943Y0400895D01*
X0086041Y0400971D01*
X0086141Y0401045D01*
X0086244Y0401115D01*
X0086349Y0401181D01*
X0086456Y0401245D01*
X0086565Y0401305D01*
X0086676Y0401361D01*
X0086788Y0401414D01*
X0086903Y0401463D01*
X0087018Y0401509D01*
X0087136Y0401550D01*
X0087254Y0401589D01*
X0087374Y0401623D01*
X0087494Y0401653D01*
X0087616Y0401680D01*
X0087738Y0401702D01*
X0087861Y0401721D01*
X0087984Y0401736D01*
X0088108Y0401747D01*
X0088233Y0401754D01*
X0088357Y0401757D01*
X0088481Y0401756D01*
X0088606Y0401751D01*
X0088730Y0401742D01*
X0088853Y0401729D01*
X0088977Y0401712D01*
X0089099Y0401692D01*
X0089221Y0401667D01*
X0089342Y0401638D01*
X0089462Y0401606D01*
X0089581Y0401570D01*
X0089699Y0401530D01*
X0089816Y0401486D01*
X0089931Y0401439D01*
X0090044Y0401388D01*
X0090156Y0401333D01*
X0090266Y0401275D01*
X0090374Y0401214D01*
X0090480Y0401149D01*
X0090584Y0401080D01*
X0090685Y0401009D01*
X0090785Y0400934D01*
X0090882Y0400856D01*
X0090976Y0400775D01*
X0091068Y0400691D01*
X0091157Y0400604D01*
X0091243Y0400514D01*
X0091326Y0400422D01*
X0091406Y0400327D01*
X0091484Y0400229D01*
X0091558Y0400129D01*
X0091629Y0400027D01*
X0091696Y0399923D01*
X0091760Y0399816D01*
X0091821Y0399707D01*
X0091878Y0399597D01*
X0091932Y0399485D01*
X0091982Y0399371D01*
X0092029Y0399256D01*
X0092071Y0399139D01*
X0092110Y0399021D01*
X0092146Y0398901D01*
X0092177Y0398781D01*
X0092204Y0398660D01*
X0092228Y0398538D01*
X0092248Y0398415D01*
X0092264Y0398291D01*
X0092276Y0398168D01*
X0092284Y0398044D01*
X0092288Y0397919D01*
X0092288Y0397795D01*
X0092284Y0397670D01*
X0092276Y0397546D01*
X0092264Y0397423D01*
X0092248Y0397299D01*
X0092228Y0397176D01*
X0092204Y0397054D01*
X0092177Y0396933D01*
X0092146Y0396813D01*
X0092110Y0396693D01*
X0092071Y0396575D01*
X0092029Y0396458D01*
X0091982Y0396343D01*
X0091932Y0396229D01*
X0091878Y0396117D01*
X0091821Y0396007D01*
X0091760Y0395898D01*
X0091696Y0395791D01*
X0091629Y0395687D01*
X0091558Y0395585D01*
X0091484Y0395485D01*
X0091406Y0395387D01*
X0091326Y0395292D01*
X0091243Y0395200D01*
X0091157Y0395110D01*
X0091068Y0395023D01*
X0090976Y0394939D01*
X0090882Y0394858D01*
X0090785Y0394780D01*
X0090685Y0394705D01*
X0090584Y0394634D01*
X0090480Y0394565D01*
X0090374Y0394500D01*
X0090266Y0394439D01*
X0090156Y0394381D01*
X0090044Y0394326D01*
X0089931Y0394275D01*
X0089816Y0394228D01*
X0089699Y0394184D01*
X0089581Y0394144D01*
X0089462Y0394108D01*
X0089342Y0394076D01*
X0089221Y0394047D01*
X0089099Y0394022D01*
X0088977Y0394002D01*
X0088853Y0393985D01*
X0088730Y0393972D01*
X0088606Y0393963D01*
X0088481Y0393958D01*
X0088357Y0393957D01*
X0088233Y0393960D01*
X0088108Y0393967D01*
X0087984Y0393978D01*
X0087861Y0393993D01*
X0087738Y0394012D01*
X0087616Y0394034D01*
X0087494Y0394061D01*
X0087374Y0394091D01*
X0087254Y0394125D01*
X0087136Y0394164D01*
X0087018Y0394205D01*
X0086903Y0394251D01*
X0086788Y0394300D01*
X0086676Y0394353D01*
X0086565Y0394409D01*
X0086456Y0394469D01*
X0086349Y0394533D01*
X0086244Y0394599D01*
X0086141Y0394669D01*
X0086041Y0394743D01*
X0085943Y0394819D01*
X0085847Y0394898D01*
X0085754Y0394981D01*
X0085663Y0395066D01*
X0085576Y0395155D01*
X0085491Y0395246D01*
X0085409Y0395340D01*
X0085331Y0395436D01*
X0085255Y0395535D01*
X0085182Y0395636D01*
X0085113Y0395739D01*
X0085047Y0395845D01*
X0084985Y0395952D01*
X0084926Y0396062D01*
X0084870Y0396173D01*
X0084818Y0396286D01*
X0084770Y0396401D01*
X0084726Y0396517D01*
X0084685Y0396634D01*
X0084648Y0396753D01*
X0084614Y0396873D01*
X0084585Y0396993D01*
X0084559Y0397115D01*
X0084537Y0397238D01*
X0084520Y0397361D01*
X0084506Y0397484D01*
X0084496Y0397608D01*
X0084490Y0397733D01*
X0084488Y0397857D01*
X0084388Y0393857D02*
X0092388Y0401857D01*
X0066688Y0397857D02*
X0066690Y0397981D01*
X0066696Y0398106D01*
X0066706Y0398230D01*
X0066720Y0398353D01*
X0066737Y0398476D01*
X0066759Y0398599D01*
X0066785Y0398721D01*
X0066814Y0398841D01*
X0066848Y0398961D01*
X0066885Y0399080D01*
X0066926Y0399197D01*
X0066970Y0399313D01*
X0067018Y0399428D01*
X0067070Y0399541D01*
X0067126Y0399652D01*
X0067185Y0399762D01*
X0067247Y0399869D01*
X0067313Y0399975D01*
X0067382Y0400078D01*
X0067455Y0400179D01*
X0067531Y0400278D01*
X0067609Y0400374D01*
X0067691Y0400468D01*
X0067776Y0400559D01*
X0067863Y0400648D01*
X0067954Y0400733D01*
X0068047Y0400816D01*
X0068143Y0400895D01*
X0068241Y0400971D01*
X0068341Y0401045D01*
X0068444Y0401115D01*
X0068549Y0401181D01*
X0068656Y0401245D01*
X0068765Y0401305D01*
X0068876Y0401361D01*
X0068988Y0401414D01*
X0069103Y0401463D01*
X0069218Y0401509D01*
X0069336Y0401550D01*
X0069454Y0401589D01*
X0069574Y0401623D01*
X0069694Y0401653D01*
X0069816Y0401680D01*
X0069938Y0401702D01*
X0070061Y0401721D01*
X0070184Y0401736D01*
X0070308Y0401747D01*
X0070433Y0401754D01*
X0070557Y0401757D01*
X0070681Y0401756D01*
X0070806Y0401751D01*
X0070930Y0401742D01*
X0071053Y0401729D01*
X0071177Y0401712D01*
X0071299Y0401692D01*
X0071421Y0401667D01*
X0071542Y0401638D01*
X0071662Y0401606D01*
X0071781Y0401570D01*
X0071899Y0401530D01*
X0072016Y0401486D01*
X0072131Y0401439D01*
X0072244Y0401388D01*
X0072356Y0401333D01*
X0072466Y0401275D01*
X0072574Y0401214D01*
X0072680Y0401149D01*
X0072784Y0401080D01*
X0072885Y0401009D01*
X0072985Y0400934D01*
X0073082Y0400856D01*
X0073176Y0400775D01*
X0073268Y0400691D01*
X0073357Y0400604D01*
X0073443Y0400514D01*
X0073526Y0400422D01*
X0073606Y0400327D01*
X0073684Y0400229D01*
X0073758Y0400129D01*
X0073829Y0400027D01*
X0073896Y0399923D01*
X0073960Y0399816D01*
X0074021Y0399707D01*
X0074078Y0399597D01*
X0074132Y0399485D01*
X0074182Y0399371D01*
X0074229Y0399256D01*
X0074271Y0399139D01*
X0074310Y0399021D01*
X0074346Y0398901D01*
X0074377Y0398781D01*
X0074404Y0398660D01*
X0074428Y0398538D01*
X0074448Y0398415D01*
X0074464Y0398291D01*
X0074476Y0398168D01*
X0074484Y0398044D01*
X0074488Y0397919D01*
X0074488Y0397795D01*
X0074484Y0397670D01*
X0074476Y0397546D01*
X0074464Y0397423D01*
X0074448Y0397299D01*
X0074428Y0397176D01*
X0074404Y0397054D01*
X0074377Y0396933D01*
X0074346Y0396813D01*
X0074310Y0396693D01*
X0074271Y0396575D01*
X0074229Y0396458D01*
X0074182Y0396343D01*
X0074132Y0396229D01*
X0074078Y0396117D01*
X0074021Y0396007D01*
X0073960Y0395898D01*
X0073896Y0395791D01*
X0073829Y0395687D01*
X0073758Y0395585D01*
X0073684Y0395485D01*
X0073606Y0395387D01*
X0073526Y0395292D01*
X0073443Y0395200D01*
X0073357Y0395110D01*
X0073268Y0395023D01*
X0073176Y0394939D01*
X0073082Y0394858D01*
X0072985Y0394780D01*
X0072885Y0394705D01*
X0072784Y0394634D01*
X0072680Y0394565D01*
X0072574Y0394500D01*
X0072466Y0394439D01*
X0072356Y0394381D01*
X0072244Y0394326D01*
X0072131Y0394275D01*
X0072016Y0394228D01*
X0071899Y0394184D01*
X0071781Y0394144D01*
X0071662Y0394108D01*
X0071542Y0394076D01*
X0071421Y0394047D01*
X0071299Y0394022D01*
X0071177Y0394002D01*
X0071053Y0393985D01*
X0070930Y0393972D01*
X0070806Y0393963D01*
X0070681Y0393958D01*
X0070557Y0393957D01*
X0070433Y0393960D01*
X0070308Y0393967D01*
X0070184Y0393978D01*
X0070061Y0393993D01*
X0069938Y0394012D01*
X0069816Y0394034D01*
X0069694Y0394061D01*
X0069574Y0394091D01*
X0069454Y0394125D01*
X0069336Y0394164D01*
X0069218Y0394205D01*
X0069103Y0394251D01*
X0068988Y0394300D01*
X0068876Y0394353D01*
X0068765Y0394409D01*
X0068656Y0394469D01*
X0068549Y0394533D01*
X0068444Y0394599D01*
X0068341Y0394669D01*
X0068241Y0394743D01*
X0068143Y0394819D01*
X0068047Y0394898D01*
X0067954Y0394981D01*
X0067863Y0395066D01*
X0067776Y0395155D01*
X0067691Y0395246D01*
X0067609Y0395340D01*
X0067531Y0395436D01*
X0067455Y0395535D01*
X0067382Y0395636D01*
X0067313Y0395739D01*
X0067247Y0395845D01*
X0067185Y0395952D01*
X0067126Y0396062D01*
X0067070Y0396173D01*
X0067018Y0396286D01*
X0066970Y0396401D01*
X0066926Y0396517D01*
X0066885Y0396634D01*
X0066848Y0396753D01*
X0066814Y0396873D01*
X0066785Y0396993D01*
X0066759Y0397115D01*
X0066737Y0397238D01*
X0066720Y0397361D01*
X0066706Y0397484D01*
X0066696Y0397608D01*
X0066690Y0397733D01*
X0066688Y0397857D01*
X0066588Y0393857D02*
X0074588Y0401857D01*
X0061788Y0388057D02*
X0061790Y0388181D01*
X0061796Y0388306D01*
X0061806Y0388430D01*
X0061820Y0388553D01*
X0061837Y0388676D01*
X0061859Y0388799D01*
X0061885Y0388921D01*
X0061914Y0389041D01*
X0061948Y0389161D01*
X0061985Y0389280D01*
X0062026Y0389397D01*
X0062070Y0389513D01*
X0062118Y0389628D01*
X0062170Y0389741D01*
X0062226Y0389852D01*
X0062285Y0389962D01*
X0062347Y0390069D01*
X0062413Y0390175D01*
X0062482Y0390278D01*
X0062555Y0390379D01*
X0062631Y0390478D01*
X0062709Y0390574D01*
X0062791Y0390668D01*
X0062876Y0390759D01*
X0062963Y0390848D01*
X0063054Y0390933D01*
X0063147Y0391016D01*
X0063243Y0391095D01*
X0063341Y0391171D01*
X0063441Y0391245D01*
X0063544Y0391315D01*
X0063649Y0391381D01*
X0063756Y0391445D01*
X0063865Y0391505D01*
X0063976Y0391561D01*
X0064088Y0391614D01*
X0064203Y0391663D01*
X0064318Y0391709D01*
X0064436Y0391750D01*
X0064554Y0391789D01*
X0064674Y0391823D01*
X0064794Y0391853D01*
X0064916Y0391880D01*
X0065038Y0391902D01*
X0065161Y0391921D01*
X0065284Y0391936D01*
X0065408Y0391947D01*
X0065533Y0391954D01*
X0065657Y0391957D01*
X0065781Y0391956D01*
X0065906Y0391951D01*
X0066030Y0391942D01*
X0066153Y0391929D01*
X0066277Y0391912D01*
X0066399Y0391892D01*
X0066521Y0391867D01*
X0066642Y0391838D01*
X0066762Y0391806D01*
X0066881Y0391770D01*
X0066999Y0391730D01*
X0067116Y0391686D01*
X0067231Y0391639D01*
X0067344Y0391588D01*
X0067456Y0391533D01*
X0067566Y0391475D01*
X0067674Y0391414D01*
X0067780Y0391349D01*
X0067884Y0391280D01*
X0067985Y0391209D01*
X0068085Y0391134D01*
X0068182Y0391056D01*
X0068276Y0390975D01*
X0068368Y0390891D01*
X0068457Y0390804D01*
X0068543Y0390714D01*
X0068626Y0390622D01*
X0068706Y0390527D01*
X0068784Y0390429D01*
X0068858Y0390329D01*
X0068929Y0390227D01*
X0068996Y0390123D01*
X0069060Y0390016D01*
X0069121Y0389907D01*
X0069178Y0389797D01*
X0069232Y0389685D01*
X0069282Y0389571D01*
X0069329Y0389456D01*
X0069371Y0389339D01*
X0069410Y0389221D01*
X0069446Y0389101D01*
X0069477Y0388981D01*
X0069504Y0388860D01*
X0069528Y0388738D01*
X0069548Y0388615D01*
X0069564Y0388491D01*
X0069576Y0388368D01*
X0069584Y0388244D01*
X0069588Y0388119D01*
X0069588Y0387995D01*
X0069584Y0387870D01*
X0069576Y0387746D01*
X0069564Y0387623D01*
X0069548Y0387499D01*
X0069528Y0387376D01*
X0069504Y0387254D01*
X0069477Y0387133D01*
X0069446Y0387013D01*
X0069410Y0386893D01*
X0069371Y0386775D01*
X0069329Y0386658D01*
X0069282Y0386543D01*
X0069232Y0386429D01*
X0069178Y0386317D01*
X0069121Y0386207D01*
X0069060Y0386098D01*
X0068996Y0385991D01*
X0068929Y0385887D01*
X0068858Y0385785D01*
X0068784Y0385685D01*
X0068706Y0385587D01*
X0068626Y0385492D01*
X0068543Y0385400D01*
X0068457Y0385310D01*
X0068368Y0385223D01*
X0068276Y0385139D01*
X0068182Y0385058D01*
X0068085Y0384980D01*
X0067985Y0384905D01*
X0067884Y0384834D01*
X0067780Y0384765D01*
X0067674Y0384700D01*
X0067566Y0384639D01*
X0067456Y0384581D01*
X0067344Y0384526D01*
X0067231Y0384475D01*
X0067116Y0384428D01*
X0066999Y0384384D01*
X0066881Y0384344D01*
X0066762Y0384308D01*
X0066642Y0384276D01*
X0066521Y0384247D01*
X0066399Y0384222D01*
X0066277Y0384202D01*
X0066153Y0384185D01*
X0066030Y0384172D01*
X0065906Y0384163D01*
X0065781Y0384158D01*
X0065657Y0384157D01*
X0065533Y0384160D01*
X0065408Y0384167D01*
X0065284Y0384178D01*
X0065161Y0384193D01*
X0065038Y0384212D01*
X0064916Y0384234D01*
X0064794Y0384261D01*
X0064674Y0384291D01*
X0064554Y0384325D01*
X0064436Y0384364D01*
X0064318Y0384405D01*
X0064203Y0384451D01*
X0064088Y0384500D01*
X0063976Y0384553D01*
X0063865Y0384609D01*
X0063756Y0384669D01*
X0063649Y0384733D01*
X0063544Y0384799D01*
X0063441Y0384869D01*
X0063341Y0384943D01*
X0063243Y0385019D01*
X0063147Y0385098D01*
X0063054Y0385181D01*
X0062963Y0385266D01*
X0062876Y0385355D01*
X0062791Y0385446D01*
X0062709Y0385540D01*
X0062631Y0385636D01*
X0062555Y0385735D01*
X0062482Y0385836D01*
X0062413Y0385939D01*
X0062347Y0386045D01*
X0062285Y0386152D01*
X0062226Y0386262D01*
X0062170Y0386373D01*
X0062118Y0386486D01*
X0062070Y0386601D01*
X0062026Y0386717D01*
X0061985Y0386834D01*
X0061948Y0386953D01*
X0061914Y0387073D01*
X0061885Y0387193D01*
X0061859Y0387315D01*
X0061837Y0387438D01*
X0061820Y0387561D01*
X0061806Y0387684D01*
X0061796Y0387808D01*
X0061790Y0387933D01*
X0061788Y0388057D01*
X0061688Y0384057D02*
X0069688Y0392057D01*
X0045835Y0341440D02*
X0045837Y0341564D01*
X0045843Y0341689D01*
X0045853Y0341813D01*
X0045867Y0341936D01*
X0045884Y0342059D01*
X0045906Y0342182D01*
X0045932Y0342304D01*
X0045961Y0342424D01*
X0045995Y0342544D01*
X0046032Y0342663D01*
X0046073Y0342780D01*
X0046117Y0342896D01*
X0046165Y0343011D01*
X0046217Y0343124D01*
X0046273Y0343235D01*
X0046332Y0343345D01*
X0046394Y0343452D01*
X0046460Y0343558D01*
X0046529Y0343661D01*
X0046602Y0343762D01*
X0046678Y0343861D01*
X0046756Y0343957D01*
X0046838Y0344051D01*
X0046923Y0344142D01*
X0047010Y0344231D01*
X0047101Y0344316D01*
X0047194Y0344399D01*
X0047290Y0344478D01*
X0047388Y0344554D01*
X0047488Y0344628D01*
X0047591Y0344698D01*
X0047696Y0344764D01*
X0047803Y0344828D01*
X0047912Y0344888D01*
X0048023Y0344944D01*
X0048135Y0344997D01*
X0048250Y0345046D01*
X0048365Y0345092D01*
X0048483Y0345133D01*
X0048601Y0345172D01*
X0048721Y0345206D01*
X0048841Y0345236D01*
X0048963Y0345263D01*
X0049085Y0345285D01*
X0049208Y0345304D01*
X0049331Y0345319D01*
X0049455Y0345330D01*
X0049580Y0345337D01*
X0049704Y0345340D01*
X0049828Y0345339D01*
X0049953Y0345334D01*
X0050077Y0345325D01*
X0050200Y0345312D01*
X0050324Y0345295D01*
X0050446Y0345275D01*
X0050568Y0345250D01*
X0050689Y0345221D01*
X0050809Y0345189D01*
X0050928Y0345153D01*
X0051046Y0345113D01*
X0051163Y0345069D01*
X0051278Y0345022D01*
X0051391Y0344971D01*
X0051503Y0344916D01*
X0051613Y0344858D01*
X0051721Y0344797D01*
X0051827Y0344732D01*
X0051931Y0344663D01*
X0052032Y0344592D01*
X0052132Y0344517D01*
X0052229Y0344439D01*
X0052323Y0344358D01*
X0052415Y0344274D01*
X0052504Y0344187D01*
X0052590Y0344097D01*
X0052673Y0344005D01*
X0052753Y0343910D01*
X0052831Y0343812D01*
X0052905Y0343712D01*
X0052976Y0343610D01*
X0053043Y0343506D01*
X0053107Y0343399D01*
X0053168Y0343290D01*
X0053225Y0343180D01*
X0053279Y0343068D01*
X0053329Y0342954D01*
X0053376Y0342839D01*
X0053418Y0342722D01*
X0053457Y0342604D01*
X0053493Y0342484D01*
X0053524Y0342364D01*
X0053551Y0342243D01*
X0053575Y0342121D01*
X0053595Y0341998D01*
X0053611Y0341874D01*
X0053623Y0341751D01*
X0053631Y0341627D01*
X0053635Y0341502D01*
X0053635Y0341378D01*
X0053631Y0341253D01*
X0053623Y0341129D01*
X0053611Y0341006D01*
X0053595Y0340882D01*
X0053575Y0340759D01*
X0053551Y0340637D01*
X0053524Y0340516D01*
X0053493Y0340396D01*
X0053457Y0340276D01*
X0053418Y0340158D01*
X0053376Y0340041D01*
X0053329Y0339926D01*
X0053279Y0339812D01*
X0053225Y0339700D01*
X0053168Y0339590D01*
X0053107Y0339481D01*
X0053043Y0339374D01*
X0052976Y0339270D01*
X0052905Y0339168D01*
X0052831Y0339068D01*
X0052753Y0338970D01*
X0052673Y0338875D01*
X0052590Y0338783D01*
X0052504Y0338693D01*
X0052415Y0338606D01*
X0052323Y0338522D01*
X0052229Y0338441D01*
X0052132Y0338363D01*
X0052032Y0338288D01*
X0051931Y0338217D01*
X0051827Y0338148D01*
X0051721Y0338083D01*
X0051613Y0338022D01*
X0051503Y0337964D01*
X0051391Y0337909D01*
X0051278Y0337858D01*
X0051163Y0337811D01*
X0051046Y0337767D01*
X0050928Y0337727D01*
X0050809Y0337691D01*
X0050689Y0337659D01*
X0050568Y0337630D01*
X0050446Y0337605D01*
X0050324Y0337585D01*
X0050200Y0337568D01*
X0050077Y0337555D01*
X0049953Y0337546D01*
X0049828Y0337541D01*
X0049704Y0337540D01*
X0049580Y0337543D01*
X0049455Y0337550D01*
X0049331Y0337561D01*
X0049208Y0337576D01*
X0049085Y0337595D01*
X0048963Y0337617D01*
X0048841Y0337644D01*
X0048721Y0337674D01*
X0048601Y0337708D01*
X0048483Y0337747D01*
X0048365Y0337788D01*
X0048250Y0337834D01*
X0048135Y0337883D01*
X0048023Y0337936D01*
X0047912Y0337992D01*
X0047803Y0338052D01*
X0047696Y0338116D01*
X0047591Y0338182D01*
X0047488Y0338252D01*
X0047388Y0338326D01*
X0047290Y0338402D01*
X0047194Y0338481D01*
X0047101Y0338564D01*
X0047010Y0338649D01*
X0046923Y0338738D01*
X0046838Y0338829D01*
X0046756Y0338923D01*
X0046678Y0339019D01*
X0046602Y0339118D01*
X0046529Y0339219D01*
X0046460Y0339322D01*
X0046394Y0339428D01*
X0046332Y0339535D01*
X0046273Y0339645D01*
X0046217Y0339756D01*
X0046165Y0339869D01*
X0046117Y0339984D01*
X0046073Y0340100D01*
X0046032Y0340217D01*
X0045995Y0340336D01*
X0045961Y0340456D01*
X0045932Y0340576D01*
X0045906Y0340698D01*
X0045884Y0340821D01*
X0045867Y0340944D01*
X0045853Y0341067D01*
X0045843Y0341191D01*
X0045837Y0341316D01*
X0045835Y0341440D01*
X0045735Y0337440D02*
X0053735Y0345440D01*
X0045835Y0309944D02*
X0045837Y0310068D01*
X0045843Y0310193D01*
X0045853Y0310317D01*
X0045867Y0310440D01*
X0045884Y0310563D01*
X0045906Y0310686D01*
X0045932Y0310808D01*
X0045961Y0310928D01*
X0045995Y0311048D01*
X0046032Y0311167D01*
X0046073Y0311284D01*
X0046117Y0311400D01*
X0046165Y0311515D01*
X0046217Y0311628D01*
X0046273Y0311739D01*
X0046332Y0311849D01*
X0046394Y0311956D01*
X0046460Y0312062D01*
X0046529Y0312165D01*
X0046602Y0312266D01*
X0046678Y0312365D01*
X0046756Y0312461D01*
X0046838Y0312555D01*
X0046923Y0312646D01*
X0047010Y0312735D01*
X0047101Y0312820D01*
X0047194Y0312903D01*
X0047290Y0312982D01*
X0047388Y0313058D01*
X0047488Y0313132D01*
X0047591Y0313202D01*
X0047696Y0313268D01*
X0047803Y0313332D01*
X0047912Y0313392D01*
X0048023Y0313448D01*
X0048135Y0313501D01*
X0048250Y0313550D01*
X0048365Y0313596D01*
X0048483Y0313637D01*
X0048601Y0313676D01*
X0048721Y0313710D01*
X0048841Y0313740D01*
X0048963Y0313767D01*
X0049085Y0313789D01*
X0049208Y0313808D01*
X0049331Y0313823D01*
X0049455Y0313834D01*
X0049580Y0313841D01*
X0049704Y0313844D01*
X0049828Y0313843D01*
X0049953Y0313838D01*
X0050077Y0313829D01*
X0050200Y0313816D01*
X0050324Y0313799D01*
X0050446Y0313779D01*
X0050568Y0313754D01*
X0050689Y0313725D01*
X0050809Y0313693D01*
X0050928Y0313657D01*
X0051046Y0313617D01*
X0051163Y0313573D01*
X0051278Y0313526D01*
X0051391Y0313475D01*
X0051503Y0313420D01*
X0051613Y0313362D01*
X0051721Y0313301D01*
X0051827Y0313236D01*
X0051931Y0313167D01*
X0052032Y0313096D01*
X0052132Y0313021D01*
X0052229Y0312943D01*
X0052323Y0312862D01*
X0052415Y0312778D01*
X0052504Y0312691D01*
X0052590Y0312601D01*
X0052673Y0312509D01*
X0052753Y0312414D01*
X0052831Y0312316D01*
X0052905Y0312216D01*
X0052976Y0312114D01*
X0053043Y0312010D01*
X0053107Y0311903D01*
X0053168Y0311794D01*
X0053225Y0311684D01*
X0053279Y0311572D01*
X0053329Y0311458D01*
X0053376Y0311343D01*
X0053418Y0311226D01*
X0053457Y0311108D01*
X0053493Y0310988D01*
X0053524Y0310868D01*
X0053551Y0310747D01*
X0053575Y0310625D01*
X0053595Y0310502D01*
X0053611Y0310378D01*
X0053623Y0310255D01*
X0053631Y0310131D01*
X0053635Y0310006D01*
X0053635Y0309882D01*
X0053631Y0309757D01*
X0053623Y0309633D01*
X0053611Y0309510D01*
X0053595Y0309386D01*
X0053575Y0309263D01*
X0053551Y0309141D01*
X0053524Y0309020D01*
X0053493Y0308900D01*
X0053457Y0308780D01*
X0053418Y0308662D01*
X0053376Y0308545D01*
X0053329Y0308430D01*
X0053279Y0308316D01*
X0053225Y0308204D01*
X0053168Y0308094D01*
X0053107Y0307985D01*
X0053043Y0307878D01*
X0052976Y0307774D01*
X0052905Y0307672D01*
X0052831Y0307572D01*
X0052753Y0307474D01*
X0052673Y0307379D01*
X0052590Y0307287D01*
X0052504Y0307197D01*
X0052415Y0307110D01*
X0052323Y0307026D01*
X0052229Y0306945D01*
X0052132Y0306867D01*
X0052032Y0306792D01*
X0051931Y0306721D01*
X0051827Y0306652D01*
X0051721Y0306587D01*
X0051613Y0306526D01*
X0051503Y0306468D01*
X0051391Y0306413D01*
X0051278Y0306362D01*
X0051163Y0306315D01*
X0051046Y0306271D01*
X0050928Y0306231D01*
X0050809Y0306195D01*
X0050689Y0306163D01*
X0050568Y0306134D01*
X0050446Y0306109D01*
X0050324Y0306089D01*
X0050200Y0306072D01*
X0050077Y0306059D01*
X0049953Y0306050D01*
X0049828Y0306045D01*
X0049704Y0306044D01*
X0049580Y0306047D01*
X0049455Y0306054D01*
X0049331Y0306065D01*
X0049208Y0306080D01*
X0049085Y0306099D01*
X0048963Y0306121D01*
X0048841Y0306148D01*
X0048721Y0306178D01*
X0048601Y0306212D01*
X0048483Y0306251D01*
X0048365Y0306292D01*
X0048250Y0306338D01*
X0048135Y0306387D01*
X0048023Y0306440D01*
X0047912Y0306496D01*
X0047803Y0306556D01*
X0047696Y0306620D01*
X0047591Y0306686D01*
X0047488Y0306756D01*
X0047388Y0306830D01*
X0047290Y0306906D01*
X0047194Y0306985D01*
X0047101Y0307068D01*
X0047010Y0307153D01*
X0046923Y0307242D01*
X0046838Y0307333D01*
X0046756Y0307427D01*
X0046678Y0307523D01*
X0046602Y0307622D01*
X0046529Y0307723D01*
X0046460Y0307826D01*
X0046394Y0307932D01*
X0046332Y0308039D01*
X0046273Y0308149D01*
X0046217Y0308260D01*
X0046165Y0308373D01*
X0046117Y0308488D01*
X0046073Y0308604D01*
X0046032Y0308721D01*
X0045995Y0308840D01*
X0045961Y0308960D01*
X0045932Y0309080D01*
X0045906Y0309202D01*
X0045884Y0309325D01*
X0045867Y0309448D01*
X0045853Y0309571D01*
X0045843Y0309695D01*
X0045837Y0309820D01*
X0045835Y0309944D01*
X0045735Y0305944D02*
X0053735Y0313944D01*
X0045895Y0270332D02*
X0045897Y0270456D01*
X0045903Y0270581D01*
X0045913Y0270705D01*
X0045927Y0270828D01*
X0045944Y0270951D01*
X0045966Y0271074D01*
X0045992Y0271196D01*
X0046021Y0271316D01*
X0046055Y0271436D01*
X0046092Y0271555D01*
X0046133Y0271672D01*
X0046177Y0271788D01*
X0046225Y0271903D01*
X0046277Y0272016D01*
X0046333Y0272127D01*
X0046392Y0272237D01*
X0046454Y0272344D01*
X0046520Y0272450D01*
X0046589Y0272553D01*
X0046662Y0272654D01*
X0046738Y0272753D01*
X0046816Y0272849D01*
X0046898Y0272943D01*
X0046983Y0273034D01*
X0047070Y0273123D01*
X0047161Y0273208D01*
X0047254Y0273291D01*
X0047350Y0273370D01*
X0047448Y0273446D01*
X0047548Y0273520D01*
X0047651Y0273590D01*
X0047756Y0273656D01*
X0047863Y0273720D01*
X0047972Y0273780D01*
X0048083Y0273836D01*
X0048195Y0273889D01*
X0048310Y0273938D01*
X0048425Y0273984D01*
X0048543Y0274025D01*
X0048661Y0274064D01*
X0048781Y0274098D01*
X0048901Y0274128D01*
X0049023Y0274155D01*
X0049145Y0274177D01*
X0049268Y0274196D01*
X0049391Y0274211D01*
X0049515Y0274222D01*
X0049640Y0274229D01*
X0049764Y0274232D01*
X0049888Y0274231D01*
X0050013Y0274226D01*
X0050137Y0274217D01*
X0050260Y0274204D01*
X0050384Y0274187D01*
X0050506Y0274167D01*
X0050628Y0274142D01*
X0050749Y0274113D01*
X0050869Y0274081D01*
X0050988Y0274045D01*
X0051106Y0274005D01*
X0051223Y0273961D01*
X0051338Y0273914D01*
X0051451Y0273863D01*
X0051563Y0273808D01*
X0051673Y0273750D01*
X0051781Y0273689D01*
X0051887Y0273624D01*
X0051991Y0273555D01*
X0052092Y0273484D01*
X0052192Y0273409D01*
X0052289Y0273331D01*
X0052383Y0273250D01*
X0052475Y0273166D01*
X0052564Y0273079D01*
X0052650Y0272989D01*
X0052733Y0272897D01*
X0052813Y0272802D01*
X0052891Y0272704D01*
X0052965Y0272604D01*
X0053036Y0272502D01*
X0053103Y0272398D01*
X0053167Y0272291D01*
X0053228Y0272182D01*
X0053285Y0272072D01*
X0053339Y0271960D01*
X0053389Y0271846D01*
X0053436Y0271731D01*
X0053478Y0271614D01*
X0053517Y0271496D01*
X0053553Y0271376D01*
X0053584Y0271256D01*
X0053611Y0271135D01*
X0053635Y0271013D01*
X0053655Y0270890D01*
X0053671Y0270766D01*
X0053683Y0270643D01*
X0053691Y0270519D01*
X0053695Y0270394D01*
X0053695Y0270270D01*
X0053691Y0270145D01*
X0053683Y0270021D01*
X0053671Y0269898D01*
X0053655Y0269774D01*
X0053635Y0269651D01*
X0053611Y0269529D01*
X0053584Y0269408D01*
X0053553Y0269288D01*
X0053517Y0269168D01*
X0053478Y0269050D01*
X0053436Y0268933D01*
X0053389Y0268818D01*
X0053339Y0268704D01*
X0053285Y0268592D01*
X0053228Y0268482D01*
X0053167Y0268373D01*
X0053103Y0268266D01*
X0053036Y0268162D01*
X0052965Y0268060D01*
X0052891Y0267960D01*
X0052813Y0267862D01*
X0052733Y0267767D01*
X0052650Y0267675D01*
X0052564Y0267585D01*
X0052475Y0267498D01*
X0052383Y0267414D01*
X0052289Y0267333D01*
X0052192Y0267255D01*
X0052092Y0267180D01*
X0051991Y0267109D01*
X0051887Y0267040D01*
X0051781Y0266975D01*
X0051673Y0266914D01*
X0051563Y0266856D01*
X0051451Y0266801D01*
X0051338Y0266750D01*
X0051223Y0266703D01*
X0051106Y0266659D01*
X0050988Y0266619D01*
X0050869Y0266583D01*
X0050749Y0266551D01*
X0050628Y0266522D01*
X0050506Y0266497D01*
X0050384Y0266477D01*
X0050260Y0266460D01*
X0050137Y0266447D01*
X0050013Y0266438D01*
X0049888Y0266433D01*
X0049764Y0266432D01*
X0049640Y0266435D01*
X0049515Y0266442D01*
X0049391Y0266453D01*
X0049268Y0266468D01*
X0049145Y0266487D01*
X0049023Y0266509D01*
X0048901Y0266536D01*
X0048781Y0266566D01*
X0048661Y0266600D01*
X0048543Y0266639D01*
X0048425Y0266680D01*
X0048310Y0266726D01*
X0048195Y0266775D01*
X0048083Y0266828D01*
X0047972Y0266884D01*
X0047863Y0266944D01*
X0047756Y0267008D01*
X0047651Y0267074D01*
X0047548Y0267144D01*
X0047448Y0267218D01*
X0047350Y0267294D01*
X0047254Y0267373D01*
X0047161Y0267456D01*
X0047070Y0267541D01*
X0046983Y0267630D01*
X0046898Y0267721D01*
X0046816Y0267815D01*
X0046738Y0267911D01*
X0046662Y0268010D01*
X0046589Y0268111D01*
X0046520Y0268214D01*
X0046454Y0268320D01*
X0046392Y0268427D01*
X0046333Y0268537D01*
X0046277Y0268648D01*
X0046225Y0268761D01*
X0046177Y0268876D01*
X0046133Y0268992D01*
X0046092Y0269109D01*
X0046055Y0269228D01*
X0046021Y0269348D01*
X0045992Y0269468D01*
X0045966Y0269590D01*
X0045944Y0269713D01*
X0045927Y0269836D01*
X0045913Y0269959D01*
X0045903Y0270083D01*
X0045897Y0270208D01*
X0045895Y0270332D01*
X0045795Y0266332D02*
X0053795Y0274332D01*
X0055895Y0270332D02*
X0055897Y0270456D01*
X0055903Y0270581D01*
X0055913Y0270705D01*
X0055927Y0270828D01*
X0055944Y0270951D01*
X0055966Y0271074D01*
X0055992Y0271196D01*
X0056021Y0271316D01*
X0056055Y0271436D01*
X0056092Y0271555D01*
X0056133Y0271672D01*
X0056177Y0271788D01*
X0056225Y0271903D01*
X0056277Y0272016D01*
X0056333Y0272127D01*
X0056392Y0272237D01*
X0056454Y0272344D01*
X0056520Y0272450D01*
X0056589Y0272553D01*
X0056662Y0272654D01*
X0056738Y0272753D01*
X0056816Y0272849D01*
X0056898Y0272943D01*
X0056983Y0273034D01*
X0057070Y0273123D01*
X0057161Y0273208D01*
X0057254Y0273291D01*
X0057350Y0273370D01*
X0057448Y0273446D01*
X0057548Y0273520D01*
X0057651Y0273590D01*
X0057756Y0273656D01*
X0057863Y0273720D01*
X0057972Y0273780D01*
X0058083Y0273836D01*
X0058195Y0273889D01*
X0058310Y0273938D01*
X0058425Y0273984D01*
X0058543Y0274025D01*
X0058661Y0274064D01*
X0058781Y0274098D01*
X0058901Y0274128D01*
X0059023Y0274155D01*
X0059145Y0274177D01*
X0059268Y0274196D01*
X0059391Y0274211D01*
X0059515Y0274222D01*
X0059640Y0274229D01*
X0059764Y0274232D01*
X0059888Y0274231D01*
X0060013Y0274226D01*
X0060137Y0274217D01*
X0060260Y0274204D01*
X0060384Y0274187D01*
X0060506Y0274167D01*
X0060628Y0274142D01*
X0060749Y0274113D01*
X0060869Y0274081D01*
X0060988Y0274045D01*
X0061106Y0274005D01*
X0061223Y0273961D01*
X0061338Y0273914D01*
X0061451Y0273863D01*
X0061563Y0273808D01*
X0061673Y0273750D01*
X0061781Y0273689D01*
X0061887Y0273624D01*
X0061991Y0273555D01*
X0062092Y0273484D01*
X0062192Y0273409D01*
X0062289Y0273331D01*
X0062383Y0273250D01*
X0062475Y0273166D01*
X0062564Y0273079D01*
X0062650Y0272989D01*
X0062733Y0272897D01*
X0062813Y0272802D01*
X0062891Y0272704D01*
X0062965Y0272604D01*
X0063036Y0272502D01*
X0063103Y0272398D01*
X0063167Y0272291D01*
X0063228Y0272182D01*
X0063285Y0272072D01*
X0063339Y0271960D01*
X0063389Y0271846D01*
X0063436Y0271731D01*
X0063478Y0271614D01*
X0063517Y0271496D01*
X0063553Y0271376D01*
X0063584Y0271256D01*
X0063611Y0271135D01*
X0063635Y0271013D01*
X0063655Y0270890D01*
X0063671Y0270766D01*
X0063683Y0270643D01*
X0063691Y0270519D01*
X0063695Y0270394D01*
X0063695Y0270270D01*
X0063691Y0270145D01*
X0063683Y0270021D01*
X0063671Y0269898D01*
X0063655Y0269774D01*
X0063635Y0269651D01*
X0063611Y0269529D01*
X0063584Y0269408D01*
X0063553Y0269288D01*
X0063517Y0269168D01*
X0063478Y0269050D01*
X0063436Y0268933D01*
X0063389Y0268818D01*
X0063339Y0268704D01*
X0063285Y0268592D01*
X0063228Y0268482D01*
X0063167Y0268373D01*
X0063103Y0268266D01*
X0063036Y0268162D01*
X0062965Y0268060D01*
X0062891Y0267960D01*
X0062813Y0267862D01*
X0062733Y0267767D01*
X0062650Y0267675D01*
X0062564Y0267585D01*
X0062475Y0267498D01*
X0062383Y0267414D01*
X0062289Y0267333D01*
X0062192Y0267255D01*
X0062092Y0267180D01*
X0061991Y0267109D01*
X0061887Y0267040D01*
X0061781Y0266975D01*
X0061673Y0266914D01*
X0061563Y0266856D01*
X0061451Y0266801D01*
X0061338Y0266750D01*
X0061223Y0266703D01*
X0061106Y0266659D01*
X0060988Y0266619D01*
X0060869Y0266583D01*
X0060749Y0266551D01*
X0060628Y0266522D01*
X0060506Y0266497D01*
X0060384Y0266477D01*
X0060260Y0266460D01*
X0060137Y0266447D01*
X0060013Y0266438D01*
X0059888Y0266433D01*
X0059764Y0266432D01*
X0059640Y0266435D01*
X0059515Y0266442D01*
X0059391Y0266453D01*
X0059268Y0266468D01*
X0059145Y0266487D01*
X0059023Y0266509D01*
X0058901Y0266536D01*
X0058781Y0266566D01*
X0058661Y0266600D01*
X0058543Y0266639D01*
X0058425Y0266680D01*
X0058310Y0266726D01*
X0058195Y0266775D01*
X0058083Y0266828D01*
X0057972Y0266884D01*
X0057863Y0266944D01*
X0057756Y0267008D01*
X0057651Y0267074D01*
X0057548Y0267144D01*
X0057448Y0267218D01*
X0057350Y0267294D01*
X0057254Y0267373D01*
X0057161Y0267456D01*
X0057070Y0267541D01*
X0056983Y0267630D01*
X0056898Y0267721D01*
X0056816Y0267815D01*
X0056738Y0267911D01*
X0056662Y0268010D01*
X0056589Y0268111D01*
X0056520Y0268214D01*
X0056454Y0268320D01*
X0056392Y0268427D01*
X0056333Y0268537D01*
X0056277Y0268648D01*
X0056225Y0268761D01*
X0056177Y0268876D01*
X0056133Y0268992D01*
X0056092Y0269109D01*
X0056055Y0269228D01*
X0056021Y0269348D01*
X0055992Y0269468D01*
X0055966Y0269590D01*
X0055944Y0269713D01*
X0055927Y0269836D01*
X0055913Y0269959D01*
X0055903Y0270083D01*
X0055897Y0270208D01*
X0055895Y0270332D01*
X0055795Y0266332D02*
X0063795Y0274332D01*
X0065895Y0270332D02*
X0065897Y0270456D01*
X0065903Y0270581D01*
X0065913Y0270705D01*
X0065927Y0270828D01*
X0065944Y0270951D01*
X0065966Y0271074D01*
X0065992Y0271196D01*
X0066021Y0271316D01*
X0066055Y0271436D01*
X0066092Y0271555D01*
X0066133Y0271672D01*
X0066177Y0271788D01*
X0066225Y0271903D01*
X0066277Y0272016D01*
X0066333Y0272127D01*
X0066392Y0272237D01*
X0066454Y0272344D01*
X0066520Y0272450D01*
X0066589Y0272553D01*
X0066662Y0272654D01*
X0066738Y0272753D01*
X0066816Y0272849D01*
X0066898Y0272943D01*
X0066983Y0273034D01*
X0067070Y0273123D01*
X0067161Y0273208D01*
X0067254Y0273291D01*
X0067350Y0273370D01*
X0067448Y0273446D01*
X0067548Y0273520D01*
X0067651Y0273590D01*
X0067756Y0273656D01*
X0067863Y0273720D01*
X0067972Y0273780D01*
X0068083Y0273836D01*
X0068195Y0273889D01*
X0068310Y0273938D01*
X0068425Y0273984D01*
X0068543Y0274025D01*
X0068661Y0274064D01*
X0068781Y0274098D01*
X0068901Y0274128D01*
X0069023Y0274155D01*
X0069145Y0274177D01*
X0069268Y0274196D01*
X0069391Y0274211D01*
X0069515Y0274222D01*
X0069640Y0274229D01*
X0069764Y0274232D01*
X0069888Y0274231D01*
X0070013Y0274226D01*
X0070137Y0274217D01*
X0070260Y0274204D01*
X0070384Y0274187D01*
X0070506Y0274167D01*
X0070628Y0274142D01*
X0070749Y0274113D01*
X0070869Y0274081D01*
X0070988Y0274045D01*
X0071106Y0274005D01*
X0071223Y0273961D01*
X0071338Y0273914D01*
X0071451Y0273863D01*
X0071563Y0273808D01*
X0071673Y0273750D01*
X0071781Y0273689D01*
X0071887Y0273624D01*
X0071991Y0273555D01*
X0072092Y0273484D01*
X0072192Y0273409D01*
X0072289Y0273331D01*
X0072383Y0273250D01*
X0072475Y0273166D01*
X0072564Y0273079D01*
X0072650Y0272989D01*
X0072733Y0272897D01*
X0072813Y0272802D01*
X0072891Y0272704D01*
X0072965Y0272604D01*
X0073036Y0272502D01*
X0073103Y0272398D01*
X0073167Y0272291D01*
X0073228Y0272182D01*
X0073285Y0272072D01*
X0073339Y0271960D01*
X0073389Y0271846D01*
X0073436Y0271731D01*
X0073478Y0271614D01*
X0073517Y0271496D01*
X0073553Y0271376D01*
X0073584Y0271256D01*
X0073611Y0271135D01*
X0073635Y0271013D01*
X0073655Y0270890D01*
X0073671Y0270766D01*
X0073683Y0270643D01*
X0073691Y0270519D01*
X0073695Y0270394D01*
X0073695Y0270270D01*
X0073691Y0270145D01*
X0073683Y0270021D01*
X0073671Y0269898D01*
X0073655Y0269774D01*
X0073635Y0269651D01*
X0073611Y0269529D01*
X0073584Y0269408D01*
X0073553Y0269288D01*
X0073517Y0269168D01*
X0073478Y0269050D01*
X0073436Y0268933D01*
X0073389Y0268818D01*
X0073339Y0268704D01*
X0073285Y0268592D01*
X0073228Y0268482D01*
X0073167Y0268373D01*
X0073103Y0268266D01*
X0073036Y0268162D01*
X0072965Y0268060D01*
X0072891Y0267960D01*
X0072813Y0267862D01*
X0072733Y0267767D01*
X0072650Y0267675D01*
X0072564Y0267585D01*
X0072475Y0267498D01*
X0072383Y0267414D01*
X0072289Y0267333D01*
X0072192Y0267255D01*
X0072092Y0267180D01*
X0071991Y0267109D01*
X0071887Y0267040D01*
X0071781Y0266975D01*
X0071673Y0266914D01*
X0071563Y0266856D01*
X0071451Y0266801D01*
X0071338Y0266750D01*
X0071223Y0266703D01*
X0071106Y0266659D01*
X0070988Y0266619D01*
X0070869Y0266583D01*
X0070749Y0266551D01*
X0070628Y0266522D01*
X0070506Y0266497D01*
X0070384Y0266477D01*
X0070260Y0266460D01*
X0070137Y0266447D01*
X0070013Y0266438D01*
X0069888Y0266433D01*
X0069764Y0266432D01*
X0069640Y0266435D01*
X0069515Y0266442D01*
X0069391Y0266453D01*
X0069268Y0266468D01*
X0069145Y0266487D01*
X0069023Y0266509D01*
X0068901Y0266536D01*
X0068781Y0266566D01*
X0068661Y0266600D01*
X0068543Y0266639D01*
X0068425Y0266680D01*
X0068310Y0266726D01*
X0068195Y0266775D01*
X0068083Y0266828D01*
X0067972Y0266884D01*
X0067863Y0266944D01*
X0067756Y0267008D01*
X0067651Y0267074D01*
X0067548Y0267144D01*
X0067448Y0267218D01*
X0067350Y0267294D01*
X0067254Y0267373D01*
X0067161Y0267456D01*
X0067070Y0267541D01*
X0066983Y0267630D01*
X0066898Y0267721D01*
X0066816Y0267815D01*
X0066738Y0267911D01*
X0066662Y0268010D01*
X0066589Y0268111D01*
X0066520Y0268214D01*
X0066454Y0268320D01*
X0066392Y0268427D01*
X0066333Y0268537D01*
X0066277Y0268648D01*
X0066225Y0268761D01*
X0066177Y0268876D01*
X0066133Y0268992D01*
X0066092Y0269109D01*
X0066055Y0269228D01*
X0066021Y0269348D01*
X0065992Y0269468D01*
X0065966Y0269590D01*
X0065944Y0269713D01*
X0065927Y0269836D01*
X0065913Y0269959D01*
X0065903Y0270083D01*
X0065897Y0270208D01*
X0065895Y0270332D01*
X0065795Y0266332D02*
X0073795Y0274332D01*
X0065895Y0260332D02*
X0065897Y0260456D01*
X0065903Y0260581D01*
X0065913Y0260705D01*
X0065927Y0260828D01*
X0065944Y0260951D01*
X0065966Y0261074D01*
X0065992Y0261196D01*
X0066021Y0261316D01*
X0066055Y0261436D01*
X0066092Y0261555D01*
X0066133Y0261672D01*
X0066177Y0261788D01*
X0066225Y0261903D01*
X0066277Y0262016D01*
X0066333Y0262127D01*
X0066392Y0262237D01*
X0066454Y0262344D01*
X0066520Y0262450D01*
X0066589Y0262553D01*
X0066662Y0262654D01*
X0066738Y0262753D01*
X0066816Y0262849D01*
X0066898Y0262943D01*
X0066983Y0263034D01*
X0067070Y0263123D01*
X0067161Y0263208D01*
X0067254Y0263291D01*
X0067350Y0263370D01*
X0067448Y0263446D01*
X0067548Y0263520D01*
X0067651Y0263590D01*
X0067756Y0263656D01*
X0067863Y0263720D01*
X0067972Y0263780D01*
X0068083Y0263836D01*
X0068195Y0263889D01*
X0068310Y0263938D01*
X0068425Y0263984D01*
X0068543Y0264025D01*
X0068661Y0264064D01*
X0068781Y0264098D01*
X0068901Y0264128D01*
X0069023Y0264155D01*
X0069145Y0264177D01*
X0069268Y0264196D01*
X0069391Y0264211D01*
X0069515Y0264222D01*
X0069640Y0264229D01*
X0069764Y0264232D01*
X0069888Y0264231D01*
X0070013Y0264226D01*
X0070137Y0264217D01*
X0070260Y0264204D01*
X0070384Y0264187D01*
X0070506Y0264167D01*
X0070628Y0264142D01*
X0070749Y0264113D01*
X0070869Y0264081D01*
X0070988Y0264045D01*
X0071106Y0264005D01*
X0071223Y0263961D01*
X0071338Y0263914D01*
X0071451Y0263863D01*
X0071563Y0263808D01*
X0071673Y0263750D01*
X0071781Y0263689D01*
X0071887Y0263624D01*
X0071991Y0263555D01*
X0072092Y0263484D01*
X0072192Y0263409D01*
X0072289Y0263331D01*
X0072383Y0263250D01*
X0072475Y0263166D01*
X0072564Y0263079D01*
X0072650Y0262989D01*
X0072733Y0262897D01*
X0072813Y0262802D01*
X0072891Y0262704D01*
X0072965Y0262604D01*
X0073036Y0262502D01*
X0073103Y0262398D01*
X0073167Y0262291D01*
X0073228Y0262182D01*
X0073285Y0262072D01*
X0073339Y0261960D01*
X0073389Y0261846D01*
X0073436Y0261731D01*
X0073478Y0261614D01*
X0073517Y0261496D01*
X0073553Y0261376D01*
X0073584Y0261256D01*
X0073611Y0261135D01*
X0073635Y0261013D01*
X0073655Y0260890D01*
X0073671Y0260766D01*
X0073683Y0260643D01*
X0073691Y0260519D01*
X0073695Y0260394D01*
X0073695Y0260270D01*
X0073691Y0260145D01*
X0073683Y0260021D01*
X0073671Y0259898D01*
X0073655Y0259774D01*
X0073635Y0259651D01*
X0073611Y0259529D01*
X0073584Y0259408D01*
X0073553Y0259288D01*
X0073517Y0259168D01*
X0073478Y0259050D01*
X0073436Y0258933D01*
X0073389Y0258818D01*
X0073339Y0258704D01*
X0073285Y0258592D01*
X0073228Y0258482D01*
X0073167Y0258373D01*
X0073103Y0258266D01*
X0073036Y0258162D01*
X0072965Y0258060D01*
X0072891Y0257960D01*
X0072813Y0257862D01*
X0072733Y0257767D01*
X0072650Y0257675D01*
X0072564Y0257585D01*
X0072475Y0257498D01*
X0072383Y0257414D01*
X0072289Y0257333D01*
X0072192Y0257255D01*
X0072092Y0257180D01*
X0071991Y0257109D01*
X0071887Y0257040D01*
X0071781Y0256975D01*
X0071673Y0256914D01*
X0071563Y0256856D01*
X0071451Y0256801D01*
X0071338Y0256750D01*
X0071223Y0256703D01*
X0071106Y0256659D01*
X0070988Y0256619D01*
X0070869Y0256583D01*
X0070749Y0256551D01*
X0070628Y0256522D01*
X0070506Y0256497D01*
X0070384Y0256477D01*
X0070260Y0256460D01*
X0070137Y0256447D01*
X0070013Y0256438D01*
X0069888Y0256433D01*
X0069764Y0256432D01*
X0069640Y0256435D01*
X0069515Y0256442D01*
X0069391Y0256453D01*
X0069268Y0256468D01*
X0069145Y0256487D01*
X0069023Y0256509D01*
X0068901Y0256536D01*
X0068781Y0256566D01*
X0068661Y0256600D01*
X0068543Y0256639D01*
X0068425Y0256680D01*
X0068310Y0256726D01*
X0068195Y0256775D01*
X0068083Y0256828D01*
X0067972Y0256884D01*
X0067863Y0256944D01*
X0067756Y0257008D01*
X0067651Y0257074D01*
X0067548Y0257144D01*
X0067448Y0257218D01*
X0067350Y0257294D01*
X0067254Y0257373D01*
X0067161Y0257456D01*
X0067070Y0257541D01*
X0066983Y0257630D01*
X0066898Y0257721D01*
X0066816Y0257815D01*
X0066738Y0257911D01*
X0066662Y0258010D01*
X0066589Y0258111D01*
X0066520Y0258214D01*
X0066454Y0258320D01*
X0066392Y0258427D01*
X0066333Y0258537D01*
X0066277Y0258648D01*
X0066225Y0258761D01*
X0066177Y0258876D01*
X0066133Y0258992D01*
X0066092Y0259109D01*
X0066055Y0259228D01*
X0066021Y0259348D01*
X0065992Y0259468D01*
X0065966Y0259590D01*
X0065944Y0259713D01*
X0065927Y0259836D01*
X0065913Y0259959D01*
X0065903Y0260083D01*
X0065897Y0260208D01*
X0065895Y0260332D01*
X0065795Y0256332D02*
X0073795Y0264332D01*
X0067502Y0249750D02*
X0067504Y0249874D01*
X0067510Y0249999D01*
X0067520Y0250123D01*
X0067534Y0250246D01*
X0067551Y0250369D01*
X0067573Y0250492D01*
X0067599Y0250614D01*
X0067628Y0250734D01*
X0067662Y0250854D01*
X0067699Y0250973D01*
X0067740Y0251090D01*
X0067784Y0251206D01*
X0067832Y0251321D01*
X0067884Y0251434D01*
X0067940Y0251545D01*
X0067999Y0251655D01*
X0068061Y0251762D01*
X0068127Y0251868D01*
X0068196Y0251971D01*
X0068269Y0252072D01*
X0068345Y0252171D01*
X0068423Y0252267D01*
X0068505Y0252361D01*
X0068590Y0252452D01*
X0068677Y0252541D01*
X0068768Y0252626D01*
X0068861Y0252709D01*
X0068957Y0252788D01*
X0069055Y0252864D01*
X0069155Y0252938D01*
X0069258Y0253008D01*
X0069363Y0253074D01*
X0069470Y0253138D01*
X0069579Y0253198D01*
X0069690Y0253254D01*
X0069802Y0253307D01*
X0069917Y0253356D01*
X0070032Y0253402D01*
X0070150Y0253443D01*
X0070268Y0253482D01*
X0070388Y0253516D01*
X0070508Y0253546D01*
X0070630Y0253573D01*
X0070752Y0253595D01*
X0070875Y0253614D01*
X0070998Y0253629D01*
X0071122Y0253640D01*
X0071247Y0253647D01*
X0071371Y0253650D01*
X0071495Y0253649D01*
X0071620Y0253644D01*
X0071744Y0253635D01*
X0071867Y0253622D01*
X0071991Y0253605D01*
X0072113Y0253585D01*
X0072235Y0253560D01*
X0072356Y0253531D01*
X0072476Y0253499D01*
X0072595Y0253463D01*
X0072713Y0253423D01*
X0072830Y0253379D01*
X0072945Y0253332D01*
X0073058Y0253281D01*
X0073170Y0253226D01*
X0073280Y0253168D01*
X0073388Y0253107D01*
X0073494Y0253042D01*
X0073598Y0252973D01*
X0073699Y0252902D01*
X0073799Y0252827D01*
X0073896Y0252749D01*
X0073990Y0252668D01*
X0074082Y0252584D01*
X0074171Y0252497D01*
X0074257Y0252407D01*
X0074340Y0252315D01*
X0074420Y0252220D01*
X0074498Y0252122D01*
X0074572Y0252022D01*
X0074643Y0251920D01*
X0074710Y0251816D01*
X0074774Y0251709D01*
X0074835Y0251600D01*
X0074892Y0251490D01*
X0074946Y0251378D01*
X0074996Y0251264D01*
X0075043Y0251149D01*
X0075085Y0251032D01*
X0075124Y0250914D01*
X0075160Y0250794D01*
X0075191Y0250674D01*
X0075218Y0250553D01*
X0075242Y0250431D01*
X0075262Y0250308D01*
X0075278Y0250184D01*
X0075290Y0250061D01*
X0075298Y0249937D01*
X0075302Y0249812D01*
X0075302Y0249688D01*
X0075298Y0249563D01*
X0075290Y0249439D01*
X0075278Y0249316D01*
X0075262Y0249192D01*
X0075242Y0249069D01*
X0075218Y0248947D01*
X0075191Y0248826D01*
X0075160Y0248706D01*
X0075124Y0248586D01*
X0075085Y0248468D01*
X0075043Y0248351D01*
X0074996Y0248236D01*
X0074946Y0248122D01*
X0074892Y0248010D01*
X0074835Y0247900D01*
X0074774Y0247791D01*
X0074710Y0247684D01*
X0074643Y0247580D01*
X0074572Y0247478D01*
X0074498Y0247378D01*
X0074420Y0247280D01*
X0074340Y0247185D01*
X0074257Y0247093D01*
X0074171Y0247003D01*
X0074082Y0246916D01*
X0073990Y0246832D01*
X0073896Y0246751D01*
X0073799Y0246673D01*
X0073699Y0246598D01*
X0073598Y0246527D01*
X0073494Y0246458D01*
X0073388Y0246393D01*
X0073280Y0246332D01*
X0073170Y0246274D01*
X0073058Y0246219D01*
X0072945Y0246168D01*
X0072830Y0246121D01*
X0072713Y0246077D01*
X0072595Y0246037D01*
X0072476Y0246001D01*
X0072356Y0245969D01*
X0072235Y0245940D01*
X0072113Y0245915D01*
X0071991Y0245895D01*
X0071867Y0245878D01*
X0071744Y0245865D01*
X0071620Y0245856D01*
X0071495Y0245851D01*
X0071371Y0245850D01*
X0071247Y0245853D01*
X0071122Y0245860D01*
X0070998Y0245871D01*
X0070875Y0245886D01*
X0070752Y0245905D01*
X0070630Y0245927D01*
X0070508Y0245954D01*
X0070388Y0245984D01*
X0070268Y0246018D01*
X0070150Y0246057D01*
X0070032Y0246098D01*
X0069917Y0246144D01*
X0069802Y0246193D01*
X0069690Y0246246D01*
X0069579Y0246302D01*
X0069470Y0246362D01*
X0069363Y0246426D01*
X0069258Y0246492D01*
X0069155Y0246562D01*
X0069055Y0246636D01*
X0068957Y0246712D01*
X0068861Y0246791D01*
X0068768Y0246874D01*
X0068677Y0246959D01*
X0068590Y0247048D01*
X0068505Y0247139D01*
X0068423Y0247233D01*
X0068345Y0247329D01*
X0068269Y0247428D01*
X0068196Y0247529D01*
X0068127Y0247632D01*
X0068061Y0247738D01*
X0067999Y0247845D01*
X0067940Y0247955D01*
X0067884Y0248066D01*
X0067832Y0248179D01*
X0067784Y0248294D01*
X0067740Y0248410D01*
X0067699Y0248527D01*
X0067662Y0248646D01*
X0067628Y0248766D01*
X0067599Y0248886D01*
X0067573Y0249008D01*
X0067551Y0249131D01*
X0067534Y0249254D01*
X0067520Y0249377D01*
X0067510Y0249501D01*
X0067504Y0249626D01*
X0067502Y0249750D01*
X0067402Y0245750D02*
X0075402Y0253750D01*
X0076065Y0231591D02*
X0076067Y0231715D01*
X0076073Y0231840D01*
X0076083Y0231964D01*
X0076097Y0232087D01*
X0076114Y0232210D01*
X0076136Y0232333D01*
X0076162Y0232455D01*
X0076191Y0232575D01*
X0076225Y0232695D01*
X0076262Y0232814D01*
X0076303Y0232931D01*
X0076347Y0233047D01*
X0076395Y0233162D01*
X0076447Y0233275D01*
X0076503Y0233386D01*
X0076562Y0233496D01*
X0076624Y0233603D01*
X0076690Y0233709D01*
X0076759Y0233812D01*
X0076832Y0233913D01*
X0076908Y0234012D01*
X0076986Y0234108D01*
X0077068Y0234202D01*
X0077153Y0234293D01*
X0077240Y0234382D01*
X0077331Y0234467D01*
X0077424Y0234550D01*
X0077520Y0234629D01*
X0077618Y0234705D01*
X0077718Y0234779D01*
X0077821Y0234849D01*
X0077926Y0234915D01*
X0078033Y0234979D01*
X0078142Y0235039D01*
X0078253Y0235095D01*
X0078365Y0235148D01*
X0078480Y0235197D01*
X0078595Y0235243D01*
X0078713Y0235284D01*
X0078831Y0235323D01*
X0078951Y0235357D01*
X0079071Y0235387D01*
X0079193Y0235414D01*
X0079315Y0235436D01*
X0079438Y0235455D01*
X0079561Y0235470D01*
X0079685Y0235481D01*
X0079810Y0235488D01*
X0079934Y0235491D01*
X0080058Y0235490D01*
X0080183Y0235485D01*
X0080307Y0235476D01*
X0080430Y0235463D01*
X0080554Y0235446D01*
X0080676Y0235426D01*
X0080798Y0235401D01*
X0080919Y0235372D01*
X0081039Y0235340D01*
X0081158Y0235304D01*
X0081276Y0235264D01*
X0081393Y0235220D01*
X0081508Y0235173D01*
X0081621Y0235122D01*
X0081733Y0235067D01*
X0081843Y0235009D01*
X0081951Y0234948D01*
X0082057Y0234883D01*
X0082161Y0234814D01*
X0082262Y0234743D01*
X0082362Y0234668D01*
X0082459Y0234590D01*
X0082553Y0234509D01*
X0082645Y0234425D01*
X0082734Y0234338D01*
X0082820Y0234248D01*
X0082903Y0234156D01*
X0082983Y0234061D01*
X0083061Y0233963D01*
X0083135Y0233863D01*
X0083206Y0233761D01*
X0083273Y0233657D01*
X0083337Y0233550D01*
X0083398Y0233441D01*
X0083455Y0233331D01*
X0083509Y0233219D01*
X0083559Y0233105D01*
X0083606Y0232990D01*
X0083648Y0232873D01*
X0083687Y0232755D01*
X0083723Y0232635D01*
X0083754Y0232515D01*
X0083781Y0232394D01*
X0083805Y0232272D01*
X0083825Y0232149D01*
X0083841Y0232025D01*
X0083853Y0231902D01*
X0083861Y0231778D01*
X0083865Y0231653D01*
X0083865Y0231529D01*
X0083861Y0231404D01*
X0083853Y0231280D01*
X0083841Y0231157D01*
X0083825Y0231033D01*
X0083805Y0230910D01*
X0083781Y0230788D01*
X0083754Y0230667D01*
X0083723Y0230547D01*
X0083687Y0230427D01*
X0083648Y0230309D01*
X0083606Y0230192D01*
X0083559Y0230077D01*
X0083509Y0229963D01*
X0083455Y0229851D01*
X0083398Y0229741D01*
X0083337Y0229632D01*
X0083273Y0229525D01*
X0083206Y0229421D01*
X0083135Y0229319D01*
X0083061Y0229219D01*
X0082983Y0229121D01*
X0082903Y0229026D01*
X0082820Y0228934D01*
X0082734Y0228844D01*
X0082645Y0228757D01*
X0082553Y0228673D01*
X0082459Y0228592D01*
X0082362Y0228514D01*
X0082262Y0228439D01*
X0082161Y0228368D01*
X0082057Y0228299D01*
X0081951Y0228234D01*
X0081843Y0228173D01*
X0081733Y0228115D01*
X0081621Y0228060D01*
X0081508Y0228009D01*
X0081393Y0227962D01*
X0081276Y0227918D01*
X0081158Y0227878D01*
X0081039Y0227842D01*
X0080919Y0227810D01*
X0080798Y0227781D01*
X0080676Y0227756D01*
X0080554Y0227736D01*
X0080430Y0227719D01*
X0080307Y0227706D01*
X0080183Y0227697D01*
X0080058Y0227692D01*
X0079934Y0227691D01*
X0079810Y0227694D01*
X0079685Y0227701D01*
X0079561Y0227712D01*
X0079438Y0227727D01*
X0079315Y0227746D01*
X0079193Y0227768D01*
X0079071Y0227795D01*
X0078951Y0227825D01*
X0078831Y0227859D01*
X0078713Y0227898D01*
X0078595Y0227939D01*
X0078480Y0227985D01*
X0078365Y0228034D01*
X0078253Y0228087D01*
X0078142Y0228143D01*
X0078033Y0228203D01*
X0077926Y0228267D01*
X0077821Y0228333D01*
X0077718Y0228403D01*
X0077618Y0228477D01*
X0077520Y0228553D01*
X0077424Y0228632D01*
X0077331Y0228715D01*
X0077240Y0228800D01*
X0077153Y0228889D01*
X0077068Y0228980D01*
X0076986Y0229074D01*
X0076908Y0229170D01*
X0076832Y0229269D01*
X0076759Y0229370D01*
X0076690Y0229473D01*
X0076624Y0229579D01*
X0076562Y0229686D01*
X0076503Y0229796D01*
X0076447Y0229907D01*
X0076395Y0230020D01*
X0076347Y0230135D01*
X0076303Y0230251D01*
X0076262Y0230368D01*
X0076225Y0230487D01*
X0076191Y0230607D01*
X0076162Y0230727D01*
X0076136Y0230849D01*
X0076114Y0230972D01*
X0076097Y0231095D01*
X0076083Y0231218D01*
X0076073Y0231342D01*
X0076067Y0231467D01*
X0076065Y0231591D01*
X0075965Y0227591D02*
X0083965Y0235591D01*
X0066065Y0231591D02*
X0066067Y0231715D01*
X0066073Y0231840D01*
X0066083Y0231964D01*
X0066097Y0232087D01*
X0066114Y0232210D01*
X0066136Y0232333D01*
X0066162Y0232455D01*
X0066191Y0232575D01*
X0066225Y0232695D01*
X0066262Y0232814D01*
X0066303Y0232931D01*
X0066347Y0233047D01*
X0066395Y0233162D01*
X0066447Y0233275D01*
X0066503Y0233386D01*
X0066562Y0233496D01*
X0066624Y0233603D01*
X0066690Y0233709D01*
X0066759Y0233812D01*
X0066832Y0233913D01*
X0066908Y0234012D01*
X0066986Y0234108D01*
X0067068Y0234202D01*
X0067153Y0234293D01*
X0067240Y0234382D01*
X0067331Y0234467D01*
X0067424Y0234550D01*
X0067520Y0234629D01*
X0067618Y0234705D01*
X0067718Y0234779D01*
X0067821Y0234849D01*
X0067926Y0234915D01*
X0068033Y0234979D01*
X0068142Y0235039D01*
X0068253Y0235095D01*
X0068365Y0235148D01*
X0068480Y0235197D01*
X0068595Y0235243D01*
X0068713Y0235284D01*
X0068831Y0235323D01*
X0068951Y0235357D01*
X0069071Y0235387D01*
X0069193Y0235414D01*
X0069315Y0235436D01*
X0069438Y0235455D01*
X0069561Y0235470D01*
X0069685Y0235481D01*
X0069810Y0235488D01*
X0069934Y0235491D01*
X0070058Y0235490D01*
X0070183Y0235485D01*
X0070307Y0235476D01*
X0070430Y0235463D01*
X0070554Y0235446D01*
X0070676Y0235426D01*
X0070798Y0235401D01*
X0070919Y0235372D01*
X0071039Y0235340D01*
X0071158Y0235304D01*
X0071276Y0235264D01*
X0071393Y0235220D01*
X0071508Y0235173D01*
X0071621Y0235122D01*
X0071733Y0235067D01*
X0071843Y0235009D01*
X0071951Y0234948D01*
X0072057Y0234883D01*
X0072161Y0234814D01*
X0072262Y0234743D01*
X0072362Y0234668D01*
X0072459Y0234590D01*
X0072553Y0234509D01*
X0072645Y0234425D01*
X0072734Y0234338D01*
X0072820Y0234248D01*
X0072903Y0234156D01*
X0072983Y0234061D01*
X0073061Y0233963D01*
X0073135Y0233863D01*
X0073206Y0233761D01*
X0073273Y0233657D01*
X0073337Y0233550D01*
X0073398Y0233441D01*
X0073455Y0233331D01*
X0073509Y0233219D01*
X0073559Y0233105D01*
X0073606Y0232990D01*
X0073648Y0232873D01*
X0073687Y0232755D01*
X0073723Y0232635D01*
X0073754Y0232515D01*
X0073781Y0232394D01*
X0073805Y0232272D01*
X0073825Y0232149D01*
X0073841Y0232025D01*
X0073853Y0231902D01*
X0073861Y0231778D01*
X0073865Y0231653D01*
X0073865Y0231529D01*
X0073861Y0231404D01*
X0073853Y0231280D01*
X0073841Y0231157D01*
X0073825Y0231033D01*
X0073805Y0230910D01*
X0073781Y0230788D01*
X0073754Y0230667D01*
X0073723Y0230547D01*
X0073687Y0230427D01*
X0073648Y0230309D01*
X0073606Y0230192D01*
X0073559Y0230077D01*
X0073509Y0229963D01*
X0073455Y0229851D01*
X0073398Y0229741D01*
X0073337Y0229632D01*
X0073273Y0229525D01*
X0073206Y0229421D01*
X0073135Y0229319D01*
X0073061Y0229219D01*
X0072983Y0229121D01*
X0072903Y0229026D01*
X0072820Y0228934D01*
X0072734Y0228844D01*
X0072645Y0228757D01*
X0072553Y0228673D01*
X0072459Y0228592D01*
X0072362Y0228514D01*
X0072262Y0228439D01*
X0072161Y0228368D01*
X0072057Y0228299D01*
X0071951Y0228234D01*
X0071843Y0228173D01*
X0071733Y0228115D01*
X0071621Y0228060D01*
X0071508Y0228009D01*
X0071393Y0227962D01*
X0071276Y0227918D01*
X0071158Y0227878D01*
X0071039Y0227842D01*
X0070919Y0227810D01*
X0070798Y0227781D01*
X0070676Y0227756D01*
X0070554Y0227736D01*
X0070430Y0227719D01*
X0070307Y0227706D01*
X0070183Y0227697D01*
X0070058Y0227692D01*
X0069934Y0227691D01*
X0069810Y0227694D01*
X0069685Y0227701D01*
X0069561Y0227712D01*
X0069438Y0227727D01*
X0069315Y0227746D01*
X0069193Y0227768D01*
X0069071Y0227795D01*
X0068951Y0227825D01*
X0068831Y0227859D01*
X0068713Y0227898D01*
X0068595Y0227939D01*
X0068480Y0227985D01*
X0068365Y0228034D01*
X0068253Y0228087D01*
X0068142Y0228143D01*
X0068033Y0228203D01*
X0067926Y0228267D01*
X0067821Y0228333D01*
X0067718Y0228403D01*
X0067618Y0228477D01*
X0067520Y0228553D01*
X0067424Y0228632D01*
X0067331Y0228715D01*
X0067240Y0228800D01*
X0067153Y0228889D01*
X0067068Y0228980D01*
X0066986Y0229074D01*
X0066908Y0229170D01*
X0066832Y0229269D01*
X0066759Y0229370D01*
X0066690Y0229473D01*
X0066624Y0229579D01*
X0066562Y0229686D01*
X0066503Y0229796D01*
X0066447Y0229907D01*
X0066395Y0230020D01*
X0066347Y0230135D01*
X0066303Y0230251D01*
X0066262Y0230368D01*
X0066225Y0230487D01*
X0066191Y0230607D01*
X0066162Y0230727D01*
X0066136Y0230849D01*
X0066114Y0230972D01*
X0066097Y0231095D01*
X0066083Y0231218D01*
X0066073Y0231342D01*
X0066067Y0231467D01*
X0066065Y0231591D01*
X0065965Y0227591D02*
X0073965Y0235591D01*
X0056065Y0231591D02*
X0056067Y0231715D01*
X0056073Y0231840D01*
X0056083Y0231964D01*
X0056097Y0232087D01*
X0056114Y0232210D01*
X0056136Y0232333D01*
X0056162Y0232455D01*
X0056191Y0232575D01*
X0056225Y0232695D01*
X0056262Y0232814D01*
X0056303Y0232931D01*
X0056347Y0233047D01*
X0056395Y0233162D01*
X0056447Y0233275D01*
X0056503Y0233386D01*
X0056562Y0233496D01*
X0056624Y0233603D01*
X0056690Y0233709D01*
X0056759Y0233812D01*
X0056832Y0233913D01*
X0056908Y0234012D01*
X0056986Y0234108D01*
X0057068Y0234202D01*
X0057153Y0234293D01*
X0057240Y0234382D01*
X0057331Y0234467D01*
X0057424Y0234550D01*
X0057520Y0234629D01*
X0057618Y0234705D01*
X0057718Y0234779D01*
X0057821Y0234849D01*
X0057926Y0234915D01*
X0058033Y0234979D01*
X0058142Y0235039D01*
X0058253Y0235095D01*
X0058365Y0235148D01*
X0058480Y0235197D01*
X0058595Y0235243D01*
X0058713Y0235284D01*
X0058831Y0235323D01*
X0058951Y0235357D01*
X0059071Y0235387D01*
X0059193Y0235414D01*
X0059315Y0235436D01*
X0059438Y0235455D01*
X0059561Y0235470D01*
X0059685Y0235481D01*
X0059810Y0235488D01*
X0059934Y0235491D01*
X0060058Y0235490D01*
X0060183Y0235485D01*
X0060307Y0235476D01*
X0060430Y0235463D01*
X0060554Y0235446D01*
X0060676Y0235426D01*
X0060798Y0235401D01*
X0060919Y0235372D01*
X0061039Y0235340D01*
X0061158Y0235304D01*
X0061276Y0235264D01*
X0061393Y0235220D01*
X0061508Y0235173D01*
X0061621Y0235122D01*
X0061733Y0235067D01*
X0061843Y0235009D01*
X0061951Y0234948D01*
X0062057Y0234883D01*
X0062161Y0234814D01*
X0062262Y0234743D01*
X0062362Y0234668D01*
X0062459Y0234590D01*
X0062553Y0234509D01*
X0062645Y0234425D01*
X0062734Y0234338D01*
X0062820Y0234248D01*
X0062903Y0234156D01*
X0062983Y0234061D01*
X0063061Y0233963D01*
X0063135Y0233863D01*
X0063206Y0233761D01*
X0063273Y0233657D01*
X0063337Y0233550D01*
X0063398Y0233441D01*
X0063455Y0233331D01*
X0063509Y0233219D01*
X0063559Y0233105D01*
X0063606Y0232990D01*
X0063648Y0232873D01*
X0063687Y0232755D01*
X0063723Y0232635D01*
X0063754Y0232515D01*
X0063781Y0232394D01*
X0063805Y0232272D01*
X0063825Y0232149D01*
X0063841Y0232025D01*
X0063853Y0231902D01*
X0063861Y0231778D01*
X0063865Y0231653D01*
X0063865Y0231529D01*
X0063861Y0231404D01*
X0063853Y0231280D01*
X0063841Y0231157D01*
X0063825Y0231033D01*
X0063805Y0230910D01*
X0063781Y0230788D01*
X0063754Y0230667D01*
X0063723Y0230547D01*
X0063687Y0230427D01*
X0063648Y0230309D01*
X0063606Y0230192D01*
X0063559Y0230077D01*
X0063509Y0229963D01*
X0063455Y0229851D01*
X0063398Y0229741D01*
X0063337Y0229632D01*
X0063273Y0229525D01*
X0063206Y0229421D01*
X0063135Y0229319D01*
X0063061Y0229219D01*
X0062983Y0229121D01*
X0062903Y0229026D01*
X0062820Y0228934D01*
X0062734Y0228844D01*
X0062645Y0228757D01*
X0062553Y0228673D01*
X0062459Y0228592D01*
X0062362Y0228514D01*
X0062262Y0228439D01*
X0062161Y0228368D01*
X0062057Y0228299D01*
X0061951Y0228234D01*
X0061843Y0228173D01*
X0061733Y0228115D01*
X0061621Y0228060D01*
X0061508Y0228009D01*
X0061393Y0227962D01*
X0061276Y0227918D01*
X0061158Y0227878D01*
X0061039Y0227842D01*
X0060919Y0227810D01*
X0060798Y0227781D01*
X0060676Y0227756D01*
X0060554Y0227736D01*
X0060430Y0227719D01*
X0060307Y0227706D01*
X0060183Y0227697D01*
X0060058Y0227692D01*
X0059934Y0227691D01*
X0059810Y0227694D01*
X0059685Y0227701D01*
X0059561Y0227712D01*
X0059438Y0227727D01*
X0059315Y0227746D01*
X0059193Y0227768D01*
X0059071Y0227795D01*
X0058951Y0227825D01*
X0058831Y0227859D01*
X0058713Y0227898D01*
X0058595Y0227939D01*
X0058480Y0227985D01*
X0058365Y0228034D01*
X0058253Y0228087D01*
X0058142Y0228143D01*
X0058033Y0228203D01*
X0057926Y0228267D01*
X0057821Y0228333D01*
X0057718Y0228403D01*
X0057618Y0228477D01*
X0057520Y0228553D01*
X0057424Y0228632D01*
X0057331Y0228715D01*
X0057240Y0228800D01*
X0057153Y0228889D01*
X0057068Y0228980D01*
X0056986Y0229074D01*
X0056908Y0229170D01*
X0056832Y0229269D01*
X0056759Y0229370D01*
X0056690Y0229473D01*
X0056624Y0229579D01*
X0056562Y0229686D01*
X0056503Y0229796D01*
X0056447Y0229907D01*
X0056395Y0230020D01*
X0056347Y0230135D01*
X0056303Y0230251D01*
X0056262Y0230368D01*
X0056225Y0230487D01*
X0056191Y0230607D01*
X0056162Y0230727D01*
X0056136Y0230849D01*
X0056114Y0230972D01*
X0056097Y0231095D01*
X0056083Y0231218D01*
X0056073Y0231342D01*
X0056067Y0231467D01*
X0056065Y0231591D01*
X0055965Y0227591D02*
X0063965Y0235591D01*
X0046065Y0231591D02*
X0046067Y0231715D01*
X0046073Y0231840D01*
X0046083Y0231964D01*
X0046097Y0232087D01*
X0046114Y0232210D01*
X0046136Y0232333D01*
X0046162Y0232455D01*
X0046191Y0232575D01*
X0046225Y0232695D01*
X0046262Y0232814D01*
X0046303Y0232931D01*
X0046347Y0233047D01*
X0046395Y0233162D01*
X0046447Y0233275D01*
X0046503Y0233386D01*
X0046562Y0233496D01*
X0046624Y0233603D01*
X0046690Y0233709D01*
X0046759Y0233812D01*
X0046832Y0233913D01*
X0046908Y0234012D01*
X0046986Y0234108D01*
X0047068Y0234202D01*
X0047153Y0234293D01*
X0047240Y0234382D01*
X0047331Y0234467D01*
X0047424Y0234550D01*
X0047520Y0234629D01*
X0047618Y0234705D01*
X0047718Y0234779D01*
X0047821Y0234849D01*
X0047926Y0234915D01*
X0048033Y0234979D01*
X0048142Y0235039D01*
X0048253Y0235095D01*
X0048365Y0235148D01*
X0048480Y0235197D01*
X0048595Y0235243D01*
X0048713Y0235284D01*
X0048831Y0235323D01*
X0048951Y0235357D01*
X0049071Y0235387D01*
X0049193Y0235414D01*
X0049315Y0235436D01*
X0049438Y0235455D01*
X0049561Y0235470D01*
X0049685Y0235481D01*
X0049810Y0235488D01*
X0049934Y0235491D01*
X0050058Y0235490D01*
X0050183Y0235485D01*
X0050307Y0235476D01*
X0050430Y0235463D01*
X0050554Y0235446D01*
X0050676Y0235426D01*
X0050798Y0235401D01*
X0050919Y0235372D01*
X0051039Y0235340D01*
X0051158Y0235304D01*
X0051276Y0235264D01*
X0051393Y0235220D01*
X0051508Y0235173D01*
X0051621Y0235122D01*
X0051733Y0235067D01*
X0051843Y0235009D01*
X0051951Y0234948D01*
X0052057Y0234883D01*
X0052161Y0234814D01*
X0052262Y0234743D01*
X0052362Y0234668D01*
X0052459Y0234590D01*
X0052553Y0234509D01*
X0052645Y0234425D01*
X0052734Y0234338D01*
X0052820Y0234248D01*
X0052903Y0234156D01*
X0052983Y0234061D01*
X0053061Y0233963D01*
X0053135Y0233863D01*
X0053206Y0233761D01*
X0053273Y0233657D01*
X0053337Y0233550D01*
X0053398Y0233441D01*
X0053455Y0233331D01*
X0053509Y0233219D01*
X0053559Y0233105D01*
X0053606Y0232990D01*
X0053648Y0232873D01*
X0053687Y0232755D01*
X0053723Y0232635D01*
X0053754Y0232515D01*
X0053781Y0232394D01*
X0053805Y0232272D01*
X0053825Y0232149D01*
X0053841Y0232025D01*
X0053853Y0231902D01*
X0053861Y0231778D01*
X0053865Y0231653D01*
X0053865Y0231529D01*
X0053861Y0231404D01*
X0053853Y0231280D01*
X0053841Y0231157D01*
X0053825Y0231033D01*
X0053805Y0230910D01*
X0053781Y0230788D01*
X0053754Y0230667D01*
X0053723Y0230547D01*
X0053687Y0230427D01*
X0053648Y0230309D01*
X0053606Y0230192D01*
X0053559Y0230077D01*
X0053509Y0229963D01*
X0053455Y0229851D01*
X0053398Y0229741D01*
X0053337Y0229632D01*
X0053273Y0229525D01*
X0053206Y0229421D01*
X0053135Y0229319D01*
X0053061Y0229219D01*
X0052983Y0229121D01*
X0052903Y0229026D01*
X0052820Y0228934D01*
X0052734Y0228844D01*
X0052645Y0228757D01*
X0052553Y0228673D01*
X0052459Y0228592D01*
X0052362Y0228514D01*
X0052262Y0228439D01*
X0052161Y0228368D01*
X0052057Y0228299D01*
X0051951Y0228234D01*
X0051843Y0228173D01*
X0051733Y0228115D01*
X0051621Y0228060D01*
X0051508Y0228009D01*
X0051393Y0227962D01*
X0051276Y0227918D01*
X0051158Y0227878D01*
X0051039Y0227842D01*
X0050919Y0227810D01*
X0050798Y0227781D01*
X0050676Y0227756D01*
X0050554Y0227736D01*
X0050430Y0227719D01*
X0050307Y0227706D01*
X0050183Y0227697D01*
X0050058Y0227692D01*
X0049934Y0227691D01*
X0049810Y0227694D01*
X0049685Y0227701D01*
X0049561Y0227712D01*
X0049438Y0227727D01*
X0049315Y0227746D01*
X0049193Y0227768D01*
X0049071Y0227795D01*
X0048951Y0227825D01*
X0048831Y0227859D01*
X0048713Y0227898D01*
X0048595Y0227939D01*
X0048480Y0227985D01*
X0048365Y0228034D01*
X0048253Y0228087D01*
X0048142Y0228143D01*
X0048033Y0228203D01*
X0047926Y0228267D01*
X0047821Y0228333D01*
X0047718Y0228403D01*
X0047618Y0228477D01*
X0047520Y0228553D01*
X0047424Y0228632D01*
X0047331Y0228715D01*
X0047240Y0228800D01*
X0047153Y0228889D01*
X0047068Y0228980D01*
X0046986Y0229074D01*
X0046908Y0229170D01*
X0046832Y0229269D01*
X0046759Y0229370D01*
X0046690Y0229473D01*
X0046624Y0229579D01*
X0046562Y0229686D01*
X0046503Y0229796D01*
X0046447Y0229907D01*
X0046395Y0230020D01*
X0046347Y0230135D01*
X0046303Y0230251D01*
X0046262Y0230368D01*
X0046225Y0230487D01*
X0046191Y0230607D01*
X0046162Y0230727D01*
X0046136Y0230849D01*
X0046114Y0230972D01*
X0046097Y0231095D01*
X0046083Y0231218D01*
X0046073Y0231342D01*
X0046067Y0231467D01*
X0046065Y0231591D01*
X0045965Y0227591D02*
X0053965Y0235591D01*
X0045895Y0260332D02*
X0045897Y0260456D01*
X0045903Y0260581D01*
X0045913Y0260705D01*
X0045927Y0260828D01*
X0045944Y0260951D01*
X0045966Y0261074D01*
X0045992Y0261196D01*
X0046021Y0261316D01*
X0046055Y0261436D01*
X0046092Y0261555D01*
X0046133Y0261672D01*
X0046177Y0261788D01*
X0046225Y0261903D01*
X0046277Y0262016D01*
X0046333Y0262127D01*
X0046392Y0262237D01*
X0046454Y0262344D01*
X0046520Y0262450D01*
X0046589Y0262553D01*
X0046662Y0262654D01*
X0046738Y0262753D01*
X0046816Y0262849D01*
X0046898Y0262943D01*
X0046983Y0263034D01*
X0047070Y0263123D01*
X0047161Y0263208D01*
X0047254Y0263291D01*
X0047350Y0263370D01*
X0047448Y0263446D01*
X0047548Y0263520D01*
X0047651Y0263590D01*
X0047756Y0263656D01*
X0047863Y0263720D01*
X0047972Y0263780D01*
X0048083Y0263836D01*
X0048195Y0263889D01*
X0048310Y0263938D01*
X0048425Y0263984D01*
X0048543Y0264025D01*
X0048661Y0264064D01*
X0048781Y0264098D01*
X0048901Y0264128D01*
X0049023Y0264155D01*
X0049145Y0264177D01*
X0049268Y0264196D01*
X0049391Y0264211D01*
X0049515Y0264222D01*
X0049640Y0264229D01*
X0049764Y0264232D01*
X0049888Y0264231D01*
X0050013Y0264226D01*
X0050137Y0264217D01*
X0050260Y0264204D01*
X0050384Y0264187D01*
X0050506Y0264167D01*
X0050628Y0264142D01*
X0050749Y0264113D01*
X0050869Y0264081D01*
X0050988Y0264045D01*
X0051106Y0264005D01*
X0051223Y0263961D01*
X0051338Y0263914D01*
X0051451Y0263863D01*
X0051563Y0263808D01*
X0051673Y0263750D01*
X0051781Y0263689D01*
X0051887Y0263624D01*
X0051991Y0263555D01*
X0052092Y0263484D01*
X0052192Y0263409D01*
X0052289Y0263331D01*
X0052383Y0263250D01*
X0052475Y0263166D01*
X0052564Y0263079D01*
X0052650Y0262989D01*
X0052733Y0262897D01*
X0052813Y0262802D01*
X0052891Y0262704D01*
X0052965Y0262604D01*
X0053036Y0262502D01*
X0053103Y0262398D01*
X0053167Y0262291D01*
X0053228Y0262182D01*
X0053285Y0262072D01*
X0053339Y0261960D01*
X0053389Y0261846D01*
X0053436Y0261731D01*
X0053478Y0261614D01*
X0053517Y0261496D01*
X0053553Y0261376D01*
X0053584Y0261256D01*
X0053611Y0261135D01*
X0053635Y0261013D01*
X0053655Y0260890D01*
X0053671Y0260766D01*
X0053683Y0260643D01*
X0053691Y0260519D01*
X0053695Y0260394D01*
X0053695Y0260270D01*
X0053691Y0260145D01*
X0053683Y0260021D01*
X0053671Y0259898D01*
X0053655Y0259774D01*
X0053635Y0259651D01*
X0053611Y0259529D01*
X0053584Y0259408D01*
X0053553Y0259288D01*
X0053517Y0259168D01*
X0053478Y0259050D01*
X0053436Y0258933D01*
X0053389Y0258818D01*
X0053339Y0258704D01*
X0053285Y0258592D01*
X0053228Y0258482D01*
X0053167Y0258373D01*
X0053103Y0258266D01*
X0053036Y0258162D01*
X0052965Y0258060D01*
X0052891Y0257960D01*
X0052813Y0257862D01*
X0052733Y0257767D01*
X0052650Y0257675D01*
X0052564Y0257585D01*
X0052475Y0257498D01*
X0052383Y0257414D01*
X0052289Y0257333D01*
X0052192Y0257255D01*
X0052092Y0257180D01*
X0051991Y0257109D01*
X0051887Y0257040D01*
X0051781Y0256975D01*
X0051673Y0256914D01*
X0051563Y0256856D01*
X0051451Y0256801D01*
X0051338Y0256750D01*
X0051223Y0256703D01*
X0051106Y0256659D01*
X0050988Y0256619D01*
X0050869Y0256583D01*
X0050749Y0256551D01*
X0050628Y0256522D01*
X0050506Y0256497D01*
X0050384Y0256477D01*
X0050260Y0256460D01*
X0050137Y0256447D01*
X0050013Y0256438D01*
X0049888Y0256433D01*
X0049764Y0256432D01*
X0049640Y0256435D01*
X0049515Y0256442D01*
X0049391Y0256453D01*
X0049268Y0256468D01*
X0049145Y0256487D01*
X0049023Y0256509D01*
X0048901Y0256536D01*
X0048781Y0256566D01*
X0048661Y0256600D01*
X0048543Y0256639D01*
X0048425Y0256680D01*
X0048310Y0256726D01*
X0048195Y0256775D01*
X0048083Y0256828D01*
X0047972Y0256884D01*
X0047863Y0256944D01*
X0047756Y0257008D01*
X0047651Y0257074D01*
X0047548Y0257144D01*
X0047448Y0257218D01*
X0047350Y0257294D01*
X0047254Y0257373D01*
X0047161Y0257456D01*
X0047070Y0257541D01*
X0046983Y0257630D01*
X0046898Y0257721D01*
X0046816Y0257815D01*
X0046738Y0257911D01*
X0046662Y0258010D01*
X0046589Y0258111D01*
X0046520Y0258214D01*
X0046454Y0258320D01*
X0046392Y0258427D01*
X0046333Y0258537D01*
X0046277Y0258648D01*
X0046225Y0258761D01*
X0046177Y0258876D01*
X0046133Y0258992D01*
X0046092Y0259109D01*
X0046055Y0259228D01*
X0046021Y0259348D01*
X0045992Y0259468D01*
X0045966Y0259590D01*
X0045944Y0259713D01*
X0045927Y0259836D01*
X0045913Y0259959D01*
X0045903Y0260083D01*
X0045897Y0260208D01*
X0045895Y0260332D01*
X0045795Y0256332D02*
X0053795Y0264332D01*
X0055895Y0260332D02*
X0055897Y0260456D01*
X0055903Y0260581D01*
X0055913Y0260705D01*
X0055927Y0260828D01*
X0055944Y0260951D01*
X0055966Y0261074D01*
X0055992Y0261196D01*
X0056021Y0261316D01*
X0056055Y0261436D01*
X0056092Y0261555D01*
X0056133Y0261672D01*
X0056177Y0261788D01*
X0056225Y0261903D01*
X0056277Y0262016D01*
X0056333Y0262127D01*
X0056392Y0262237D01*
X0056454Y0262344D01*
X0056520Y0262450D01*
X0056589Y0262553D01*
X0056662Y0262654D01*
X0056738Y0262753D01*
X0056816Y0262849D01*
X0056898Y0262943D01*
X0056983Y0263034D01*
X0057070Y0263123D01*
X0057161Y0263208D01*
X0057254Y0263291D01*
X0057350Y0263370D01*
X0057448Y0263446D01*
X0057548Y0263520D01*
X0057651Y0263590D01*
X0057756Y0263656D01*
X0057863Y0263720D01*
X0057972Y0263780D01*
X0058083Y0263836D01*
X0058195Y0263889D01*
X0058310Y0263938D01*
X0058425Y0263984D01*
X0058543Y0264025D01*
X0058661Y0264064D01*
X0058781Y0264098D01*
X0058901Y0264128D01*
X0059023Y0264155D01*
X0059145Y0264177D01*
X0059268Y0264196D01*
X0059391Y0264211D01*
X0059515Y0264222D01*
X0059640Y0264229D01*
X0059764Y0264232D01*
X0059888Y0264231D01*
X0060013Y0264226D01*
X0060137Y0264217D01*
X0060260Y0264204D01*
X0060384Y0264187D01*
X0060506Y0264167D01*
X0060628Y0264142D01*
X0060749Y0264113D01*
X0060869Y0264081D01*
X0060988Y0264045D01*
X0061106Y0264005D01*
X0061223Y0263961D01*
X0061338Y0263914D01*
X0061451Y0263863D01*
X0061563Y0263808D01*
X0061673Y0263750D01*
X0061781Y0263689D01*
X0061887Y0263624D01*
X0061991Y0263555D01*
X0062092Y0263484D01*
X0062192Y0263409D01*
X0062289Y0263331D01*
X0062383Y0263250D01*
X0062475Y0263166D01*
X0062564Y0263079D01*
X0062650Y0262989D01*
X0062733Y0262897D01*
X0062813Y0262802D01*
X0062891Y0262704D01*
X0062965Y0262604D01*
X0063036Y0262502D01*
X0063103Y0262398D01*
X0063167Y0262291D01*
X0063228Y0262182D01*
X0063285Y0262072D01*
X0063339Y0261960D01*
X0063389Y0261846D01*
X0063436Y0261731D01*
X0063478Y0261614D01*
X0063517Y0261496D01*
X0063553Y0261376D01*
X0063584Y0261256D01*
X0063611Y0261135D01*
X0063635Y0261013D01*
X0063655Y0260890D01*
X0063671Y0260766D01*
X0063683Y0260643D01*
X0063691Y0260519D01*
X0063695Y0260394D01*
X0063695Y0260270D01*
X0063691Y0260145D01*
X0063683Y0260021D01*
X0063671Y0259898D01*
X0063655Y0259774D01*
X0063635Y0259651D01*
X0063611Y0259529D01*
X0063584Y0259408D01*
X0063553Y0259288D01*
X0063517Y0259168D01*
X0063478Y0259050D01*
X0063436Y0258933D01*
X0063389Y0258818D01*
X0063339Y0258704D01*
X0063285Y0258592D01*
X0063228Y0258482D01*
X0063167Y0258373D01*
X0063103Y0258266D01*
X0063036Y0258162D01*
X0062965Y0258060D01*
X0062891Y0257960D01*
X0062813Y0257862D01*
X0062733Y0257767D01*
X0062650Y0257675D01*
X0062564Y0257585D01*
X0062475Y0257498D01*
X0062383Y0257414D01*
X0062289Y0257333D01*
X0062192Y0257255D01*
X0062092Y0257180D01*
X0061991Y0257109D01*
X0061887Y0257040D01*
X0061781Y0256975D01*
X0061673Y0256914D01*
X0061563Y0256856D01*
X0061451Y0256801D01*
X0061338Y0256750D01*
X0061223Y0256703D01*
X0061106Y0256659D01*
X0060988Y0256619D01*
X0060869Y0256583D01*
X0060749Y0256551D01*
X0060628Y0256522D01*
X0060506Y0256497D01*
X0060384Y0256477D01*
X0060260Y0256460D01*
X0060137Y0256447D01*
X0060013Y0256438D01*
X0059888Y0256433D01*
X0059764Y0256432D01*
X0059640Y0256435D01*
X0059515Y0256442D01*
X0059391Y0256453D01*
X0059268Y0256468D01*
X0059145Y0256487D01*
X0059023Y0256509D01*
X0058901Y0256536D01*
X0058781Y0256566D01*
X0058661Y0256600D01*
X0058543Y0256639D01*
X0058425Y0256680D01*
X0058310Y0256726D01*
X0058195Y0256775D01*
X0058083Y0256828D01*
X0057972Y0256884D01*
X0057863Y0256944D01*
X0057756Y0257008D01*
X0057651Y0257074D01*
X0057548Y0257144D01*
X0057448Y0257218D01*
X0057350Y0257294D01*
X0057254Y0257373D01*
X0057161Y0257456D01*
X0057070Y0257541D01*
X0056983Y0257630D01*
X0056898Y0257721D01*
X0056816Y0257815D01*
X0056738Y0257911D01*
X0056662Y0258010D01*
X0056589Y0258111D01*
X0056520Y0258214D01*
X0056454Y0258320D01*
X0056392Y0258427D01*
X0056333Y0258537D01*
X0056277Y0258648D01*
X0056225Y0258761D01*
X0056177Y0258876D01*
X0056133Y0258992D01*
X0056092Y0259109D01*
X0056055Y0259228D01*
X0056021Y0259348D01*
X0055992Y0259468D01*
X0055966Y0259590D01*
X0055944Y0259713D01*
X0055927Y0259836D01*
X0055913Y0259959D01*
X0055903Y0260083D01*
X0055897Y0260208D01*
X0055895Y0260332D01*
X0055795Y0256332D02*
X0063795Y0264332D01*
X0061252Y0212250D02*
X0061254Y0212374D01*
X0061260Y0212499D01*
X0061270Y0212623D01*
X0061284Y0212746D01*
X0061301Y0212869D01*
X0061323Y0212992D01*
X0061349Y0213114D01*
X0061378Y0213234D01*
X0061412Y0213354D01*
X0061449Y0213473D01*
X0061490Y0213590D01*
X0061534Y0213706D01*
X0061582Y0213821D01*
X0061634Y0213934D01*
X0061690Y0214045D01*
X0061749Y0214155D01*
X0061811Y0214262D01*
X0061877Y0214368D01*
X0061946Y0214471D01*
X0062019Y0214572D01*
X0062095Y0214671D01*
X0062173Y0214767D01*
X0062255Y0214861D01*
X0062340Y0214952D01*
X0062427Y0215041D01*
X0062518Y0215126D01*
X0062611Y0215209D01*
X0062707Y0215288D01*
X0062805Y0215364D01*
X0062905Y0215438D01*
X0063008Y0215508D01*
X0063113Y0215574D01*
X0063220Y0215638D01*
X0063329Y0215698D01*
X0063440Y0215754D01*
X0063552Y0215807D01*
X0063667Y0215856D01*
X0063782Y0215902D01*
X0063900Y0215943D01*
X0064018Y0215982D01*
X0064138Y0216016D01*
X0064258Y0216046D01*
X0064380Y0216073D01*
X0064502Y0216095D01*
X0064625Y0216114D01*
X0064748Y0216129D01*
X0064872Y0216140D01*
X0064997Y0216147D01*
X0065121Y0216150D01*
X0065245Y0216149D01*
X0065370Y0216144D01*
X0065494Y0216135D01*
X0065617Y0216122D01*
X0065741Y0216105D01*
X0065863Y0216085D01*
X0065985Y0216060D01*
X0066106Y0216031D01*
X0066226Y0215999D01*
X0066345Y0215963D01*
X0066463Y0215923D01*
X0066580Y0215879D01*
X0066695Y0215832D01*
X0066808Y0215781D01*
X0066920Y0215726D01*
X0067030Y0215668D01*
X0067138Y0215607D01*
X0067244Y0215542D01*
X0067348Y0215473D01*
X0067449Y0215402D01*
X0067549Y0215327D01*
X0067646Y0215249D01*
X0067740Y0215168D01*
X0067832Y0215084D01*
X0067921Y0214997D01*
X0068007Y0214907D01*
X0068090Y0214815D01*
X0068170Y0214720D01*
X0068248Y0214622D01*
X0068322Y0214522D01*
X0068393Y0214420D01*
X0068460Y0214316D01*
X0068524Y0214209D01*
X0068585Y0214100D01*
X0068642Y0213990D01*
X0068696Y0213878D01*
X0068746Y0213764D01*
X0068793Y0213649D01*
X0068835Y0213532D01*
X0068874Y0213414D01*
X0068910Y0213294D01*
X0068941Y0213174D01*
X0068968Y0213053D01*
X0068992Y0212931D01*
X0069012Y0212808D01*
X0069028Y0212684D01*
X0069040Y0212561D01*
X0069048Y0212437D01*
X0069052Y0212312D01*
X0069052Y0212188D01*
X0069048Y0212063D01*
X0069040Y0211939D01*
X0069028Y0211816D01*
X0069012Y0211692D01*
X0068992Y0211569D01*
X0068968Y0211447D01*
X0068941Y0211326D01*
X0068910Y0211206D01*
X0068874Y0211086D01*
X0068835Y0210968D01*
X0068793Y0210851D01*
X0068746Y0210736D01*
X0068696Y0210622D01*
X0068642Y0210510D01*
X0068585Y0210400D01*
X0068524Y0210291D01*
X0068460Y0210184D01*
X0068393Y0210080D01*
X0068322Y0209978D01*
X0068248Y0209878D01*
X0068170Y0209780D01*
X0068090Y0209685D01*
X0068007Y0209593D01*
X0067921Y0209503D01*
X0067832Y0209416D01*
X0067740Y0209332D01*
X0067646Y0209251D01*
X0067549Y0209173D01*
X0067449Y0209098D01*
X0067348Y0209027D01*
X0067244Y0208958D01*
X0067138Y0208893D01*
X0067030Y0208832D01*
X0066920Y0208774D01*
X0066808Y0208719D01*
X0066695Y0208668D01*
X0066580Y0208621D01*
X0066463Y0208577D01*
X0066345Y0208537D01*
X0066226Y0208501D01*
X0066106Y0208469D01*
X0065985Y0208440D01*
X0065863Y0208415D01*
X0065741Y0208395D01*
X0065617Y0208378D01*
X0065494Y0208365D01*
X0065370Y0208356D01*
X0065245Y0208351D01*
X0065121Y0208350D01*
X0064997Y0208353D01*
X0064872Y0208360D01*
X0064748Y0208371D01*
X0064625Y0208386D01*
X0064502Y0208405D01*
X0064380Y0208427D01*
X0064258Y0208454D01*
X0064138Y0208484D01*
X0064018Y0208518D01*
X0063900Y0208557D01*
X0063782Y0208598D01*
X0063667Y0208644D01*
X0063552Y0208693D01*
X0063440Y0208746D01*
X0063329Y0208802D01*
X0063220Y0208862D01*
X0063113Y0208926D01*
X0063008Y0208992D01*
X0062905Y0209062D01*
X0062805Y0209136D01*
X0062707Y0209212D01*
X0062611Y0209291D01*
X0062518Y0209374D01*
X0062427Y0209459D01*
X0062340Y0209548D01*
X0062255Y0209639D01*
X0062173Y0209733D01*
X0062095Y0209829D01*
X0062019Y0209928D01*
X0061946Y0210029D01*
X0061877Y0210132D01*
X0061811Y0210238D01*
X0061749Y0210345D01*
X0061690Y0210455D01*
X0061634Y0210566D01*
X0061582Y0210679D01*
X0061534Y0210794D01*
X0061490Y0210910D01*
X0061449Y0211027D01*
X0061412Y0211146D01*
X0061378Y0211266D01*
X0061349Y0211386D01*
X0061323Y0211508D01*
X0061301Y0211631D01*
X0061284Y0211754D01*
X0061270Y0211877D01*
X0061260Y0212001D01*
X0061254Y0212126D01*
X0061252Y0212250D01*
X0061152Y0208250D02*
X0069152Y0216250D01*
X0066252Y0212250D02*
X0066254Y0212374D01*
X0066260Y0212499D01*
X0066270Y0212623D01*
X0066284Y0212746D01*
X0066301Y0212869D01*
X0066323Y0212992D01*
X0066349Y0213114D01*
X0066378Y0213234D01*
X0066412Y0213354D01*
X0066449Y0213473D01*
X0066490Y0213590D01*
X0066534Y0213706D01*
X0066582Y0213821D01*
X0066634Y0213934D01*
X0066690Y0214045D01*
X0066749Y0214155D01*
X0066811Y0214262D01*
X0066877Y0214368D01*
X0066946Y0214471D01*
X0067019Y0214572D01*
X0067095Y0214671D01*
X0067173Y0214767D01*
X0067255Y0214861D01*
X0067340Y0214952D01*
X0067427Y0215041D01*
X0067518Y0215126D01*
X0067611Y0215209D01*
X0067707Y0215288D01*
X0067805Y0215364D01*
X0067905Y0215438D01*
X0068008Y0215508D01*
X0068113Y0215574D01*
X0068220Y0215638D01*
X0068329Y0215698D01*
X0068440Y0215754D01*
X0068552Y0215807D01*
X0068667Y0215856D01*
X0068782Y0215902D01*
X0068900Y0215943D01*
X0069018Y0215982D01*
X0069138Y0216016D01*
X0069258Y0216046D01*
X0069380Y0216073D01*
X0069502Y0216095D01*
X0069625Y0216114D01*
X0069748Y0216129D01*
X0069872Y0216140D01*
X0069997Y0216147D01*
X0070121Y0216150D01*
X0070245Y0216149D01*
X0070370Y0216144D01*
X0070494Y0216135D01*
X0070617Y0216122D01*
X0070741Y0216105D01*
X0070863Y0216085D01*
X0070985Y0216060D01*
X0071106Y0216031D01*
X0071226Y0215999D01*
X0071345Y0215963D01*
X0071463Y0215923D01*
X0071580Y0215879D01*
X0071695Y0215832D01*
X0071808Y0215781D01*
X0071920Y0215726D01*
X0072030Y0215668D01*
X0072138Y0215607D01*
X0072244Y0215542D01*
X0072348Y0215473D01*
X0072449Y0215402D01*
X0072549Y0215327D01*
X0072646Y0215249D01*
X0072740Y0215168D01*
X0072832Y0215084D01*
X0072921Y0214997D01*
X0073007Y0214907D01*
X0073090Y0214815D01*
X0073170Y0214720D01*
X0073248Y0214622D01*
X0073322Y0214522D01*
X0073393Y0214420D01*
X0073460Y0214316D01*
X0073524Y0214209D01*
X0073585Y0214100D01*
X0073642Y0213990D01*
X0073696Y0213878D01*
X0073746Y0213764D01*
X0073793Y0213649D01*
X0073835Y0213532D01*
X0073874Y0213414D01*
X0073910Y0213294D01*
X0073941Y0213174D01*
X0073968Y0213053D01*
X0073992Y0212931D01*
X0074012Y0212808D01*
X0074028Y0212684D01*
X0074040Y0212561D01*
X0074048Y0212437D01*
X0074052Y0212312D01*
X0074052Y0212188D01*
X0074048Y0212063D01*
X0074040Y0211939D01*
X0074028Y0211816D01*
X0074012Y0211692D01*
X0073992Y0211569D01*
X0073968Y0211447D01*
X0073941Y0211326D01*
X0073910Y0211206D01*
X0073874Y0211086D01*
X0073835Y0210968D01*
X0073793Y0210851D01*
X0073746Y0210736D01*
X0073696Y0210622D01*
X0073642Y0210510D01*
X0073585Y0210400D01*
X0073524Y0210291D01*
X0073460Y0210184D01*
X0073393Y0210080D01*
X0073322Y0209978D01*
X0073248Y0209878D01*
X0073170Y0209780D01*
X0073090Y0209685D01*
X0073007Y0209593D01*
X0072921Y0209503D01*
X0072832Y0209416D01*
X0072740Y0209332D01*
X0072646Y0209251D01*
X0072549Y0209173D01*
X0072449Y0209098D01*
X0072348Y0209027D01*
X0072244Y0208958D01*
X0072138Y0208893D01*
X0072030Y0208832D01*
X0071920Y0208774D01*
X0071808Y0208719D01*
X0071695Y0208668D01*
X0071580Y0208621D01*
X0071463Y0208577D01*
X0071345Y0208537D01*
X0071226Y0208501D01*
X0071106Y0208469D01*
X0070985Y0208440D01*
X0070863Y0208415D01*
X0070741Y0208395D01*
X0070617Y0208378D01*
X0070494Y0208365D01*
X0070370Y0208356D01*
X0070245Y0208351D01*
X0070121Y0208350D01*
X0069997Y0208353D01*
X0069872Y0208360D01*
X0069748Y0208371D01*
X0069625Y0208386D01*
X0069502Y0208405D01*
X0069380Y0208427D01*
X0069258Y0208454D01*
X0069138Y0208484D01*
X0069018Y0208518D01*
X0068900Y0208557D01*
X0068782Y0208598D01*
X0068667Y0208644D01*
X0068552Y0208693D01*
X0068440Y0208746D01*
X0068329Y0208802D01*
X0068220Y0208862D01*
X0068113Y0208926D01*
X0068008Y0208992D01*
X0067905Y0209062D01*
X0067805Y0209136D01*
X0067707Y0209212D01*
X0067611Y0209291D01*
X0067518Y0209374D01*
X0067427Y0209459D01*
X0067340Y0209548D01*
X0067255Y0209639D01*
X0067173Y0209733D01*
X0067095Y0209829D01*
X0067019Y0209928D01*
X0066946Y0210029D01*
X0066877Y0210132D01*
X0066811Y0210238D01*
X0066749Y0210345D01*
X0066690Y0210455D01*
X0066634Y0210566D01*
X0066582Y0210679D01*
X0066534Y0210794D01*
X0066490Y0210910D01*
X0066449Y0211027D01*
X0066412Y0211146D01*
X0066378Y0211266D01*
X0066349Y0211386D01*
X0066323Y0211508D01*
X0066301Y0211631D01*
X0066284Y0211754D01*
X0066270Y0211877D01*
X0066260Y0212001D01*
X0066254Y0212126D01*
X0066252Y0212250D01*
X0066152Y0208250D02*
X0074152Y0216250D01*
X0071252Y0212250D02*
X0071254Y0212374D01*
X0071260Y0212499D01*
X0071270Y0212623D01*
X0071284Y0212746D01*
X0071301Y0212869D01*
X0071323Y0212992D01*
X0071349Y0213114D01*
X0071378Y0213234D01*
X0071412Y0213354D01*
X0071449Y0213473D01*
X0071490Y0213590D01*
X0071534Y0213706D01*
X0071582Y0213821D01*
X0071634Y0213934D01*
X0071690Y0214045D01*
X0071749Y0214155D01*
X0071811Y0214262D01*
X0071877Y0214368D01*
X0071946Y0214471D01*
X0072019Y0214572D01*
X0072095Y0214671D01*
X0072173Y0214767D01*
X0072255Y0214861D01*
X0072340Y0214952D01*
X0072427Y0215041D01*
X0072518Y0215126D01*
X0072611Y0215209D01*
X0072707Y0215288D01*
X0072805Y0215364D01*
X0072905Y0215438D01*
X0073008Y0215508D01*
X0073113Y0215574D01*
X0073220Y0215638D01*
X0073329Y0215698D01*
X0073440Y0215754D01*
X0073552Y0215807D01*
X0073667Y0215856D01*
X0073782Y0215902D01*
X0073900Y0215943D01*
X0074018Y0215982D01*
X0074138Y0216016D01*
X0074258Y0216046D01*
X0074380Y0216073D01*
X0074502Y0216095D01*
X0074625Y0216114D01*
X0074748Y0216129D01*
X0074872Y0216140D01*
X0074997Y0216147D01*
X0075121Y0216150D01*
X0075245Y0216149D01*
X0075370Y0216144D01*
X0075494Y0216135D01*
X0075617Y0216122D01*
X0075741Y0216105D01*
X0075863Y0216085D01*
X0075985Y0216060D01*
X0076106Y0216031D01*
X0076226Y0215999D01*
X0076345Y0215963D01*
X0076463Y0215923D01*
X0076580Y0215879D01*
X0076695Y0215832D01*
X0076808Y0215781D01*
X0076920Y0215726D01*
X0077030Y0215668D01*
X0077138Y0215607D01*
X0077244Y0215542D01*
X0077348Y0215473D01*
X0077449Y0215402D01*
X0077549Y0215327D01*
X0077646Y0215249D01*
X0077740Y0215168D01*
X0077832Y0215084D01*
X0077921Y0214997D01*
X0078007Y0214907D01*
X0078090Y0214815D01*
X0078170Y0214720D01*
X0078248Y0214622D01*
X0078322Y0214522D01*
X0078393Y0214420D01*
X0078460Y0214316D01*
X0078524Y0214209D01*
X0078585Y0214100D01*
X0078642Y0213990D01*
X0078696Y0213878D01*
X0078746Y0213764D01*
X0078793Y0213649D01*
X0078835Y0213532D01*
X0078874Y0213414D01*
X0078910Y0213294D01*
X0078941Y0213174D01*
X0078968Y0213053D01*
X0078992Y0212931D01*
X0079012Y0212808D01*
X0079028Y0212684D01*
X0079040Y0212561D01*
X0079048Y0212437D01*
X0079052Y0212312D01*
X0079052Y0212188D01*
X0079048Y0212063D01*
X0079040Y0211939D01*
X0079028Y0211816D01*
X0079012Y0211692D01*
X0078992Y0211569D01*
X0078968Y0211447D01*
X0078941Y0211326D01*
X0078910Y0211206D01*
X0078874Y0211086D01*
X0078835Y0210968D01*
X0078793Y0210851D01*
X0078746Y0210736D01*
X0078696Y0210622D01*
X0078642Y0210510D01*
X0078585Y0210400D01*
X0078524Y0210291D01*
X0078460Y0210184D01*
X0078393Y0210080D01*
X0078322Y0209978D01*
X0078248Y0209878D01*
X0078170Y0209780D01*
X0078090Y0209685D01*
X0078007Y0209593D01*
X0077921Y0209503D01*
X0077832Y0209416D01*
X0077740Y0209332D01*
X0077646Y0209251D01*
X0077549Y0209173D01*
X0077449Y0209098D01*
X0077348Y0209027D01*
X0077244Y0208958D01*
X0077138Y0208893D01*
X0077030Y0208832D01*
X0076920Y0208774D01*
X0076808Y0208719D01*
X0076695Y0208668D01*
X0076580Y0208621D01*
X0076463Y0208577D01*
X0076345Y0208537D01*
X0076226Y0208501D01*
X0076106Y0208469D01*
X0075985Y0208440D01*
X0075863Y0208415D01*
X0075741Y0208395D01*
X0075617Y0208378D01*
X0075494Y0208365D01*
X0075370Y0208356D01*
X0075245Y0208351D01*
X0075121Y0208350D01*
X0074997Y0208353D01*
X0074872Y0208360D01*
X0074748Y0208371D01*
X0074625Y0208386D01*
X0074502Y0208405D01*
X0074380Y0208427D01*
X0074258Y0208454D01*
X0074138Y0208484D01*
X0074018Y0208518D01*
X0073900Y0208557D01*
X0073782Y0208598D01*
X0073667Y0208644D01*
X0073552Y0208693D01*
X0073440Y0208746D01*
X0073329Y0208802D01*
X0073220Y0208862D01*
X0073113Y0208926D01*
X0073008Y0208992D01*
X0072905Y0209062D01*
X0072805Y0209136D01*
X0072707Y0209212D01*
X0072611Y0209291D01*
X0072518Y0209374D01*
X0072427Y0209459D01*
X0072340Y0209548D01*
X0072255Y0209639D01*
X0072173Y0209733D01*
X0072095Y0209829D01*
X0072019Y0209928D01*
X0071946Y0210029D01*
X0071877Y0210132D01*
X0071811Y0210238D01*
X0071749Y0210345D01*
X0071690Y0210455D01*
X0071634Y0210566D01*
X0071582Y0210679D01*
X0071534Y0210794D01*
X0071490Y0210910D01*
X0071449Y0211027D01*
X0071412Y0211146D01*
X0071378Y0211266D01*
X0071349Y0211386D01*
X0071323Y0211508D01*
X0071301Y0211631D01*
X0071284Y0211754D01*
X0071270Y0211877D01*
X0071260Y0212001D01*
X0071254Y0212126D01*
X0071252Y0212250D01*
X0071152Y0208250D02*
X0079152Y0216250D01*
X0085002Y0198500D02*
X0085004Y0198624D01*
X0085010Y0198749D01*
X0085020Y0198873D01*
X0085034Y0198996D01*
X0085051Y0199119D01*
X0085073Y0199242D01*
X0085099Y0199364D01*
X0085128Y0199484D01*
X0085162Y0199604D01*
X0085199Y0199723D01*
X0085240Y0199840D01*
X0085284Y0199956D01*
X0085332Y0200071D01*
X0085384Y0200184D01*
X0085440Y0200295D01*
X0085499Y0200405D01*
X0085561Y0200512D01*
X0085627Y0200618D01*
X0085696Y0200721D01*
X0085769Y0200822D01*
X0085845Y0200921D01*
X0085923Y0201017D01*
X0086005Y0201111D01*
X0086090Y0201202D01*
X0086177Y0201291D01*
X0086268Y0201376D01*
X0086361Y0201459D01*
X0086457Y0201538D01*
X0086555Y0201614D01*
X0086655Y0201688D01*
X0086758Y0201758D01*
X0086863Y0201824D01*
X0086970Y0201888D01*
X0087079Y0201948D01*
X0087190Y0202004D01*
X0087302Y0202057D01*
X0087417Y0202106D01*
X0087532Y0202152D01*
X0087650Y0202193D01*
X0087768Y0202232D01*
X0087888Y0202266D01*
X0088008Y0202296D01*
X0088130Y0202323D01*
X0088252Y0202345D01*
X0088375Y0202364D01*
X0088498Y0202379D01*
X0088622Y0202390D01*
X0088747Y0202397D01*
X0088871Y0202400D01*
X0088995Y0202399D01*
X0089120Y0202394D01*
X0089244Y0202385D01*
X0089367Y0202372D01*
X0089491Y0202355D01*
X0089613Y0202335D01*
X0089735Y0202310D01*
X0089856Y0202281D01*
X0089976Y0202249D01*
X0090095Y0202213D01*
X0090213Y0202173D01*
X0090330Y0202129D01*
X0090445Y0202082D01*
X0090558Y0202031D01*
X0090670Y0201976D01*
X0090780Y0201918D01*
X0090888Y0201857D01*
X0090994Y0201792D01*
X0091098Y0201723D01*
X0091199Y0201652D01*
X0091299Y0201577D01*
X0091396Y0201499D01*
X0091490Y0201418D01*
X0091582Y0201334D01*
X0091671Y0201247D01*
X0091757Y0201157D01*
X0091840Y0201065D01*
X0091920Y0200970D01*
X0091998Y0200872D01*
X0092072Y0200772D01*
X0092143Y0200670D01*
X0092210Y0200566D01*
X0092274Y0200459D01*
X0092335Y0200350D01*
X0092392Y0200240D01*
X0092446Y0200128D01*
X0092496Y0200014D01*
X0092543Y0199899D01*
X0092585Y0199782D01*
X0092624Y0199664D01*
X0092660Y0199544D01*
X0092691Y0199424D01*
X0092718Y0199303D01*
X0092742Y0199181D01*
X0092762Y0199058D01*
X0092778Y0198934D01*
X0092790Y0198811D01*
X0092798Y0198687D01*
X0092802Y0198562D01*
X0092802Y0198438D01*
X0092798Y0198313D01*
X0092790Y0198189D01*
X0092778Y0198066D01*
X0092762Y0197942D01*
X0092742Y0197819D01*
X0092718Y0197697D01*
X0092691Y0197576D01*
X0092660Y0197456D01*
X0092624Y0197336D01*
X0092585Y0197218D01*
X0092543Y0197101D01*
X0092496Y0196986D01*
X0092446Y0196872D01*
X0092392Y0196760D01*
X0092335Y0196650D01*
X0092274Y0196541D01*
X0092210Y0196434D01*
X0092143Y0196330D01*
X0092072Y0196228D01*
X0091998Y0196128D01*
X0091920Y0196030D01*
X0091840Y0195935D01*
X0091757Y0195843D01*
X0091671Y0195753D01*
X0091582Y0195666D01*
X0091490Y0195582D01*
X0091396Y0195501D01*
X0091299Y0195423D01*
X0091199Y0195348D01*
X0091098Y0195277D01*
X0090994Y0195208D01*
X0090888Y0195143D01*
X0090780Y0195082D01*
X0090670Y0195024D01*
X0090558Y0194969D01*
X0090445Y0194918D01*
X0090330Y0194871D01*
X0090213Y0194827D01*
X0090095Y0194787D01*
X0089976Y0194751D01*
X0089856Y0194719D01*
X0089735Y0194690D01*
X0089613Y0194665D01*
X0089491Y0194645D01*
X0089367Y0194628D01*
X0089244Y0194615D01*
X0089120Y0194606D01*
X0088995Y0194601D01*
X0088871Y0194600D01*
X0088747Y0194603D01*
X0088622Y0194610D01*
X0088498Y0194621D01*
X0088375Y0194636D01*
X0088252Y0194655D01*
X0088130Y0194677D01*
X0088008Y0194704D01*
X0087888Y0194734D01*
X0087768Y0194768D01*
X0087650Y0194807D01*
X0087532Y0194848D01*
X0087417Y0194894D01*
X0087302Y0194943D01*
X0087190Y0194996D01*
X0087079Y0195052D01*
X0086970Y0195112D01*
X0086863Y0195176D01*
X0086758Y0195242D01*
X0086655Y0195312D01*
X0086555Y0195386D01*
X0086457Y0195462D01*
X0086361Y0195541D01*
X0086268Y0195624D01*
X0086177Y0195709D01*
X0086090Y0195798D01*
X0086005Y0195889D01*
X0085923Y0195983D01*
X0085845Y0196079D01*
X0085769Y0196178D01*
X0085696Y0196279D01*
X0085627Y0196382D01*
X0085561Y0196488D01*
X0085499Y0196595D01*
X0085440Y0196705D01*
X0085384Y0196816D01*
X0085332Y0196929D01*
X0085284Y0197044D01*
X0085240Y0197160D01*
X0085199Y0197277D01*
X0085162Y0197396D01*
X0085128Y0197516D01*
X0085099Y0197636D01*
X0085073Y0197758D01*
X0085051Y0197881D01*
X0085034Y0198004D01*
X0085020Y0198127D01*
X0085010Y0198251D01*
X0085004Y0198376D01*
X0085002Y0198500D01*
X0084902Y0194500D02*
X0092902Y0202500D01*
X0070002Y0191000D02*
X0070004Y0191124D01*
X0070010Y0191249D01*
X0070020Y0191373D01*
X0070034Y0191496D01*
X0070051Y0191619D01*
X0070073Y0191742D01*
X0070099Y0191864D01*
X0070128Y0191984D01*
X0070162Y0192104D01*
X0070199Y0192223D01*
X0070240Y0192340D01*
X0070284Y0192456D01*
X0070332Y0192571D01*
X0070384Y0192684D01*
X0070440Y0192795D01*
X0070499Y0192905D01*
X0070561Y0193012D01*
X0070627Y0193118D01*
X0070696Y0193221D01*
X0070769Y0193322D01*
X0070845Y0193421D01*
X0070923Y0193517D01*
X0071005Y0193611D01*
X0071090Y0193702D01*
X0071177Y0193791D01*
X0071268Y0193876D01*
X0071361Y0193959D01*
X0071457Y0194038D01*
X0071555Y0194114D01*
X0071655Y0194188D01*
X0071758Y0194258D01*
X0071863Y0194324D01*
X0071970Y0194388D01*
X0072079Y0194448D01*
X0072190Y0194504D01*
X0072302Y0194557D01*
X0072417Y0194606D01*
X0072532Y0194652D01*
X0072650Y0194693D01*
X0072768Y0194732D01*
X0072888Y0194766D01*
X0073008Y0194796D01*
X0073130Y0194823D01*
X0073252Y0194845D01*
X0073375Y0194864D01*
X0073498Y0194879D01*
X0073622Y0194890D01*
X0073747Y0194897D01*
X0073871Y0194900D01*
X0073995Y0194899D01*
X0074120Y0194894D01*
X0074244Y0194885D01*
X0074367Y0194872D01*
X0074491Y0194855D01*
X0074613Y0194835D01*
X0074735Y0194810D01*
X0074856Y0194781D01*
X0074976Y0194749D01*
X0075095Y0194713D01*
X0075213Y0194673D01*
X0075330Y0194629D01*
X0075445Y0194582D01*
X0075558Y0194531D01*
X0075670Y0194476D01*
X0075780Y0194418D01*
X0075888Y0194357D01*
X0075994Y0194292D01*
X0076098Y0194223D01*
X0076199Y0194152D01*
X0076299Y0194077D01*
X0076396Y0193999D01*
X0076490Y0193918D01*
X0076582Y0193834D01*
X0076671Y0193747D01*
X0076757Y0193657D01*
X0076840Y0193565D01*
X0076920Y0193470D01*
X0076998Y0193372D01*
X0077072Y0193272D01*
X0077143Y0193170D01*
X0077210Y0193066D01*
X0077274Y0192959D01*
X0077335Y0192850D01*
X0077392Y0192740D01*
X0077446Y0192628D01*
X0077496Y0192514D01*
X0077543Y0192399D01*
X0077585Y0192282D01*
X0077624Y0192164D01*
X0077660Y0192044D01*
X0077691Y0191924D01*
X0077718Y0191803D01*
X0077742Y0191681D01*
X0077762Y0191558D01*
X0077778Y0191434D01*
X0077790Y0191311D01*
X0077798Y0191187D01*
X0077802Y0191062D01*
X0077802Y0190938D01*
X0077798Y0190813D01*
X0077790Y0190689D01*
X0077778Y0190566D01*
X0077762Y0190442D01*
X0077742Y0190319D01*
X0077718Y0190197D01*
X0077691Y0190076D01*
X0077660Y0189956D01*
X0077624Y0189836D01*
X0077585Y0189718D01*
X0077543Y0189601D01*
X0077496Y0189486D01*
X0077446Y0189372D01*
X0077392Y0189260D01*
X0077335Y0189150D01*
X0077274Y0189041D01*
X0077210Y0188934D01*
X0077143Y0188830D01*
X0077072Y0188728D01*
X0076998Y0188628D01*
X0076920Y0188530D01*
X0076840Y0188435D01*
X0076757Y0188343D01*
X0076671Y0188253D01*
X0076582Y0188166D01*
X0076490Y0188082D01*
X0076396Y0188001D01*
X0076299Y0187923D01*
X0076199Y0187848D01*
X0076098Y0187777D01*
X0075994Y0187708D01*
X0075888Y0187643D01*
X0075780Y0187582D01*
X0075670Y0187524D01*
X0075558Y0187469D01*
X0075445Y0187418D01*
X0075330Y0187371D01*
X0075213Y0187327D01*
X0075095Y0187287D01*
X0074976Y0187251D01*
X0074856Y0187219D01*
X0074735Y0187190D01*
X0074613Y0187165D01*
X0074491Y0187145D01*
X0074367Y0187128D01*
X0074244Y0187115D01*
X0074120Y0187106D01*
X0073995Y0187101D01*
X0073871Y0187100D01*
X0073747Y0187103D01*
X0073622Y0187110D01*
X0073498Y0187121D01*
X0073375Y0187136D01*
X0073252Y0187155D01*
X0073130Y0187177D01*
X0073008Y0187204D01*
X0072888Y0187234D01*
X0072768Y0187268D01*
X0072650Y0187307D01*
X0072532Y0187348D01*
X0072417Y0187394D01*
X0072302Y0187443D01*
X0072190Y0187496D01*
X0072079Y0187552D01*
X0071970Y0187612D01*
X0071863Y0187676D01*
X0071758Y0187742D01*
X0071655Y0187812D01*
X0071555Y0187886D01*
X0071457Y0187962D01*
X0071361Y0188041D01*
X0071268Y0188124D01*
X0071177Y0188209D01*
X0071090Y0188298D01*
X0071005Y0188389D01*
X0070923Y0188483D01*
X0070845Y0188579D01*
X0070769Y0188678D01*
X0070696Y0188779D01*
X0070627Y0188882D01*
X0070561Y0188988D01*
X0070499Y0189095D01*
X0070440Y0189205D01*
X0070384Y0189316D01*
X0070332Y0189429D01*
X0070284Y0189544D01*
X0070240Y0189660D01*
X0070199Y0189777D01*
X0070162Y0189896D01*
X0070128Y0190016D01*
X0070099Y0190136D01*
X0070073Y0190258D01*
X0070051Y0190381D01*
X0070034Y0190504D01*
X0070020Y0190627D01*
X0070010Y0190751D01*
X0070004Y0190876D01*
X0070002Y0191000D01*
X0069902Y0187000D02*
X0077902Y0195000D01*
X0098752Y0237875D02*
X0098754Y0237999D01*
X0098760Y0238124D01*
X0098770Y0238248D01*
X0098784Y0238371D01*
X0098801Y0238494D01*
X0098823Y0238617D01*
X0098849Y0238739D01*
X0098878Y0238859D01*
X0098912Y0238979D01*
X0098949Y0239098D01*
X0098990Y0239215D01*
X0099034Y0239331D01*
X0099082Y0239446D01*
X0099134Y0239559D01*
X0099190Y0239670D01*
X0099249Y0239780D01*
X0099311Y0239887D01*
X0099377Y0239993D01*
X0099446Y0240096D01*
X0099519Y0240197D01*
X0099595Y0240296D01*
X0099673Y0240392D01*
X0099755Y0240486D01*
X0099840Y0240577D01*
X0099927Y0240666D01*
X0100018Y0240751D01*
X0100111Y0240834D01*
X0100207Y0240913D01*
X0100305Y0240989D01*
X0100405Y0241063D01*
X0100508Y0241133D01*
X0100613Y0241199D01*
X0100720Y0241263D01*
X0100829Y0241323D01*
X0100940Y0241379D01*
X0101052Y0241432D01*
X0101167Y0241481D01*
X0101282Y0241527D01*
X0101400Y0241568D01*
X0101518Y0241607D01*
X0101638Y0241641D01*
X0101758Y0241671D01*
X0101880Y0241698D01*
X0102002Y0241720D01*
X0102125Y0241739D01*
X0102248Y0241754D01*
X0102372Y0241765D01*
X0102497Y0241772D01*
X0102621Y0241775D01*
X0102745Y0241774D01*
X0102870Y0241769D01*
X0102994Y0241760D01*
X0103117Y0241747D01*
X0103241Y0241730D01*
X0103363Y0241710D01*
X0103485Y0241685D01*
X0103606Y0241656D01*
X0103726Y0241624D01*
X0103845Y0241588D01*
X0103963Y0241548D01*
X0104080Y0241504D01*
X0104195Y0241457D01*
X0104308Y0241406D01*
X0104420Y0241351D01*
X0104530Y0241293D01*
X0104638Y0241232D01*
X0104744Y0241167D01*
X0104848Y0241098D01*
X0104949Y0241027D01*
X0105049Y0240952D01*
X0105146Y0240874D01*
X0105240Y0240793D01*
X0105332Y0240709D01*
X0105421Y0240622D01*
X0105507Y0240532D01*
X0105590Y0240440D01*
X0105670Y0240345D01*
X0105748Y0240247D01*
X0105822Y0240147D01*
X0105893Y0240045D01*
X0105960Y0239941D01*
X0106024Y0239834D01*
X0106085Y0239725D01*
X0106142Y0239615D01*
X0106196Y0239503D01*
X0106246Y0239389D01*
X0106293Y0239274D01*
X0106335Y0239157D01*
X0106374Y0239039D01*
X0106410Y0238919D01*
X0106441Y0238799D01*
X0106468Y0238678D01*
X0106492Y0238556D01*
X0106512Y0238433D01*
X0106528Y0238309D01*
X0106540Y0238186D01*
X0106548Y0238062D01*
X0106552Y0237937D01*
X0106552Y0237813D01*
X0106548Y0237688D01*
X0106540Y0237564D01*
X0106528Y0237441D01*
X0106512Y0237317D01*
X0106492Y0237194D01*
X0106468Y0237072D01*
X0106441Y0236951D01*
X0106410Y0236831D01*
X0106374Y0236711D01*
X0106335Y0236593D01*
X0106293Y0236476D01*
X0106246Y0236361D01*
X0106196Y0236247D01*
X0106142Y0236135D01*
X0106085Y0236025D01*
X0106024Y0235916D01*
X0105960Y0235809D01*
X0105893Y0235705D01*
X0105822Y0235603D01*
X0105748Y0235503D01*
X0105670Y0235405D01*
X0105590Y0235310D01*
X0105507Y0235218D01*
X0105421Y0235128D01*
X0105332Y0235041D01*
X0105240Y0234957D01*
X0105146Y0234876D01*
X0105049Y0234798D01*
X0104949Y0234723D01*
X0104848Y0234652D01*
X0104744Y0234583D01*
X0104638Y0234518D01*
X0104530Y0234457D01*
X0104420Y0234399D01*
X0104308Y0234344D01*
X0104195Y0234293D01*
X0104080Y0234246D01*
X0103963Y0234202D01*
X0103845Y0234162D01*
X0103726Y0234126D01*
X0103606Y0234094D01*
X0103485Y0234065D01*
X0103363Y0234040D01*
X0103241Y0234020D01*
X0103117Y0234003D01*
X0102994Y0233990D01*
X0102870Y0233981D01*
X0102745Y0233976D01*
X0102621Y0233975D01*
X0102497Y0233978D01*
X0102372Y0233985D01*
X0102248Y0233996D01*
X0102125Y0234011D01*
X0102002Y0234030D01*
X0101880Y0234052D01*
X0101758Y0234079D01*
X0101638Y0234109D01*
X0101518Y0234143D01*
X0101400Y0234182D01*
X0101282Y0234223D01*
X0101167Y0234269D01*
X0101052Y0234318D01*
X0100940Y0234371D01*
X0100829Y0234427D01*
X0100720Y0234487D01*
X0100613Y0234551D01*
X0100508Y0234617D01*
X0100405Y0234687D01*
X0100305Y0234761D01*
X0100207Y0234837D01*
X0100111Y0234916D01*
X0100018Y0234999D01*
X0099927Y0235084D01*
X0099840Y0235173D01*
X0099755Y0235264D01*
X0099673Y0235358D01*
X0099595Y0235454D01*
X0099519Y0235553D01*
X0099446Y0235654D01*
X0099377Y0235757D01*
X0099311Y0235863D01*
X0099249Y0235970D01*
X0099190Y0236080D01*
X0099134Y0236191D01*
X0099082Y0236304D01*
X0099034Y0236419D01*
X0098990Y0236535D01*
X0098949Y0236652D01*
X0098912Y0236771D01*
X0098878Y0236891D01*
X0098849Y0237011D01*
X0098823Y0237133D01*
X0098801Y0237256D01*
X0098784Y0237379D01*
X0098770Y0237502D01*
X0098760Y0237626D01*
X0098754Y0237751D01*
X0098752Y0237875D01*
X0098652Y0233875D02*
X0106652Y0241875D01*
X0120002Y0238500D02*
X0120004Y0238624D01*
X0120010Y0238749D01*
X0120020Y0238873D01*
X0120034Y0238996D01*
X0120051Y0239119D01*
X0120073Y0239242D01*
X0120099Y0239364D01*
X0120128Y0239484D01*
X0120162Y0239604D01*
X0120199Y0239723D01*
X0120240Y0239840D01*
X0120284Y0239956D01*
X0120332Y0240071D01*
X0120384Y0240184D01*
X0120440Y0240295D01*
X0120499Y0240405D01*
X0120561Y0240512D01*
X0120627Y0240618D01*
X0120696Y0240721D01*
X0120769Y0240822D01*
X0120845Y0240921D01*
X0120923Y0241017D01*
X0121005Y0241111D01*
X0121090Y0241202D01*
X0121177Y0241291D01*
X0121268Y0241376D01*
X0121361Y0241459D01*
X0121457Y0241538D01*
X0121555Y0241614D01*
X0121655Y0241688D01*
X0121758Y0241758D01*
X0121863Y0241824D01*
X0121970Y0241888D01*
X0122079Y0241948D01*
X0122190Y0242004D01*
X0122302Y0242057D01*
X0122417Y0242106D01*
X0122532Y0242152D01*
X0122650Y0242193D01*
X0122768Y0242232D01*
X0122888Y0242266D01*
X0123008Y0242296D01*
X0123130Y0242323D01*
X0123252Y0242345D01*
X0123375Y0242364D01*
X0123498Y0242379D01*
X0123622Y0242390D01*
X0123747Y0242397D01*
X0123871Y0242400D01*
X0123995Y0242399D01*
X0124120Y0242394D01*
X0124244Y0242385D01*
X0124367Y0242372D01*
X0124491Y0242355D01*
X0124613Y0242335D01*
X0124735Y0242310D01*
X0124856Y0242281D01*
X0124976Y0242249D01*
X0125095Y0242213D01*
X0125213Y0242173D01*
X0125330Y0242129D01*
X0125445Y0242082D01*
X0125558Y0242031D01*
X0125670Y0241976D01*
X0125780Y0241918D01*
X0125888Y0241857D01*
X0125994Y0241792D01*
X0126098Y0241723D01*
X0126199Y0241652D01*
X0126299Y0241577D01*
X0126396Y0241499D01*
X0126490Y0241418D01*
X0126582Y0241334D01*
X0126671Y0241247D01*
X0126757Y0241157D01*
X0126840Y0241065D01*
X0126920Y0240970D01*
X0126998Y0240872D01*
X0127072Y0240772D01*
X0127143Y0240670D01*
X0127210Y0240566D01*
X0127274Y0240459D01*
X0127335Y0240350D01*
X0127392Y0240240D01*
X0127446Y0240128D01*
X0127496Y0240014D01*
X0127543Y0239899D01*
X0127585Y0239782D01*
X0127624Y0239664D01*
X0127660Y0239544D01*
X0127691Y0239424D01*
X0127718Y0239303D01*
X0127742Y0239181D01*
X0127762Y0239058D01*
X0127778Y0238934D01*
X0127790Y0238811D01*
X0127798Y0238687D01*
X0127802Y0238562D01*
X0127802Y0238438D01*
X0127798Y0238313D01*
X0127790Y0238189D01*
X0127778Y0238066D01*
X0127762Y0237942D01*
X0127742Y0237819D01*
X0127718Y0237697D01*
X0127691Y0237576D01*
X0127660Y0237456D01*
X0127624Y0237336D01*
X0127585Y0237218D01*
X0127543Y0237101D01*
X0127496Y0236986D01*
X0127446Y0236872D01*
X0127392Y0236760D01*
X0127335Y0236650D01*
X0127274Y0236541D01*
X0127210Y0236434D01*
X0127143Y0236330D01*
X0127072Y0236228D01*
X0126998Y0236128D01*
X0126920Y0236030D01*
X0126840Y0235935D01*
X0126757Y0235843D01*
X0126671Y0235753D01*
X0126582Y0235666D01*
X0126490Y0235582D01*
X0126396Y0235501D01*
X0126299Y0235423D01*
X0126199Y0235348D01*
X0126098Y0235277D01*
X0125994Y0235208D01*
X0125888Y0235143D01*
X0125780Y0235082D01*
X0125670Y0235024D01*
X0125558Y0234969D01*
X0125445Y0234918D01*
X0125330Y0234871D01*
X0125213Y0234827D01*
X0125095Y0234787D01*
X0124976Y0234751D01*
X0124856Y0234719D01*
X0124735Y0234690D01*
X0124613Y0234665D01*
X0124491Y0234645D01*
X0124367Y0234628D01*
X0124244Y0234615D01*
X0124120Y0234606D01*
X0123995Y0234601D01*
X0123871Y0234600D01*
X0123747Y0234603D01*
X0123622Y0234610D01*
X0123498Y0234621D01*
X0123375Y0234636D01*
X0123252Y0234655D01*
X0123130Y0234677D01*
X0123008Y0234704D01*
X0122888Y0234734D01*
X0122768Y0234768D01*
X0122650Y0234807D01*
X0122532Y0234848D01*
X0122417Y0234894D01*
X0122302Y0234943D01*
X0122190Y0234996D01*
X0122079Y0235052D01*
X0121970Y0235112D01*
X0121863Y0235176D01*
X0121758Y0235242D01*
X0121655Y0235312D01*
X0121555Y0235386D01*
X0121457Y0235462D01*
X0121361Y0235541D01*
X0121268Y0235624D01*
X0121177Y0235709D01*
X0121090Y0235798D01*
X0121005Y0235889D01*
X0120923Y0235983D01*
X0120845Y0236079D01*
X0120769Y0236178D01*
X0120696Y0236279D01*
X0120627Y0236382D01*
X0120561Y0236488D01*
X0120499Y0236595D01*
X0120440Y0236705D01*
X0120384Y0236816D01*
X0120332Y0236929D01*
X0120284Y0237044D01*
X0120240Y0237160D01*
X0120199Y0237277D01*
X0120162Y0237396D01*
X0120128Y0237516D01*
X0120099Y0237636D01*
X0120073Y0237758D01*
X0120051Y0237881D01*
X0120034Y0238004D01*
X0120020Y0238127D01*
X0120010Y0238251D01*
X0120004Y0238376D01*
X0120002Y0238500D01*
X0119902Y0234500D02*
X0127902Y0242500D01*
X0125627Y0242250D02*
X0125629Y0242374D01*
X0125635Y0242499D01*
X0125645Y0242623D01*
X0125659Y0242746D01*
X0125676Y0242869D01*
X0125698Y0242992D01*
X0125724Y0243114D01*
X0125753Y0243234D01*
X0125787Y0243354D01*
X0125824Y0243473D01*
X0125865Y0243590D01*
X0125909Y0243706D01*
X0125957Y0243821D01*
X0126009Y0243934D01*
X0126065Y0244045D01*
X0126124Y0244155D01*
X0126186Y0244262D01*
X0126252Y0244368D01*
X0126321Y0244471D01*
X0126394Y0244572D01*
X0126470Y0244671D01*
X0126548Y0244767D01*
X0126630Y0244861D01*
X0126715Y0244952D01*
X0126802Y0245041D01*
X0126893Y0245126D01*
X0126986Y0245209D01*
X0127082Y0245288D01*
X0127180Y0245364D01*
X0127280Y0245438D01*
X0127383Y0245508D01*
X0127488Y0245574D01*
X0127595Y0245638D01*
X0127704Y0245698D01*
X0127815Y0245754D01*
X0127927Y0245807D01*
X0128042Y0245856D01*
X0128157Y0245902D01*
X0128275Y0245943D01*
X0128393Y0245982D01*
X0128513Y0246016D01*
X0128633Y0246046D01*
X0128755Y0246073D01*
X0128877Y0246095D01*
X0129000Y0246114D01*
X0129123Y0246129D01*
X0129247Y0246140D01*
X0129372Y0246147D01*
X0129496Y0246150D01*
X0129620Y0246149D01*
X0129745Y0246144D01*
X0129869Y0246135D01*
X0129992Y0246122D01*
X0130116Y0246105D01*
X0130238Y0246085D01*
X0130360Y0246060D01*
X0130481Y0246031D01*
X0130601Y0245999D01*
X0130720Y0245963D01*
X0130838Y0245923D01*
X0130955Y0245879D01*
X0131070Y0245832D01*
X0131183Y0245781D01*
X0131295Y0245726D01*
X0131405Y0245668D01*
X0131513Y0245607D01*
X0131619Y0245542D01*
X0131723Y0245473D01*
X0131824Y0245402D01*
X0131924Y0245327D01*
X0132021Y0245249D01*
X0132115Y0245168D01*
X0132207Y0245084D01*
X0132296Y0244997D01*
X0132382Y0244907D01*
X0132465Y0244815D01*
X0132545Y0244720D01*
X0132623Y0244622D01*
X0132697Y0244522D01*
X0132768Y0244420D01*
X0132835Y0244316D01*
X0132899Y0244209D01*
X0132960Y0244100D01*
X0133017Y0243990D01*
X0133071Y0243878D01*
X0133121Y0243764D01*
X0133168Y0243649D01*
X0133210Y0243532D01*
X0133249Y0243414D01*
X0133285Y0243294D01*
X0133316Y0243174D01*
X0133343Y0243053D01*
X0133367Y0242931D01*
X0133387Y0242808D01*
X0133403Y0242684D01*
X0133415Y0242561D01*
X0133423Y0242437D01*
X0133427Y0242312D01*
X0133427Y0242188D01*
X0133423Y0242063D01*
X0133415Y0241939D01*
X0133403Y0241816D01*
X0133387Y0241692D01*
X0133367Y0241569D01*
X0133343Y0241447D01*
X0133316Y0241326D01*
X0133285Y0241206D01*
X0133249Y0241086D01*
X0133210Y0240968D01*
X0133168Y0240851D01*
X0133121Y0240736D01*
X0133071Y0240622D01*
X0133017Y0240510D01*
X0132960Y0240400D01*
X0132899Y0240291D01*
X0132835Y0240184D01*
X0132768Y0240080D01*
X0132697Y0239978D01*
X0132623Y0239878D01*
X0132545Y0239780D01*
X0132465Y0239685D01*
X0132382Y0239593D01*
X0132296Y0239503D01*
X0132207Y0239416D01*
X0132115Y0239332D01*
X0132021Y0239251D01*
X0131924Y0239173D01*
X0131824Y0239098D01*
X0131723Y0239027D01*
X0131619Y0238958D01*
X0131513Y0238893D01*
X0131405Y0238832D01*
X0131295Y0238774D01*
X0131183Y0238719D01*
X0131070Y0238668D01*
X0130955Y0238621D01*
X0130838Y0238577D01*
X0130720Y0238537D01*
X0130601Y0238501D01*
X0130481Y0238469D01*
X0130360Y0238440D01*
X0130238Y0238415D01*
X0130116Y0238395D01*
X0129992Y0238378D01*
X0129869Y0238365D01*
X0129745Y0238356D01*
X0129620Y0238351D01*
X0129496Y0238350D01*
X0129372Y0238353D01*
X0129247Y0238360D01*
X0129123Y0238371D01*
X0129000Y0238386D01*
X0128877Y0238405D01*
X0128755Y0238427D01*
X0128633Y0238454D01*
X0128513Y0238484D01*
X0128393Y0238518D01*
X0128275Y0238557D01*
X0128157Y0238598D01*
X0128042Y0238644D01*
X0127927Y0238693D01*
X0127815Y0238746D01*
X0127704Y0238802D01*
X0127595Y0238862D01*
X0127488Y0238926D01*
X0127383Y0238992D01*
X0127280Y0239062D01*
X0127180Y0239136D01*
X0127082Y0239212D01*
X0126986Y0239291D01*
X0126893Y0239374D01*
X0126802Y0239459D01*
X0126715Y0239548D01*
X0126630Y0239639D01*
X0126548Y0239733D01*
X0126470Y0239829D01*
X0126394Y0239928D01*
X0126321Y0240029D01*
X0126252Y0240132D01*
X0126186Y0240238D01*
X0126124Y0240345D01*
X0126065Y0240455D01*
X0126009Y0240566D01*
X0125957Y0240679D01*
X0125909Y0240794D01*
X0125865Y0240910D01*
X0125824Y0241027D01*
X0125787Y0241146D01*
X0125753Y0241266D01*
X0125724Y0241386D01*
X0125698Y0241508D01*
X0125676Y0241631D01*
X0125659Y0241754D01*
X0125645Y0241877D01*
X0125635Y0242001D01*
X0125629Y0242126D01*
X0125627Y0242250D01*
X0125527Y0238250D02*
X0133527Y0246250D01*
X0130002Y0238500D02*
X0130004Y0238624D01*
X0130010Y0238749D01*
X0130020Y0238873D01*
X0130034Y0238996D01*
X0130051Y0239119D01*
X0130073Y0239242D01*
X0130099Y0239364D01*
X0130128Y0239484D01*
X0130162Y0239604D01*
X0130199Y0239723D01*
X0130240Y0239840D01*
X0130284Y0239956D01*
X0130332Y0240071D01*
X0130384Y0240184D01*
X0130440Y0240295D01*
X0130499Y0240405D01*
X0130561Y0240512D01*
X0130627Y0240618D01*
X0130696Y0240721D01*
X0130769Y0240822D01*
X0130845Y0240921D01*
X0130923Y0241017D01*
X0131005Y0241111D01*
X0131090Y0241202D01*
X0131177Y0241291D01*
X0131268Y0241376D01*
X0131361Y0241459D01*
X0131457Y0241538D01*
X0131555Y0241614D01*
X0131655Y0241688D01*
X0131758Y0241758D01*
X0131863Y0241824D01*
X0131970Y0241888D01*
X0132079Y0241948D01*
X0132190Y0242004D01*
X0132302Y0242057D01*
X0132417Y0242106D01*
X0132532Y0242152D01*
X0132650Y0242193D01*
X0132768Y0242232D01*
X0132888Y0242266D01*
X0133008Y0242296D01*
X0133130Y0242323D01*
X0133252Y0242345D01*
X0133375Y0242364D01*
X0133498Y0242379D01*
X0133622Y0242390D01*
X0133747Y0242397D01*
X0133871Y0242400D01*
X0133995Y0242399D01*
X0134120Y0242394D01*
X0134244Y0242385D01*
X0134367Y0242372D01*
X0134491Y0242355D01*
X0134613Y0242335D01*
X0134735Y0242310D01*
X0134856Y0242281D01*
X0134976Y0242249D01*
X0135095Y0242213D01*
X0135213Y0242173D01*
X0135330Y0242129D01*
X0135445Y0242082D01*
X0135558Y0242031D01*
X0135670Y0241976D01*
X0135780Y0241918D01*
X0135888Y0241857D01*
X0135994Y0241792D01*
X0136098Y0241723D01*
X0136199Y0241652D01*
X0136299Y0241577D01*
X0136396Y0241499D01*
X0136490Y0241418D01*
X0136582Y0241334D01*
X0136671Y0241247D01*
X0136757Y0241157D01*
X0136840Y0241065D01*
X0136920Y0240970D01*
X0136998Y0240872D01*
X0137072Y0240772D01*
X0137143Y0240670D01*
X0137210Y0240566D01*
X0137274Y0240459D01*
X0137335Y0240350D01*
X0137392Y0240240D01*
X0137446Y0240128D01*
X0137496Y0240014D01*
X0137543Y0239899D01*
X0137585Y0239782D01*
X0137624Y0239664D01*
X0137660Y0239544D01*
X0137691Y0239424D01*
X0137718Y0239303D01*
X0137742Y0239181D01*
X0137762Y0239058D01*
X0137778Y0238934D01*
X0137790Y0238811D01*
X0137798Y0238687D01*
X0137802Y0238562D01*
X0137802Y0238438D01*
X0137798Y0238313D01*
X0137790Y0238189D01*
X0137778Y0238066D01*
X0137762Y0237942D01*
X0137742Y0237819D01*
X0137718Y0237697D01*
X0137691Y0237576D01*
X0137660Y0237456D01*
X0137624Y0237336D01*
X0137585Y0237218D01*
X0137543Y0237101D01*
X0137496Y0236986D01*
X0137446Y0236872D01*
X0137392Y0236760D01*
X0137335Y0236650D01*
X0137274Y0236541D01*
X0137210Y0236434D01*
X0137143Y0236330D01*
X0137072Y0236228D01*
X0136998Y0236128D01*
X0136920Y0236030D01*
X0136840Y0235935D01*
X0136757Y0235843D01*
X0136671Y0235753D01*
X0136582Y0235666D01*
X0136490Y0235582D01*
X0136396Y0235501D01*
X0136299Y0235423D01*
X0136199Y0235348D01*
X0136098Y0235277D01*
X0135994Y0235208D01*
X0135888Y0235143D01*
X0135780Y0235082D01*
X0135670Y0235024D01*
X0135558Y0234969D01*
X0135445Y0234918D01*
X0135330Y0234871D01*
X0135213Y0234827D01*
X0135095Y0234787D01*
X0134976Y0234751D01*
X0134856Y0234719D01*
X0134735Y0234690D01*
X0134613Y0234665D01*
X0134491Y0234645D01*
X0134367Y0234628D01*
X0134244Y0234615D01*
X0134120Y0234606D01*
X0133995Y0234601D01*
X0133871Y0234600D01*
X0133747Y0234603D01*
X0133622Y0234610D01*
X0133498Y0234621D01*
X0133375Y0234636D01*
X0133252Y0234655D01*
X0133130Y0234677D01*
X0133008Y0234704D01*
X0132888Y0234734D01*
X0132768Y0234768D01*
X0132650Y0234807D01*
X0132532Y0234848D01*
X0132417Y0234894D01*
X0132302Y0234943D01*
X0132190Y0234996D01*
X0132079Y0235052D01*
X0131970Y0235112D01*
X0131863Y0235176D01*
X0131758Y0235242D01*
X0131655Y0235312D01*
X0131555Y0235386D01*
X0131457Y0235462D01*
X0131361Y0235541D01*
X0131268Y0235624D01*
X0131177Y0235709D01*
X0131090Y0235798D01*
X0131005Y0235889D01*
X0130923Y0235983D01*
X0130845Y0236079D01*
X0130769Y0236178D01*
X0130696Y0236279D01*
X0130627Y0236382D01*
X0130561Y0236488D01*
X0130499Y0236595D01*
X0130440Y0236705D01*
X0130384Y0236816D01*
X0130332Y0236929D01*
X0130284Y0237044D01*
X0130240Y0237160D01*
X0130199Y0237277D01*
X0130162Y0237396D01*
X0130128Y0237516D01*
X0130099Y0237636D01*
X0130073Y0237758D01*
X0130051Y0237881D01*
X0130034Y0238004D01*
X0130020Y0238127D01*
X0130010Y0238251D01*
X0130004Y0238376D01*
X0130002Y0238500D01*
X0129902Y0234500D02*
X0137902Y0242500D01*
X0134377Y0246625D02*
X0134379Y0246749D01*
X0134385Y0246874D01*
X0134395Y0246998D01*
X0134409Y0247121D01*
X0134426Y0247244D01*
X0134448Y0247367D01*
X0134474Y0247489D01*
X0134503Y0247609D01*
X0134537Y0247729D01*
X0134574Y0247848D01*
X0134615Y0247965D01*
X0134659Y0248081D01*
X0134707Y0248196D01*
X0134759Y0248309D01*
X0134815Y0248420D01*
X0134874Y0248530D01*
X0134936Y0248637D01*
X0135002Y0248743D01*
X0135071Y0248846D01*
X0135144Y0248947D01*
X0135220Y0249046D01*
X0135298Y0249142D01*
X0135380Y0249236D01*
X0135465Y0249327D01*
X0135552Y0249416D01*
X0135643Y0249501D01*
X0135736Y0249584D01*
X0135832Y0249663D01*
X0135930Y0249739D01*
X0136030Y0249813D01*
X0136133Y0249883D01*
X0136238Y0249949D01*
X0136345Y0250013D01*
X0136454Y0250073D01*
X0136565Y0250129D01*
X0136677Y0250182D01*
X0136792Y0250231D01*
X0136907Y0250277D01*
X0137025Y0250318D01*
X0137143Y0250357D01*
X0137263Y0250391D01*
X0137383Y0250421D01*
X0137505Y0250448D01*
X0137627Y0250470D01*
X0137750Y0250489D01*
X0137873Y0250504D01*
X0137997Y0250515D01*
X0138122Y0250522D01*
X0138246Y0250525D01*
X0138370Y0250524D01*
X0138495Y0250519D01*
X0138619Y0250510D01*
X0138742Y0250497D01*
X0138866Y0250480D01*
X0138988Y0250460D01*
X0139110Y0250435D01*
X0139231Y0250406D01*
X0139351Y0250374D01*
X0139470Y0250338D01*
X0139588Y0250298D01*
X0139705Y0250254D01*
X0139820Y0250207D01*
X0139933Y0250156D01*
X0140045Y0250101D01*
X0140155Y0250043D01*
X0140263Y0249982D01*
X0140369Y0249917D01*
X0140473Y0249848D01*
X0140574Y0249777D01*
X0140674Y0249702D01*
X0140771Y0249624D01*
X0140865Y0249543D01*
X0140957Y0249459D01*
X0141046Y0249372D01*
X0141132Y0249282D01*
X0141215Y0249190D01*
X0141295Y0249095D01*
X0141373Y0248997D01*
X0141447Y0248897D01*
X0141518Y0248795D01*
X0141585Y0248691D01*
X0141649Y0248584D01*
X0141710Y0248475D01*
X0141767Y0248365D01*
X0141821Y0248253D01*
X0141871Y0248139D01*
X0141918Y0248024D01*
X0141960Y0247907D01*
X0141999Y0247789D01*
X0142035Y0247669D01*
X0142066Y0247549D01*
X0142093Y0247428D01*
X0142117Y0247306D01*
X0142137Y0247183D01*
X0142153Y0247059D01*
X0142165Y0246936D01*
X0142173Y0246812D01*
X0142177Y0246687D01*
X0142177Y0246563D01*
X0142173Y0246438D01*
X0142165Y0246314D01*
X0142153Y0246191D01*
X0142137Y0246067D01*
X0142117Y0245944D01*
X0142093Y0245822D01*
X0142066Y0245701D01*
X0142035Y0245581D01*
X0141999Y0245461D01*
X0141960Y0245343D01*
X0141918Y0245226D01*
X0141871Y0245111D01*
X0141821Y0244997D01*
X0141767Y0244885D01*
X0141710Y0244775D01*
X0141649Y0244666D01*
X0141585Y0244559D01*
X0141518Y0244455D01*
X0141447Y0244353D01*
X0141373Y0244253D01*
X0141295Y0244155D01*
X0141215Y0244060D01*
X0141132Y0243968D01*
X0141046Y0243878D01*
X0140957Y0243791D01*
X0140865Y0243707D01*
X0140771Y0243626D01*
X0140674Y0243548D01*
X0140574Y0243473D01*
X0140473Y0243402D01*
X0140369Y0243333D01*
X0140263Y0243268D01*
X0140155Y0243207D01*
X0140045Y0243149D01*
X0139933Y0243094D01*
X0139820Y0243043D01*
X0139705Y0242996D01*
X0139588Y0242952D01*
X0139470Y0242912D01*
X0139351Y0242876D01*
X0139231Y0242844D01*
X0139110Y0242815D01*
X0138988Y0242790D01*
X0138866Y0242770D01*
X0138742Y0242753D01*
X0138619Y0242740D01*
X0138495Y0242731D01*
X0138370Y0242726D01*
X0138246Y0242725D01*
X0138122Y0242728D01*
X0137997Y0242735D01*
X0137873Y0242746D01*
X0137750Y0242761D01*
X0137627Y0242780D01*
X0137505Y0242802D01*
X0137383Y0242829D01*
X0137263Y0242859D01*
X0137143Y0242893D01*
X0137025Y0242932D01*
X0136907Y0242973D01*
X0136792Y0243019D01*
X0136677Y0243068D01*
X0136565Y0243121D01*
X0136454Y0243177D01*
X0136345Y0243237D01*
X0136238Y0243301D01*
X0136133Y0243367D01*
X0136030Y0243437D01*
X0135930Y0243511D01*
X0135832Y0243587D01*
X0135736Y0243666D01*
X0135643Y0243749D01*
X0135552Y0243834D01*
X0135465Y0243923D01*
X0135380Y0244014D01*
X0135298Y0244108D01*
X0135220Y0244204D01*
X0135144Y0244303D01*
X0135071Y0244404D01*
X0135002Y0244507D01*
X0134936Y0244613D01*
X0134874Y0244720D01*
X0134815Y0244830D01*
X0134759Y0244941D01*
X0134707Y0245054D01*
X0134659Y0245169D01*
X0134615Y0245285D01*
X0134574Y0245402D01*
X0134537Y0245521D01*
X0134503Y0245641D01*
X0134474Y0245761D01*
X0134448Y0245883D01*
X0134426Y0246006D01*
X0134409Y0246129D01*
X0134395Y0246252D01*
X0134385Y0246376D01*
X0134379Y0246501D01*
X0134377Y0246625D01*
X0134277Y0242625D02*
X0142277Y0250625D01*
X0138752Y0250375D02*
X0138754Y0250499D01*
X0138760Y0250624D01*
X0138770Y0250748D01*
X0138784Y0250871D01*
X0138801Y0250994D01*
X0138823Y0251117D01*
X0138849Y0251239D01*
X0138878Y0251359D01*
X0138912Y0251479D01*
X0138949Y0251598D01*
X0138990Y0251715D01*
X0139034Y0251831D01*
X0139082Y0251946D01*
X0139134Y0252059D01*
X0139190Y0252170D01*
X0139249Y0252280D01*
X0139311Y0252387D01*
X0139377Y0252493D01*
X0139446Y0252596D01*
X0139519Y0252697D01*
X0139595Y0252796D01*
X0139673Y0252892D01*
X0139755Y0252986D01*
X0139840Y0253077D01*
X0139927Y0253166D01*
X0140018Y0253251D01*
X0140111Y0253334D01*
X0140207Y0253413D01*
X0140305Y0253489D01*
X0140405Y0253563D01*
X0140508Y0253633D01*
X0140613Y0253699D01*
X0140720Y0253763D01*
X0140829Y0253823D01*
X0140940Y0253879D01*
X0141052Y0253932D01*
X0141167Y0253981D01*
X0141282Y0254027D01*
X0141400Y0254068D01*
X0141518Y0254107D01*
X0141638Y0254141D01*
X0141758Y0254171D01*
X0141880Y0254198D01*
X0142002Y0254220D01*
X0142125Y0254239D01*
X0142248Y0254254D01*
X0142372Y0254265D01*
X0142497Y0254272D01*
X0142621Y0254275D01*
X0142745Y0254274D01*
X0142870Y0254269D01*
X0142994Y0254260D01*
X0143117Y0254247D01*
X0143241Y0254230D01*
X0143363Y0254210D01*
X0143485Y0254185D01*
X0143606Y0254156D01*
X0143726Y0254124D01*
X0143845Y0254088D01*
X0143963Y0254048D01*
X0144080Y0254004D01*
X0144195Y0253957D01*
X0144308Y0253906D01*
X0144420Y0253851D01*
X0144530Y0253793D01*
X0144638Y0253732D01*
X0144744Y0253667D01*
X0144848Y0253598D01*
X0144949Y0253527D01*
X0145049Y0253452D01*
X0145146Y0253374D01*
X0145240Y0253293D01*
X0145332Y0253209D01*
X0145421Y0253122D01*
X0145507Y0253032D01*
X0145590Y0252940D01*
X0145670Y0252845D01*
X0145748Y0252747D01*
X0145822Y0252647D01*
X0145893Y0252545D01*
X0145960Y0252441D01*
X0146024Y0252334D01*
X0146085Y0252225D01*
X0146142Y0252115D01*
X0146196Y0252003D01*
X0146246Y0251889D01*
X0146293Y0251774D01*
X0146335Y0251657D01*
X0146374Y0251539D01*
X0146410Y0251419D01*
X0146441Y0251299D01*
X0146468Y0251178D01*
X0146492Y0251056D01*
X0146512Y0250933D01*
X0146528Y0250809D01*
X0146540Y0250686D01*
X0146548Y0250562D01*
X0146552Y0250437D01*
X0146552Y0250313D01*
X0146548Y0250188D01*
X0146540Y0250064D01*
X0146528Y0249941D01*
X0146512Y0249817D01*
X0146492Y0249694D01*
X0146468Y0249572D01*
X0146441Y0249451D01*
X0146410Y0249331D01*
X0146374Y0249211D01*
X0146335Y0249093D01*
X0146293Y0248976D01*
X0146246Y0248861D01*
X0146196Y0248747D01*
X0146142Y0248635D01*
X0146085Y0248525D01*
X0146024Y0248416D01*
X0145960Y0248309D01*
X0145893Y0248205D01*
X0145822Y0248103D01*
X0145748Y0248003D01*
X0145670Y0247905D01*
X0145590Y0247810D01*
X0145507Y0247718D01*
X0145421Y0247628D01*
X0145332Y0247541D01*
X0145240Y0247457D01*
X0145146Y0247376D01*
X0145049Y0247298D01*
X0144949Y0247223D01*
X0144848Y0247152D01*
X0144744Y0247083D01*
X0144638Y0247018D01*
X0144530Y0246957D01*
X0144420Y0246899D01*
X0144308Y0246844D01*
X0144195Y0246793D01*
X0144080Y0246746D01*
X0143963Y0246702D01*
X0143845Y0246662D01*
X0143726Y0246626D01*
X0143606Y0246594D01*
X0143485Y0246565D01*
X0143363Y0246540D01*
X0143241Y0246520D01*
X0143117Y0246503D01*
X0142994Y0246490D01*
X0142870Y0246481D01*
X0142745Y0246476D01*
X0142621Y0246475D01*
X0142497Y0246478D01*
X0142372Y0246485D01*
X0142248Y0246496D01*
X0142125Y0246511D01*
X0142002Y0246530D01*
X0141880Y0246552D01*
X0141758Y0246579D01*
X0141638Y0246609D01*
X0141518Y0246643D01*
X0141400Y0246682D01*
X0141282Y0246723D01*
X0141167Y0246769D01*
X0141052Y0246818D01*
X0140940Y0246871D01*
X0140829Y0246927D01*
X0140720Y0246987D01*
X0140613Y0247051D01*
X0140508Y0247117D01*
X0140405Y0247187D01*
X0140305Y0247261D01*
X0140207Y0247337D01*
X0140111Y0247416D01*
X0140018Y0247499D01*
X0139927Y0247584D01*
X0139840Y0247673D01*
X0139755Y0247764D01*
X0139673Y0247858D01*
X0139595Y0247954D01*
X0139519Y0248053D01*
X0139446Y0248154D01*
X0139377Y0248257D01*
X0139311Y0248363D01*
X0139249Y0248470D01*
X0139190Y0248580D01*
X0139134Y0248691D01*
X0139082Y0248804D01*
X0139034Y0248919D01*
X0138990Y0249035D01*
X0138949Y0249152D01*
X0138912Y0249271D01*
X0138878Y0249391D01*
X0138849Y0249511D01*
X0138823Y0249633D01*
X0138801Y0249756D01*
X0138784Y0249879D01*
X0138770Y0250002D01*
X0138760Y0250126D01*
X0138754Y0250251D01*
X0138752Y0250375D01*
X0138652Y0246375D02*
X0146652Y0254375D01*
X0151252Y0240375D02*
X0151254Y0240499D01*
X0151260Y0240624D01*
X0151270Y0240748D01*
X0151284Y0240871D01*
X0151301Y0240994D01*
X0151323Y0241117D01*
X0151349Y0241239D01*
X0151378Y0241359D01*
X0151412Y0241479D01*
X0151449Y0241598D01*
X0151490Y0241715D01*
X0151534Y0241831D01*
X0151582Y0241946D01*
X0151634Y0242059D01*
X0151690Y0242170D01*
X0151749Y0242280D01*
X0151811Y0242387D01*
X0151877Y0242493D01*
X0151946Y0242596D01*
X0152019Y0242697D01*
X0152095Y0242796D01*
X0152173Y0242892D01*
X0152255Y0242986D01*
X0152340Y0243077D01*
X0152427Y0243166D01*
X0152518Y0243251D01*
X0152611Y0243334D01*
X0152707Y0243413D01*
X0152805Y0243489D01*
X0152905Y0243563D01*
X0153008Y0243633D01*
X0153113Y0243699D01*
X0153220Y0243763D01*
X0153329Y0243823D01*
X0153440Y0243879D01*
X0153552Y0243932D01*
X0153667Y0243981D01*
X0153782Y0244027D01*
X0153900Y0244068D01*
X0154018Y0244107D01*
X0154138Y0244141D01*
X0154258Y0244171D01*
X0154380Y0244198D01*
X0154502Y0244220D01*
X0154625Y0244239D01*
X0154748Y0244254D01*
X0154872Y0244265D01*
X0154997Y0244272D01*
X0155121Y0244275D01*
X0155245Y0244274D01*
X0155370Y0244269D01*
X0155494Y0244260D01*
X0155617Y0244247D01*
X0155741Y0244230D01*
X0155863Y0244210D01*
X0155985Y0244185D01*
X0156106Y0244156D01*
X0156226Y0244124D01*
X0156345Y0244088D01*
X0156463Y0244048D01*
X0156580Y0244004D01*
X0156695Y0243957D01*
X0156808Y0243906D01*
X0156920Y0243851D01*
X0157030Y0243793D01*
X0157138Y0243732D01*
X0157244Y0243667D01*
X0157348Y0243598D01*
X0157449Y0243527D01*
X0157549Y0243452D01*
X0157646Y0243374D01*
X0157740Y0243293D01*
X0157832Y0243209D01*
X0157921Y0243122D01*
X0158007Y0243032D01*
X0158090Y0242940D01*
X0158170Y0242845D01*
X0158248Y0242747D01*
X0158322Y0242647D01*
X0158393Y0242545D01*
X0158460Y0242441D01*
X0158524Y0242334D01*
X0158585Y0242225D01*
X0158642Y0242115D01*
X0158696Y0242003D01*
X0158746Y0241889D01*
X0158793Y0241774D01*
X0158835Y0241657D01*
X0158874Y0241539D01*
X0158910Y0241419D01*
X0158941Y0241299D01*
X0158968Y0241178D01*
X0158992Y0241056D01*
X0159012Y0240933D01*
X0159028Y0240809D01*
X0159040Y0240686D01*
X0159048Y0240562D01*
X0159052Y0240437D01*
X0159052Y0240313D01*
X0159048Y0240188D01*
X0159040Y0240064D01*
X0159028Y0239941D01*
X0159012Y0239817D01*
X0158992Y0239694D01*
X0158968Y0239572D01*
X0158941Y0239451D01*
X0158910Y0239331D01*
X0158874Y0239211D01*
X0158835Y0239093D01*
X0158793Y0238976D01*
X0158746Y0238861D01*
X0158696Y0238747D01*
X0158642Y0238635D01*
X0158585Y0238525D01*
X0158524Y0238416D01*
X0158460Y0238309D01*
X0158393Y0238205D01*
X0158322Y0238103D01*
X0158248Y0238003D01*
X0158170Y0237905D01*
X0158090Y0237810D01*
X0158007Y0237718D01*
X0157921Y0237628D01*
X0157832Y0237541D01*
X0157740Y0237457D01*
X0157646Y0237376D01*
X0157549Y0237298D01*
X0157449Y0237223D01*
X0157348Y0237152D01*
X0157244Y0237083D01*
X0157138Y0237018D01*
X0157030Y0236957D01*
X0156920Y0236899D01*
X0156808Y0236844D01*
X0156695Y0236793D01*
X0156580Y0236746D01*
X0156463Y0236702D01*
X0156345Y0236662D01*
X0156226Y0236626D01*
X0156106Y0236594D01*
X0155985Y0236565D01*
X0155863Y0236540D01*
X0155741Y0236520D01*
X0155617Y0236503D01*
X0155494Y0236490D01*
X0155370Y0236481D01*
X0155245Y0236476D01*
X0155121Y0236475D01*
X0154997Y0236478D01*
X0154872Y0236485D01*
X0154748Y0236496D01*
X0154625Y0236511D01*
X0154502Y0236530D01*
X0154380Y0236552D01*
X0154258Y0236579D01*
X0154138Y0236609D01*
X0154018Y0236643D01*
X0153900Y0236682D01*
X0153782Y0236723D01*
X0153667Y0236769D01*
X0153552Y0236818D01*
X0153440Y0236871D01*
X0153329Y0236927D01*
X0153220Y0236987D01*
X0153113Y0237051D01*
X0153008Y0237117D01*
X0152905Y0237187D01*
X0152805Y0237261D01*
X0152707Y0237337D01*
X0152611Y0237416D01*
X0152518Y0237499D01*
X0152427Y0237584D01*
X0152340Y0237673D01*
X0152255Y0237764D01*
X0152173Y0237858D01*
X0152095Y0237954D01*
X0152019Y0238053D01*
X0151946Y0238154D01*
X0151877Y0238257D01*
X0151811Y0238363D01*
X0151749Y0238470D01*
X0151690Y0238580D01*
X0151634Y0238691D01*
X0151582Y0238804D01*
X0151534Y0238919D01*
X0151490Y0239035D01*
X0151449Y0239152D01*
X0151412Y0239271D01*
X0151378Y0239391D01*
X0151349Y0239511D01*
X0151323Y0239633D01*
X0151301Y0239756D01*
X0151284Y0239879D01*
X0151270Y0240002D01*
X0151260Y0240126D01*
X0151254Y0240251D01*
X0151252Y0240375D01*
X0151152Y0236375D02*
X0159152Y0244375D01*
X0160627Y0242250D02*
X0160629Y0242374D01*
X0160635Y0242499D01*
X0160645Y0242623D01*
X0160659Y0242746D01*
X0160676Y0242869D01*
X0160698Y0242992D01*
X0160724Y0243114D01*
X0160753Y0243234D01*
X0160787Y0243354D01*
X0160824Y0243473D01*
X0160865Y0243590D01*
X0160909Y0243706D01*
X0160957Y0243821D01*
X0161009Y0243934D01*
X0161065Y0244045D01*
X0161124Y0244155D01*
X0161186Y0244262D01*
X0161252Y0244368D01*
X0161321Y0244471D01*
X0161394Y0244572D01*
X0161470Y0244671D01*
X0161548Y0244767D01*
X0161630Y0244861D01*
X0161715Y0244952D01*
X0161802Y0245041D01*
X0161893Y0245126D01*
X0161986Y0245209D01*
X0162082Y0245288D01*
X0162180Y0245364D01*
X0162280Y0245438D01*
X0162383Y0245508D01*
X0162488Y0245574D01*
X0162595Y0245638D01*
X0162704Y0245698D01*
X0162815Y0245754D01*
X0162927Y0245807D01*
X0163042Y0245856D01*
X0163157Y0245902D01*
X0163275Y0245943D01*
X0163393Y0245982D01*
X0163513Y0246016D01*
X0163633Y0246046D01*
X0163755Y0246073D01*
X0163877Y0246095D01*
X0164000Y0246114D01*
X0164123Y0246129D01*
X0164247Y0246140D01*
X0164372Y0246147D01*
X0164496Y0246150D01*
X0164620Y0246149D01*
X0164745Y0246144D01*
X0164869Y0246135D01*
X0164992Y0246122D01*
X0165116Y0246105D01*
X0165238Y0246085D01*
X0165360Y0246060D01*
X0165481Y0246031D01*
X0165601Y0245999D01*
X0165720Y0245963D01*
X0165838Y0245923D01*
X0165955Y0245879D01*
X0166070Y0245832D01*
X0166183Y0245781D01*
X0166295Y0245726D01*
X0166405Y0245668D01*
X0166513Y0245607D01*
X0166619Y0245542D01*
X0166723Y0245473D01*
X0166824Y0245402D01*
X0166924Y0245327D01*
X0167021Y0245249D01*
X0167115Y0245168D01*
X0167207Y0245084D01*
X0167296Y0244997D01*
X0167382Y0244907D01*
X0167465Y0244815D01*
X0167545Y0244720D01*
X0167623Y0244622D01*
X0167697Y0244522D01*
X0167768Y0244420D01*
X0167835Y0244316D01*
X0167899Y0244209D01*
X0167960Y0244100D01*
X0168017Y0243990D01*
X0168071Y0243878D01*
X0168121Y0243764D01*
X0168168Y0243649D01*
X0168210Y0243532D01*
X0168249Y0243414D01*
X0168285Y0243294D01*
X0168316Y0243174D01*
X0168343Y0243053D01*
X0168367Y0242931D01*
X0168387Y0242808D01*
X0168403Y0242684D01*
X0168415Y0242561D01*
X0168423Y0242437D01*
X0168427Y0242312D01*
X0168427Y0242188D01*
X0168423Y0242063D01*
X0168415Y0241939D01*
X0168403Y0241816D01*
X0168387Y0241692D01*
X0168367Y0241569D01*
X0168343Y0241447D01*
X0168316Y0241326D01*
X0168285Y0241206D01*
X0168249Y0241086D01*
X0168210Y0240968D01*
X0168168Y0240851D01*
X0168121Y0240736D01*
X0168071Y0240622D01*
X0168017Y0240510D01*
X0167960Y0240400D01*
X0167899Y0240291D01*
X0167835Y0240184D01*
X0167768Y0240080D01*
X0167697Y0239978D01*
X0167623Y0239878D01*
X0167545Y0239780D01*
X0167465Y0239685D01*
X0167382Y0239593D01*
X0167296Y0239503D01*
X0167207Y0239416D01*
X0167115Y0239332D01*
X0167021Y0239251D01*
X0166924Y0239173D01*
X0166824Y0239098D01*
X0166723Y0239027D01*
X0166619Y0238958D01*
X0166513Y0238893D01*
X0166405Y0238832D01*
X0166295Y0238774D01*
X0166183Y0238719D01*
X0166070Y0238668D01*
X0165955Y0238621D01*
X0165838Y0238577D01*
X0165720Y0238537D01*
X0165601Y0238501D01*
X0165481Y0238469D01*
X0165360Y0238440D01*
X0165238Y0238415D01*
X0165116Y0238395D01*
X0164992Y0238378D01*
X0164869Y0238365D01*
X0164745Y0238356D01*
X0164620Y0238351D01*
X0164496Y0238350D01*
X0164372Y0238353D01*
X0164247Y0238360D01*
X0164123Y0238371D01*
X0164000Y0238386D01*
X0163877Y0238405D01*
X0163755Y0238427D01*
X0163633Y0238454D01*
X0163513Y0238484D01*
X0163393Y0238518D01*
X0163275Y0238557D01*
X0163157Y0238598D01*
X0163042Y0238644D01*
X0162927Y0238693D01*
X0162815Y0238746D01*
X0162704Y0238802D01*
X0162595Y0238862D01*
X0162488Y0238926D01*
X0162383Y0238992D01*
X0162280Y0239062D01*
X0162180Y0239136D01*
X0162082Y0239212D01*
X0161986Y0239291D01*
X0161893Y0239374D01*
X0161802Y0239459D01*
X0161715Y0239548D01*
X0161630Y0239639D01*
X0161548Y0239733D01*
X0161470Y0239829D01*
X0161394Y0239928D01*
X0161321Y0240029D01*
X0161252Y0240132D01*
X0161186Y0240238D01*
X0161124Y0240345D01*
X0161065Y0240455D01*
X0161009Y0240566D01*
X0160957Y0240679D01*
X0160909Y0240794D01*
X0160865Y0240910D01*
X0160824Y0241027D01*
X0160787Y0241146D01*
X0160753Y0241266D01*
X0160724Y0241386D01*
X0160698Y0241508D01*
X0160676Y0241631D01*
X0160659Y0241754D01*
X0160645Y0241877D01*
X0160635Y0242001D01*
X0160629Y0242126D01*
X0160627Y0242250D01*
X0160527Y0238250D02*
X0168527Y0246250D01*
X0178127Y0253500D02*
X0178129Y0253624D01*
X0178135Y0253749D01*
X0178145Y0253873D01*
X0178159Y0253996D01*
X0178176Y0254119D01*
X0178198Y0254242D01*
X0178224Y0254364D01*
X0178253Y0254484D01*
X0178287Y0254604D01*
X0178324Y0254723D01*
X0178365Y0254840D01*
X0178409Y0254956D01*
X0178457Y0255071D01*
X0178509Y0255184D01*
X0178565Y0255295D01*
X0178624Y0255405D01*
X0178686Y0255512D01*
X0178752Y0255618D01*
X0178821Y0255721D01*
X0178894Y0255822D01*
X0178970Y0255921D01*
X0179048Y0256017D01*
X0179130Y0256111D01*
X0179215Y0256202D01*
X0179302Y0256291D01*
X0179393Y0256376D01*
X0179486Y0256459D01*
X0179582Y0256538D01*
X0179680Y0256614D01*
X0179780Y0256688D01*
X0179883Y0256758D01*
X0179988Y0256824D01*
X0180095Y0256888D01*
X0180204Y0256948D01*
X0180315Y0257004D01*
X0180427Y0257057D01*
X0180542Y0257106D01*
X0180657Y0257152D01*
X0180775Y0257193D01*
X0180893Y0257232D01*
X0181013Y0257266D01*
X0181133Y0257296D01*
X0181255Y0257323D01*
X0181377Y0257345D01*
X0181500Y0257364D01*
X0181623Y0257379D01*
X0181747Y0257390D01*
X0181872Y0257397D01*
X0181996Y0257400D01*
X0182120Y0257399D01*
X0182245Y0257394D01*
X0182369Y0257385D01*
X0182492Y0257372D01*
X0182616Y0257355D01*
X0182738Y0257335D01*
X0182860Y0257310D01*
X0182981Y0257281D01*
X0183101Y0257249D01*
X0183220Y0257213D01*
X0183338Y0257173D01*
X0183455Y0257129D01*
X0183570Y0257082D01*
X0183683Y0257031D01*
X0183795Y0256976D01*
X0183905Y0256918D01*
X0184013Y0256857D01*
X0184119Y0256792D01*
X0184223Y0256723D01*
X0184324Y0256652D01*
X0184424Y0256577D01*
X0184521Y0256499D01*
X0184615Y0256418D01*
X0184707Y0256334D01*
X0184796Y0256247D01*
X0184882Y0256157D01*
X0184965Y0256065D01*
X0185045Y0255970D01*
X0185123Y0255872D01*
X0185197Y0255772D01*
X0185268Y0255670D01*
X0185335Y0255566D01*
X0185399Y0255459D01*
X0185460Y0255350D01*
X0185517Y0255240D01*
X0185571Y0255128D01*
X0185621Y0255014D01*
X0185668Y0254899D01*
X0185710Y0254782D01*
X0185749Y0254664D01*
X0185785Y0254544D01*
X0185816Y0254424D01*
X0185843Y0254303D01*
X0185867Y0254181D01*
X0185887Y0254058D01*
X0185903Y0253934D01*
X0185915Y0253811D01*
X0185923Y0253687D01*
X0185927Y0253562D01*
X0185927Y0253438D01*
X0185923Y0253313D01*
X0185915Y0253189D01*
X0185903Y0253066D01*
X0185887Y0252942D01*
X0185867Y0252819D01*
X0185843Y0252697D01*
X0185816Y0252576D01*
X0185785Y0252456D01*
X0185749Y0252336D01*
X0185710Y0252218D01*
X0185668Y0252101D01*
X0185621Y0251986D01*
X0185571Y0251872D01*
X0185517Y0251760D01*
X0185460Y0251650D01*
X0185399Y0251541D01*
X0185335Y0251434D01*
X0185268Y0251330D01*
X0185197Y0251228D01*
X0185123Y0251128D01*
X0185045Y0251030D01*
X0184965Y0250935D01*
X0184882Y0250843D01*
X0184796Y0250753D01*
X0184707Y0250666D01*
X0184615Y0250582D01*
X0184521Y0250501D01*
X0184424Y0250423D01*
X0184324Y0250348D01*
X0184223Y0250277D01*
X0184119Y0250208D01*
X0184013Y0250143D01*
X0183905Y0250082D01*
X0183795Y0250024D01*
X0183683Y0249969D01*
X0183570Y0249918D01*
X0183455Y0249871D01*
X0183338Y0249827D01*
X0183220Y0249787D01*
X0183101Y0249751D01*
X0182981Y0249719D01*
X0182860Y0249690D01*
X0182738Y0249665D01*
X0182616Y0249645D01*
X0182492Y0249628D01*
X0182369Y0249615D01*
X0182245Y0249606D01*
X0182120Y0249601D01*
X0181996Y0249600D01*
X0181872Y0249603D01*
X0181747Y0249610D01*
X0181623Y0249621D01*
X0181500Y0249636D01*
X0181377Y0249655D01*
X0181255Y0249677D01*
X0181133Y0249704D01*
X0181013Y0249734D01*
X0180893Y0249768D01*
X0180775Y0249807D01*
X0180657Y0249848D01*
X0180542Y0249894D01*
X0180427Y0249943D01*
X0180315Y0249996D01*
X0180204Y0250052D01*
X0180095Y0250112D01*
X0179988Y0250176D01*
X0179883Y0250242D01*
X0179780Y0250312D01*
X0179680Y0250386D01*
X0179582Y0250462D01*
X0179486Y0250541D01*
X0179393Y0250624D01*
X0179302Y0250709D01*
X0179215Y0250798D01*
X0179130Y0250889D01*
X0179048Y0250983D01*
X0178970Y0251079D01*
X0178894Y0251178D01*
X0178821Y0251279D01*
X0178752Y0251382D01*
X0178686Y0251488D01*
X0178624Y0251595D01*
X0178565Y0251705D01*
X0178509Y0251816D01*
X0178457Y0251929D01*
X0178409Y0252044D01*
X0178365Y0252160D01*
X0178324Y0252277D01*
X0178287Y0252396D01*
X0178253Y0252516D01*
X0178224Y0252636D01*
X0178198Y0252758D01*
X0178176Y0252881D01*
X0178159Y0253004D01*
X0178145Y0253127D01*
X0178135Y0253251D01*
X0178129Y0253376D01*
X0178127Y0253500D01*
X0178027Y0249500D02*
X0186027Y0257500D01*
X0183752Y0262875D02*
X0183754Y0262999D01*
X0183760Y0263124D01*
X0183770Y0263248D01*
X0183784Y0263371D01*
X0183801Y0263494D01*
X0183823Y0263617D01*
X0183849Y0263739D01*
X0183878Y0263859D01*
X0183912Y0263979D01*
X0183949Y0264098D01*
X0183990Y0264215D01*
X0184034Y0264331D01*
X0184082Y0264446D01*
X0184134Y0264559D01*
X0184190Y0264670D01*
X0184249Y0264780D01*
X0184311Y0264887D01*
X0184377Y0264993D01*
X0184446Y0265096D01*
X0184519Y0265197D01*
X0184595Y0265296D01*
X0184673Y0265392D01*
X0184755Y0265486D01*
X0184840Y0265577D01*
X0184927Y0265666D01*
X0185018Y0265751D01*
X0185111Y0265834D01*
X0185207Y0265913D01*
X0185305Y0265989D01*
X0185405Y0266063D01*
X0185508Y0266133D01*
X0185613Y0266199D01*
X0185720Y0266263D01*
X0185829Y0266323D01*
X0185940Y0266379D01*
X0186052Y0266432D01*
X0186167Y0266481D01*
X0186282Y0266527D01*
X0186400Y0266568D01*
X0186518Y0266607D01*
X0186638Y0266641D01*
X0186758Y0266671D01*
X0186880Y0266698D01*
X0187002Y0266720D01*
X0187125Y0266739D01*
X0187248Y0266754D01*
X0187372Y0266765D01*
X0187497Y0266772D01*
X0187621Y0266775D01*
X0187745Y0266774D01*
X0187870Y0266769D01*
X0187994Y0266760D01*
X0188117Y0266747D01*
X0188241Y0266730D01*
X0188363Y0266710D01*
X0188485Y0266685D01*
X0188606Y0266656D01*
X0188726Y0266624D01*
X0188845Y0266588D01*
X0188963Y0266548D01*
X0189080Y0266504D01*
X0189195Y0266457D01*
X0189308Y0266406D01*
X0189420Y0266351D01*
X0189530Y0266293D01*
X0189638Y0266232D01*
X0189744Y0266167D01*
X0189848Y0266098D01*
X0189949Y0266027D01*
X0190049Y0265952D01*
X0190146Y0265874D01*
X0190240Y0265793D01*
X0190332Y0265709D01*
X0190421Y0265622D01*
X0190507Y0265532D01*
X0190590Y0265440D01*
X0190670Y0265345D01*
X0190748Y0265247D01*
X0190822Y0265147D01*
X0190893Y0265045D01*
X0190960Y0264941D01*
X0191024Y0264834D01*
X0191085Y0264725D01*
X0191142Y0264615D01*
X0191196Y0264503D01*
X0191246Y0264389D01*
X0191293Y0264274D01*
X0191335Y0264157D01*
X0191374Y0264039D01*
X0191410Y0263919D01*
X0191441Y0263799D01*
X0191468Y0263678D01*
X0191492Y0263556D01*
X0191512Y0263433D01*
X0191528Y0263309D01*
X0191540Y0263186D01*
X0191548Y0263062D01*
X0191552Y0262937D01*
X0191552Y0262813D01*
X0191548Y0262688D01*
X0191540Y0262564D01*
X0191528Y0262441D01*
X0191512Y0262317D01*
X0191492Y0262194D01*
X0191468Y0262072D01*
X0191441Y0261951D01*
X0191410Y0261831D01*
X0191374Y0261711D01*
X0191335Y0261593D01*
X0191293Y0261476D01*
X0191246Y0261361D01*
X0191196Y0261247D01*
X0191142Y0261135D01*
X0191085Y0261025D01*
X0191024Y0260916D01*
X0190960Y0260809D01*
X0190893Y0260705D01*
X0190822Y0260603D01*
X0190748Y0260503D01*
X0190670Y0260405D01*
X0190590Y0260310D01*
X0190507Y0260218D01*
X0190421Y0260128D01*
X0190332Y0260041D01*
X0190240Y0259957D01*
X0190146Y0259876D01*
X0190049Y0259798D01*
X0189949Y0259723D01*
X0189848Y0259652D01*
X0189744Y0259583D01*
X0189638Y0259518D01*
X0189530Y0259457D01*
X0189420Y0259399D01*
X0189308Y0259344D01*
X0189195Y0259293D01*
X0189080Y0259246D01*
X0188963Y0259202D01*
X0188845Y0259162D01*
X0188726Y0259126D01*
X0188606Y0259094D01*
X0188485Y0259065D01*
X0188363Y0259040D01*
X0188241Y0259020D01*
X0188117Y0259003D01*
X0187994Y0258990D01*
X0187870Y0258981D01*
X0187745Y0258976D01*
X0187621Y0258975D01*
X0187497Y0258978D01*
X0187372Y0258985D01*
X0187248Y0258996D01*
X0187125Y0259011D01*
X0187002Y0259030D01*
X0186880Y0259052D01*
X0186758Y0259079D01*
X0186638Y0259109D01*
X0186518Y0259143D01*
X0186400Y0259182D01*
X0186282Y0259223D01*
X0186167Y0259269D01*
X0186052Y0259318D01*
X0185940Y0259371D01*
X0185829Y0259427D01*
X0185720Y0259487D01*
X0185613Y0259551D01*
X0185508Y0259617D01*
X0185405Y0259687D01*
X0185305Y0259761D01*
X0185207Y0259837D01*
X0185111Y0259916D01*
X0185018Y0259999D01*
X0184927Y0260084D01*
X0184840Y0260173D01*
X0184755Y0260264D01*
X0184673Y0260358D01*
X0184595Y0260454D01*
X0184519Y0260553D01*
X0184446Y0260654D01*
X0184377Y0260757D01*
X0184311Y0260863D01*
X0184249Y0260970D01*
X0184190Y0261080D01*
X0184134Y0261191D01*
X0184082Y0261304D01*
X0184034Y0261419D01*
X0183990Y0261535D01*
X0183949Y0261652D01*
X0183912Y0261771D01*
X0183878Y0261891D01*
X0183849Y0262011D01*
X0183823Y0262133D01*
X0183801Y0262256D01*
X0183784Y0262379D01*
X0183770Y0262502D01*
X0183760Y0262626D01*
X0183754Y0262751D01*
X0183752Y0262875D01*
X0183652Y0258875D02*
X0191652Y0266875D01*
X0186139Y0274827D02*
X0186141Y0274951D01*
X0186147Y0275076D01*
X0186157Y0275200D01*
X0186171Y0275323D01*
X0186188Y0275446D01*
X0186210Y0275569D01*
X0186236Y0275691D01*
X0186265Y0275811D01*
X0186299Y0275931D01*
X0186336Y0276050D01*
X0186377Y0276167D01*
X0186421Y0276283D01*
X0186469Y0276398D01*
X0186521Y0276511D01*
X0186577Y0276622D01*
X0186636Y0276732D01*
X0186698Y0276839D01*
X0186764Y0276945D01*
X0186833Y0277048D01*
X0186906Y0277149D01*
X0186982Y0277248D01*
X0187060Y0277344D01*
X0187142Y0277438D01*
X0187227Y0277529D01*
X0187314Y0277618D01*
X0187405Y0277703D01*
X0187498Y0277786D01*
X0187594Y0277865D01*
X0187692Y0277941D01*
X0187792Y0278015D01*
X0187895Y0278085D01*
X0188000Y0278151D01*
X0188107Y0278215D01*
X0188216Y0278275D01*
X0188327Y0278331D01*
X0188439Y0278384D01*
X0188554Y0278433D01*
X0188669Y0278479D01*
X0188787Y0278520D01*
X0188905Y0278559D01*
X0189025Y0278593D01*
X0189145Y0278623D01*
X0189267Y0278650D01*
X0189389Y0278672D01*
X0189512Y0278691D01*
X0189635Y0278706D01*
X0189759Y0278717D01*
X0189884Y0278724D01*
X0190008Y0278727D01*
X0190132Y0278726D01*
X0190257Y0278721D01*
X0190381Y0278712D01*
X0190504Y0278699D01*
X0190628Y0278682D01*
X0190750Y0278662D01*
X0190872Y0278637D01*
X0190993Y0278608D01*
X0191113Y0278576D01*
X0191232Y0278540D01*
X0191350Y0278500D01*
X0191467Y0278456D01*
X0191582Y0278409D01*
X0191695Y0278358D01*
X0191807Y0278303D01*
X0191917Y0278245D01*
X0192025Y0278184D01*
X0192131Y0278119D01*
X0192235Y0278050D01*
X0192336Y0277979D01*
X0192436Y0277904D01*
X0192533Y0277826D01*
X0192627Y0277745D01*
X0192719Y0277661D01*
X0192808Y0277574D01*
X0192894Y0277484D01*
X0192977Y0277392D01*
X0193057Y0277297D01*
X0193135Y0277199D01*
X0193209Y0277099D01*
X0193280Y0276997D01*
X0193347Y0276893D01*
X0193411Y0276786D01*
X0193472Y0276677D01*
X0193529Y0276567D01*
X0193583Y0276455D01*
X0193633Y0276341D01*
X0193680Y0276226D01*
X0193722Y0276109D01*
X0193761Y0275991D01*
X0193797Y0275871D01*
X0193828Y0275751D01*
X0193855Y0275630D01*
X0193879Y0275508D01*
X0193899Y0275385D01*
X0193915Y0275261D01*
X0193927Y0275138D01*
X0193935Y0275014D01*
X0193939Y0274889D01*
X0193939Y0274765D01*
X0193935Y0274640D01*
X0193927Y0274516D01*
X0193915Y0274393D01*
X0193899Y0274269D01*
X0193879Y0274146D01*
X0193855Y0274024D01*
X0193828Y0273903D01*
X0193797Y0273783D01*
X0193761Y0273663D01*
X0193722Y0273545D01*
X0193680Y0273428D01*
X0193633Y0273313D01*
X0193583Y0273199D01*
X0193529Y0273087D01*
X0193472Y0272977D01*
X0193411Y0272868D01*
X0193347Y0272761D01*
X0193280Y0272657D01*
X0193209Y0272555D01*
X0193135Y0272455D01*
X0193057Y0272357D01*
X0192977Y0272262D01*
X0192894Y0272170D01*
X0192808Y0272080D01*
X0192719Y0271993D01*
X0192627Y0271909D01*
X0192533Y0271828D01*
X0192436Y0271750D01*
X0192336Y0271675D01*
X0192235Y0271604D01*
X0192131Y0271535D01*
X0192025Y0271470D01*
X0191917Y0271409D01*
X0191807Y0271351D01*
X0191695Y0271296D01*
X0191582Y0271245D01*
X0191467Y0271198D01*
X0191350Y0271154D01*
X0191232Y0271114D01*
X0191113Y0271078D01*
X0190993Y0271046D01*
X0190872Y0271017D01*
X0190750Y0270992D01*
X0190628Y0270972D01*
X0190504Y0270955D01*
X0190381Y0270942D01*
X0190257Y0270933D01*
X0190132Y0270928D01*
X0190008Y0270927D01*
X0189884Y0270930D01*
X0189759Y0270937D01*
X0189635Y0270948D01*
X0189512Y0270963D01*
X0189389Y0270982D01*
X0189267Y0271004D01*
X0189145Y0271031D01*
X0189025Y0271061D01*
X0188905Y0271095D01*
X0188787Y0271134D01*
X0188669Y0271175D01*
X0188554Y0271221D01*
X0188439Y0271270D01*
X0188327Y0271323D01*
X0188216Y0271379D01*
X0188107Y0271439D01*
X0188000Y0271503D01*
X0187895Y0271569D01*
X0187792Y0271639D01*
X0187692Y0271713D01*
X0187594Y0271789D01*
X0187498Y0271868D01*
X0187405Y0271951D01*
X0187314Y0272036D01*
X0187227Y0272125D01*
X0187142Y0272216D01*
X0187060Y0272310D01*
X0186982Y0272406D01*
X0186906Y0272505D01*
X0186833Y0272606D01*
X0186764Y0272709D01*
X0186698Y0272815D01*
X0186636Y0272922D01*
X0186577Y0273032D01*
X0186521Y0273143D01*
X0186469Y0273256D01*
X0186421Y0273371D01*
X0186377Y0273487D01*
X0186336Y0273604D01*
X0186299Y0273723D01*
X0186265Y0273843D01*
X0186236Y0273963D01*
X0186210Y0274085D01*
X0186188Y0274208D01*
X0186171Y0274331D01*
X0186157Y0274454D01*
X0186147Y0274578D01*
X0186141Y0274703D01*
X0186139Y0274827D01*
X0186039Y0270827D02*
X0194039Y0278827D01*
X0178752Y0296000D02*
X0178754Y0296124D01*
X0178760Y0296249D01*
X0178770Y0296373D01*
X0178784Y0296496D01*
X0178801Y0296619D01*
X0178823Y0296742D01*
X0178849Y0296864D01*
X0178878Y0296984D01*
X0178912Y0297104D01*
X0178949Y0297223D01*
X0178990Y0297340D01*
X0179034Y0297456D01*
X0179082Y0297571D01*
X0179134Y0297684D01*
X0179190Y0297795D01*
X0179249Y0297905D01*
X0179311Y0298012D01*
X0179377Y0298118D01*
X0179446Y0298221D01*
X0179519Y0298322D01*
X0179595Y0298421D01*
X0179673Y0298517D01*
X0179755Y0298611D01*
X0179840Y0298702D01*
X0179927Y0298791D01*
X0180018Y0298876D01*
X0180111Y0298959D01*
X0180207Y0299038D01*
X0180305Y0299114D01*
X0180405Y0299188D01*
X0180508Y0299258D01*
X0180613Y0299324D01*
X0180720Y0299388D01*
X0180829Y0299448D01*
X0180940Y0299504D01*
X0181052Y0299557D01*
X0181167Y0299606D01*
X0181282Y0299652D01*
X0181400Y0299693D01*
X0181518Y0299732D01*
X0181638Y0299766D01*
X0181758Y0299796D01*
X0181880Y0299823D01*
X0182002Y0299845D01*
X0182125Y0299864D01*
X0182248Y0299879D01*
X0182372Y0299890D01*
X0182497Y0299897D01*
X0182621Y0299900D01*
X0182745Y0299899D01*
X0182870Y0299894D01*
X0182994Y0299885D01*
X0183117Y0299872D01*
X0183241Y0299855D01*
X0183363Y0299835D01*
X0183485Y0299810D01*
X0183606Y0299781D01*
X0183726Y0299749D01*
X0183845Y0299713D01*
X0183963Y0299673D01*
X0184080Y0299629D01*
X0184195Y0299582D01*
X0184308Y0299531D01*
X0184420Y0299476D01*
X0184530Y0299418D01*
X0184638Y0299357D01*
X0184744Y0299292D01*
X0184848Y0299223D01*
X0184949Y0299152D01*
X0185049Y0299077D01*
X0185146Y0298999D01*
X0185240Y0298918D01*
X0185332Y0298834D01*
X0185421Y0298747D01*
X0185507Y0298657D01*
X0185590Y0298565D01*
X0185670Y0298470D01*
X0185748Y0298372D01*
X0185822Y0298272D01*
X0185893Y0298170D01*
X0185960Y0298066D01*
X0186024Y0297959D01*
X0186085Y0297850D01*
X0186142Y0297740D01*
X0186196Y0297628D01*
X0186246Y0297514D01*
X0186293Y0297399D01*
X0186335Y0297282D01*
X0186374Y0297164D01*
X0186410Y0297044D01*
X0186441Y0296924D01*
X0186468Y0296803D01*
X0186492Y0296681D01*
X0186512Y0296558D01*
X0186528Y0296434D01*
X0186540Y0296311D01*
X0186548Y0296187D01*
X0186552Y0296062D01*
X0186552Y0295938D01*
X0186548Y0295813D01*
X0186540Y0295689D01*
X0186528Y0295566D01*
X0186512Y0295442D01*
X0186492Y0295319D01*
X0186468Y0295197D01*
X0186441Y0295076D01*
X0186410Y0294956D01*
X0186374Y0294836D01*
X0186335Y0294718D01*
X0186293Y0294601D01*
X0186246Y0294486D01*
X0186196Y0294372D01*
X0186142Y0294260D01*
X0186085Y0294150D01*
X0186024Y0294041D01*
X0185960Y0293934D01*
X0185893Y0293830D01*
X0185822Y0293728D01*
X0185748Y0293628D01*
X0185670Y0293530D01*
X0185590Y0293435D01*
X0185507Y0293343D01*
X0185421Y0293253D01*
X0185332Y0293166D01*
X0185240Y0293082D01*
X0185146Y0293001D01*
X0185049Y0292923D01*
X0184949Y0292848D01*
X0184848Y0292777D01*
X0184744Y0292708D01*
X0184638Y0292643D01*
X0184530Y0292582D01*
X0184420Y0292524D01*
X0184308Y0292469D01*
X0184195Y0292418D01*
X0184080Y0292371D01*
X0183963Y0292327D01*
X0183845Y0292287D01*
X0183726Y0292251D01*
X0183606Y0292219D01*
X0183485Y0292190D01*
X0183363Y0292165D01*
X0183241Y0292145D01*
X0183117Y0292128D01*
X0182994Y0292115D01*
X0182870Y0292106D01*
X0182745Y0292101D01*
X0182621Y0292100D01*
X0182497Y0292103D01*
X0182372Y0292110D01*
X0182248Y0292121D01*
X0182125Y0292136D01*
X0182002Y0292155D01*
X0181880Y0292177D01*
X0181758Y0292204D01*
X0181638Y0292234D01*
X0181518Y0292268D01*
X0181400Y0292307D01*
X0181282Y0292348D01*
X0181167Y0292394D01*
X0181052Y0292443D01*
X0180940Y0292496D01*
X0180829Y0292552D01*
X0180720Y0292612D01*
X0180613Y0292676D01*
X0180508Y0292742D01*
X0180405Y0292812D01*
X0180305Y0292886D01*
X0180207Y0292962D01*
X0180111Y0293041D01*
X0180018Y0293124D01*
X0179927Y0293209D01*
X0179840Y0293298D01*
X0179755Y0293389D01*
X0179673Y0293483D01*
X0179595Y0293579D01*
X0179519Y0293678D01*
X0179446Y0293779D01*
X0179377Y0293882D01*
X0179311Y0293988D01*
X0179249Y0294095D01*
X0179190Y0294205D01*
X0179134Y0294316D01*
X0179082Y0294429D01*
X0179034Y0294544D01*
X0178990Y0294660D01*
X0178949Y0294777D01*
X0178912Y0294896D01*
X0178878Y0295016D01*
X0178849Y0295136D01*
X0178823Y0295258D01*
X0178801Y0295381D01*
X0178784Y0295504D01*
X0178770Y0295627D01*
X0178760Y0295751D01*
X0178754Y0295876D01*
X0178752Y0296000D01*
X0178652Y0292000D02*
X0186652Y0300000D01*
X0181877Y0321625D02*
X0181879Y0321749D01*
X0181885Y0321874D01*
X0181895Y0321998D01*
X0181909Y0322121D01*
X0181926Y0322244D01*
X0181948Y0322367D01*
X0181974Y0322489D01*
X0182003Y0322609D01*
X0182037Y0322729D01*
X0182074Y0322848D01*
X0182115Y0322965D01*
X0182159Y0323081D01*
X0182207Y0323196D01*
X0182259Y0323309D01*
X0182315Y0323420D01*
X0182374Y0323530D01*
X0182436Y0323637D01*
X0182502Y0323743D01*
X0182571Y0323846D01*
X0182644Y0323947D01*
X0182720Y0324046D01*
X0182798Y0324142D01*
X0182880Y0324236D01*
X0182965Y0324327D01*
X0183052Y0324416D01*
X0183143Y0324501D01*
X0183236Y0324584D01*
X0183332Y0324663D01*
X0183430Y0324739D01*
X0183530Y0324813D01*
X0183633Y0324883D01*
X0183738Y0324949D01*
X0183845Y0325013D01*
X0183954Y0325073D01*
X0184065Y0325129D01*
X0184177Y0325182D01*
X0184292Y0325231D01*
X0184407Y0325277D01*
X0184525Y0325318D01*
X0184643Y0325357D01*
X0184763Y0325391D01*
X0184883Y0325421D01*
X0185005Y0325448D01*
X0185127Y0325470D01*
X0185250Y0325489D01*
X0185373Y0325504D01*
X0185497Y0325515D01*
X0185622Y0325522D01*
X0185746Y0325525D01*
X0185870Y0325524D01*
X0185995Y0325519D01*
X0186119Y0325510D01*
X0186242Y0325497D01*
X0186366Y0325480D01*
X0186488Y0325460D01*
X0186610Y0325435D01*
X0186731Y0325406D01*
X0186851Y0325374D01*
X0186970Y0325338D01*
X0187088Y0325298D01*
X0187205Y0325254D01*
X0187320Y0325207D01*
X0187433Y0325156D01*
X0187545Y0325101D01*
X0187655Y0325043D01*
X0187763Y0324982D01*
X0187869Y0324917D01*
X0187973Y0324848D01*
X0188074Y0324777D01*
X0188174Y0324702D01*
X0188271Y0324624D01*
X0188365Y0324543D01*
X0188457Y0324459D01*
X0188546Y0324372D01*
X0188632Y0324282D01*
X0188715Y0324190D01*
X0188795Y0324095D01*
X0188873Y0323997D01*
X0188947Y0323897D01*
X0189018Y0323795D01*
X0189085Y0323691D01*
X0189149Y0323584D01*
X0189210Y0323475D01*
X0189267Y0323365D01*
X0189321Y0323253D01*
X0189371Y0323139D01*
X0189418Y0323024D01*
X0189460Y0322907D01*
X0189499Y0322789D01*
X0189535Y0322669D01*
X0189566Y0322549D01*
X0189593Y0322428D01*
X0189617Y0322306D01*
X0189637Y0322183D01*
X0189653Y0322059D01*
X0189665Y0321936D01*
X0189673Y0321812D01*
X0189677Y0321687D01*
X0189677Y0321563D01*
X0189673Y0321438D01*
X0189665Y0321314D01*
X0189653Y0321191D01*
X0189637Y0321067D01*
X0189617Y0320944D01*
X0189593Y0320822D01*
X0189566Y0320701D01*
X0189535Y0320581D01*
X0189499Y0320461D01*
X0189460Y0320343D01*
X0189418Y0320226D01*
X0189371Y0320111D01*
X0189321Y0319997D01*
X0189267Y0319885D01*
X0189210Y0319775D01*
X0189149Y0319666D01*
X0189085Y0319559D01*
X0189018Y0319455D01*
X0188947Y0319353D01*
X0188873Y0319253D01*
X0188795Y0319155D01*
X0188715Y0319060D01*
X0188632Y0318968D01*
X0188546Y0318878D01*
X0188457Y0318791D01*
X0188365Y0318707D01*
X0188271Y0318626D01*
X0188174Y0318548D01*
X0188074Y0318473D01*
X0187973Y0318402D01*
X0187869Y0318333D01*
X0187763Y0318268D01*
X0187655Y0318207D01*
X0187545Y0318149D01*
X0187433Y0318094D01*
X0187320Y0318043D01*
X0187205Y0317996D01*
X0187088Y0317952D01*
X0186970Y0317912D01*
X0186851Y0317876D01*
X0186731Y0317844D01*
X0186610Y0317815D01*
X0186488Y0317790D01*
X0186366Y0317770D01*
X0186242Y0317753D01*
X0186119Y0317740D01*
X0185995Y0317731D01*
X0185870Y0317726D01*
X0185746Y0317725D01*
X0185622Y0317728D01*
X0185497Y0317735D01*
X0185373Y0317746D01*
X0185250Y0317761D01*
X0185127Y0317780D01*
X0185005Y0317802D01*
X0184883Y0317829D01*
X0184763Y0317859D01*
X0184643Y0317893D01*
X0184525Y0317932D01*
X0184407Y0317973D01*
X0184292Y0318019D01*
X0184177Y0318068D01*
X0184065Y0318121D01*
X0183954Y0318177D01*
X0183845Y0318237D01*
X0183738Y0318301D01*
X0183633Y0318367D01*
X0183530Y0318437D01*
X0183430Y0318511D01*
X0183332Y0318587D01*
X0183236Y0318666D01*
X0183143Y0318749D01*
X0183052Y0318834D01*
X0182965Y0318923D01*
X0182880Y0319014D01*
X0182798Y0319108D01*
X0182720Y0319204D01*
X0182644Y0319303D01*
X0182571Y0319404D01*
X0182502Y0319507D01*
X0182436Y0319613D01*
X0182374Y0319720D01*
X0182315Y0319830D01*
X0182259Y0319941D01*
X0182207Y0320054D01*
X0182159Y0320169D01*
X0182115Y0320285D01*
X0182074Y0320402D01*
X0182037Y0320521D01*
X0182003Y0320641D01*
X0181974Y0320761D01*
X0181948Y0320883D01*
X0181926Y0321006D01*
X0181909Y0321129D01*
X0181895Y0321252D01*
X0181885Y0321376D01*
X0181879Y0321501D01*
X0181877Y0321625D01*
X0181777Y0317625D02*
X0189777Y0325625D01*
X0178127Y0347250D02*
X0178129Y0347374D01*
X0178135Y0347499D01*
X0178145Y0347623D01*
X0178159Y0347746D01*
X0178176Y0347869D01*
X0178198Y0347992D01*
X0178224Y0348114D01*
X0178253Y0348234D01*
X0178287Y0348354D01*
X0178324Y0348473D01*
X0178365Y0348590D01*
X0178409Y0348706D01*
X0178457Y0348821D01*
X0178509Y0348934D01*
X0178565Y0349045D01*
X0178624Y0349155D01*
X0178686Y0349262D01*
X0178752Y0349368D01*
X0178821Y0349471D01*
X0178894Y0349572D01*
X0178970Y0349671D01*
X0179048Y0349767D01*
X0179130Y0349861D01*
X0179215Y0349952D01*
X0179302Y0350041D01*
X0179393Y0350126D01*
X0179486Y0350209D01*
X0179582Y0350288D01*
X0179680Y0350364D01*
X0179780Y0350438D01*
X0179883Y0350508D01*
X0179988Y0350574D01*
X0180095Y0350638D01*
X0180204Y0350698D01*
X0180315Y0350754D01*
X0180427Y0350807D01*
X0180542Y0350856D01*
X0180657Y0350902D01*
X0180775Y0350943D01*
X0180893Y0350982D01*
X0181013Y0351016D01*
X0181133Y0351046D01*
X0181255Y0351073D01*
X0181377Y0351095D01*
X0181500Y0351114D01*
X0181623Y0351129D01*
X0181747Y0351140D01*
X0181872Y0351147D01*
X0181996Y0351150D01*
X0182120Y0351149D01*
X0182245Y0351144D01*
X0182369Y0351135D01*
X0182492Y0351122D01*
X0182616Y0351105D01*
X0182738Y0351085D01*
X0182860Y0351060D01*
X0182981Y0351031D01*
X0183101Y0350999D01*
X0183220Y0350963D01*
X0183338Y0350923D01*
X0183455Y0350879D01*
X0183570Y0350832D01*
X0183683Y0350781D01*
X0183795Y0350726D01*
X0183905Y0350668D01*
X0184013Y0350607D01*
X0184119Y0350542D01*
X0184223Y0350473D01*
X0184324Y0350402D01*
X0184424Y0350327D01*
X0184521Y0350249D01*
X0184615Y0350168D01*
X0184707Y0350084D01*
X0184796Y0349997D01*
X0184882Y0349907D01*
X0184965Y0349815D01*
X0185045Y0349720D01*
X0185123Y0349622D01*
X0185197Y0349522D01*
X0185268Y0349420D01*
X0185335Y0349316D01*
X0185399Y0349209D01*
X0185460Y0349100D01*
X0185517Y0348990D01*
X0185571Y0348878D01*
X0185621Y0348764D01*
X0185668Y0348649D01*
X0185710Y0348532D01*
X0185749Y0348414D01*
X0185785Y0348294D01*
X0185816Y0348174D01*
X0185843Y0348053D01*
X0185867Y0347931D01*
X0185887Y0347808D01*
X0185903Y0347684D01*
X0185915Y0347561D01*
X0185923Y0347437D01*
X0185927Y0347312D01*
X0185927Y0347188D01*
X0185923Y0347063D01*
X0185915Y0346939D01*
X0185903Y0346816D01*
X0185887Y0346692D01*
X0185867Y0346569D01*
X0185843Y0346447D01*
X0185816Y0346326D01*
X0185785Y0346206D01*
X0185749Y0346086D01*
X0185710Y0345968D01*
X0185668Y0345851D01*
X0185621Y0345736D01*
X0185571Y0345622D01*
X0185517Y0345510D01*
X0185460Y0345400D01*
X0185399Y0345291D01*
X0185335Y0345184D01*
X0185268Y0345080D01*
X0185197Y0344978D01*
X0185123Y0344878D01*
X0185045Y0344780D01*
X0184965Y0344685D01*
X0184882Y0344593D01*
X0184796Y0344503D01*
X0184707Y0344416D01*
X0184615Y0344332D01*
X0184521Y0344251D01*
X0184424Y0344173D01*
X0184324Y0344098D01*
X0184223Y0344027D01*
X0184119Y0343958D01*
X0184013Y0343893D01*
X0183905Y0343832D01*
X0183795Y0343774D01*
X0183683Y0343719D01*
X0183570Y0343668D01*
X0183455Y0343621D01*
X0183338Y0343577D01*
X0183220Y0343537D01*
X0183101Y0343501D01*
X0182981Y0343469D01*
X0182860Y0343440D01*
X0182738Y0343415D01*
X0182616Y0343395D01*
X0182492Y0343378D01*
X0182369Y0343365D01*
X0182245Y0343356D01*
X0182120Y0343351D01*
X0181996Y0343350D01*
X0181872Y0343353D01*
X0181747Y0343360D01*
X0181623Y0343371D01*
X0181500Y0343386D01*
X0181377Y0343405D01*
X0181255Y0343427D01*
X0181133Y0343454D01*
X0181013Y0343484D01*
X0180893Y0343518D01*
X0180775Y0343557D01*
X0180657Y0343598D01*
X0180542Y0343644D01*
X0180427Y0343693D01*
X0180315Y0343746D01*
X0180204Y0343802D01*
X0180095Y0343862D01*
X0179988Y0343926D01*
X0179883Y0343992D01*
X0179780Y0344062D01*
X0179680Y0344136D01*
X0179582Y0344212D01*
X0179486Y0344291D01*
X0179393Y0344374D01*
X0179302Y0344459D01*
X0179215Y0344548D01*
X0179130Y0344639D01*
X0179048Y0344733D01*
X0178970Y0344829D01*
X0178894Y0344928D01*
X0178821Y0345029D01*
X0178752Y0345132D01*
X0178686Y0345238D01*
X0178624Y0345345D01*
X0178565Y0345455D01*
X0178509Y0345566D01*
X0178457Y0345679D01*
X0178409Y0345794D01*
X0178365Y0345910D01*
X0178324Y0346027D01*
X0178287Y0346146D01*
X0178253Y0346266D01*
X0178224Y0346386D01*
X0178198Y0346508D01*
X0178176Y0346631D01*
X0178159Y0346754D01*
X0178145Y0346877D01*
X0178135Y0347001D01*
X0178129Y0347126D01*
X0178127Y0347250D01*
X0178027Y0343250D02*
X0186027Y0351250D01*
X0182502Y0351000D02*
X0182504Y0351124D01*
X0182510Y0351249D01*
X0182520Y0351373D01*
X0182534Y0351496D01*
X0182551Y0351619D01*
X0182573Y0351742D01*
X0182599Y0351864D01*
X0182628Y0351984D01*
X0182662Y0352104D01*
X0182699Y0352223D01*
X0182740Y0352340D01*
X0182784Y0352456D01*
X0182832Y0352571D01*
X0182884Y0352684D01*
X0182940Y0352795D01*
X0182999Y0352905D01*
X0183061Y0353012D01*
X0183127Y0353118D01*
X0183196Y0353221D01*
X0183269Y0353322D01*
X0183345Y0353421D01*
X0183423Y0353517D01*
X0183505Y0353611D01*
X0183590Y0353702D01*
X0183677Y0353791D01*
X0183768Y0353876D01*
X0183861Y0353959D01*
X0183957Y0354038D01*
X0184055Y0354114D01*
X0184155Y0354188D01*
X0184258Y0354258D01*
X0184363Y0354324D01*
X0184470Y0354388D01*
X0184579Y0354448D01*
X0184690Y0354504D01*
X0184802Y0354557D01*
X0184917Y0354606D01*
X0185032Y0354652D01*
X0185150Y0354693D01*
X0185268Y0354732D01*
X0185388Y0354766D01*
X0185508Y0354796D01*
X0185630Y0354823D01*
X0185752Y0354845D01*
X0185875Y0354864D01*
X0185998Y0354879D01*
X0186122Y0354890D01*
X0186247Y0354897D01*
X0186371Y0354900D01*
X0186495Y0354899D01*
X0186620Y0354894D01*
X0186744Y0354885D01*
X0186867Y0354872D01*
X0186991Y0354855D01*
X0187113Y0354835D01*
X0187235Y0354810D01*
X0187356Y0354781D01*
X0187476Y0354749D01*
X0187595Y0354713D01*
X0187713Y0354673D01*
X0187830Y0354629D01*
X0187945Y0354582D01*
X0188058Y0354531D01*
X0188170Y0354476D01*
X0188280Y0354418D01*
X0188388Y0354357D01*
X0188494Y0354292D01*
X0188598Y0354223D01*
X0188699Y0354152D01*
X0188799Y0354077D01*
X0188896Y0353999D01*
X0188990Y0353918D01*
X0189082Y0353834D01*
X0189171Y0353747D01*
X0189257Y0353657D01*
X0189340Y0353565D01*
X0189420Y0353470D01*
X0189498Y0353372D01*
X0189572Y0353272D01*
X0189643Y0353170D01*
X0189710Y0353066D01*
X0189774Y0352959D01*
X0189835Y0352850D01*
X0189892Y0352740D01*
X0189946Y0352628D01*
X0189996Y0352514D01*
X0190043Y0352399D01*
X0190085Y0352282D01*
X0190124Y0352164D01*
X0190160Y0352044D01*
X0190191Y0351924D01*
X0190218Y0351803D01*
X0190242Y0351681D01*
X0190262Y0351558D01*
X0190278Y0351434D01*
X0190290Y0351311D01*
X0190298Y0351187D01*
X0190302Y0351062D01*
X0190302Y0350938D01*
X0190298Y0350813D01*
X0190290Y0350689D01*
X0190278Y0350566D01*
X0190262Y0350442D01*
X0190242Y0350319D01*
X0190218Y0350197D01*
X0190191Y0350076D01*
X0190160Y0349956D01*
X0190124Y0349836D01*
X0190085Y0349718D01*
X0190043Y0349601D01*
X0189996Y0349486D01*
X0189946Y0349372D01*
X0189892Y0349260D01*
X0189835Y0349150D01*
X0189774Y0349041D01*
X0189710Y0348934D01*
X0189643Y0348830D01*
X0189572Y0348728D01*
X0189498Y0348628D01*
X0189420Y0348530D01*
X0189340Y0348435D01*
X0189257Y0348343D01*
X0189171Y0348253D01*
X0189082Y0348166D01*
X0188990Y0348082D01*
X0188896Y0348001D01*
X0188799Y0347923D01*
X0188699Y0347848D01*
X0188598Y0347777D01*
X0188494Y0347708D01*
X0188388Y0347643D01*
X0188280Y0347582D01*
X0188170Y0347524D01*
X0188058Y0347469D01*
X0187945Y0347418D01*
X0187830Y0347371D01*
X0187713Y0347327D01*
X0187595Y0347287D01*
X0187476Y0347251D01*
X0187356Y0347219D01*
X0187235Y0347190D01*
X0187113Y0347165D01*
X0186991Y0347145D01*
X0186867Y0347128D01*
X0186744Y0347115D01*
X0186620Y0347106D01*
X0186495Y0347101D01*
X0186371Y0347100D01*
X0186247Y0347103D01*
X0186122Y0347110D01*
X0185998Y0347121D01*
X0185875Y0347136D01*
X0185752Y0347155D01*
X0185630Y0347177D01*
X0185508Y0347204D01*
X0185388Y0347234D01*
X0185268Y0347268D01*
X0185150Y0347307D01*
X0185032Y0347348D01*
X0184917Y0347394D01*
X0184802Y0347443D01*
X0184690Y0347496D01*
X0184579Y0347552D01*
X0184470Y0347612D01*
X0184363Y0347676D01*
X0184258Y0347742D01*
X0184155Y0347812D01*
X0184055Y0347886D01*
X0183957Y0347962D01*
X0183861Y0348041D01*
X0183768Y0348124D01*
X0183677Y0348209D01*
X0183590Y0348298D01*
X0183505Y0348389D01*
X0183423Y0348483D01*
X0183345Y0348579D01*
X0183269Y0348678D01*
X0183196Y0348779D01*
X0183127Y0348882D01*
X0183061Y0348988D01*
X0182999Y0349095D01*
X0182940Y0349205D01*
X0182884Y0349316D01*
X0182832Y0349429D01*
X0182784Y0349544D01*
X0182740Y0349660D01*
X0182699Y0349777D01*
X0182662Y0349896D01*
X0182628Y0350016D01*
X0182599Y0350136D01*
X0182573Y0350258D01*
X0182551Y0350381D01*
X0182534Y0350504D01*
X0182520Y0350627D01*
X0182510Y0350751D01*
X0182504Y0350876D01*
X0182502Y0351000D01*
X0182402Y0347000D02*
X0190402Y0355000D01*
X0165627Y0354750D02*
X0165629Y0354874D01*
X0165635Y0354999D01*
X0165645Y0355123D01*
X0165659Y0355246D01*
X0165676Y0355369D01*
X0165698Y0355492D01*
X0165724Y0355614D01*
X0165753Y0355734D01*
X0165787Y0355854D01*
X0165824Y0355973D01*
X0165865Y0356090D01*
X0165909Y0356206D01*
X0165957Y0356321D01*
X0166009Y0356434D01*
X0166065Y0356545D01*
X0166124Y0356655D01*
X0166186Y0356762D01*
X0166252Y0356868D01*
X0166321Y0356971D01*
X0166394Y0357072D01*
X0166470Y0357171D01*
X0166548Y0357267D01*
X0166630Y0357361D01*
X0166715Y0357452D01*
X0166802Y0357541D01*
X0166893Y0357626D01*
X0166986Y0357709D01*
X0167082Y0357788D01*
X0167180Y0357864D01*
X0167280Y0357938D01*
X0167383Y0358008D01*
X0167488Y0358074D01*
X0167595Y0358138D01*
X0167704Y0358198D01*
X0167815Y0358254D01*
X0167927Y0358307D01*
X0168042Y0358356D01*
X0168157Y0358402D01*
X0168275Y0358443D01*
X0168393Y0358482D01*
X0168513Y0358516D01*
X0168633Y0358546D01*
X0168755Y0358573D01*
X0168877Y0358595D01*
X0169000Y0358614D01*
X0169123Y0358629D01*
X0169247Y0358640D01*
X0169372Y0358647D01*
X0169496Y0358650D01*
X0169620Y0358649D01*
X0169745Y0358644D01*
X0169869Y0358635D01*
X0169992Y0358622D01*
X0170116Y0358605D01*
X0170238Y0358585D01*
X0170360Y0358560D01*
X0170481Y0358531D01*
X0170601Y0358499D01*
X0170720Y0358463D01*
X0170838Y0358423D01*
X0170955Y0358379D01*
X0171070Y0358332D01*
X0171183Y0358281D01*
X0171295Y0358226D01*
X0171405Y0358168D01*
X0171513Y0358107D01*
X0171619Y0358042D01*
X0171723Y0357973D01*
X0171824Y0357902D01*
X0171924Y0357827D01*
X0172021Y0357749D01*
X0172115Y0357668D01*
X0172207Y0357584D01*
X0172296Y0357497D01*
X0172382Y0357407D01*
X0172465Y0357315D01*
X0172545Y0357220D01*
X0172623Y0357122D01*
X0172697Y0357022D01*
X0172768Y0356920D01*
X0172835Y0356816D01*
X0172899Y0356709D01*
X0172960Y0356600D01*
X0173017Y0356490D01*
X0173071Y0356378D01*
X0173121Y0356264D01*
X0173168Y0356149D01*
X0173210Y0356032D01*
X0173249Y0355914D01*
X0173285Y0355794D01*
X0173316Y0355674D01*
X0173343Y0355553D01*
X0173367Y0355431D01*
X0173387Y0355308D01*
X0173403Y0355184D01*
X0173415Y0355061D01*
X0173423Y0354937D01*
X0173427Y0354812D01*
X0173427Y0354688D01*
X0173423Y0354563D01*
X0173415Y0354439D01*
X0173403Y0354316D01*
X0173387Y0354192D01*
X0173367Y0354069D01*
X0173343Y0353947D01*
X0173316Y0353826D01*
X0173285Y0353706D01*
X0173249Y0353586D01*
X0173210Y0353468D01*
X0173168Y0353351D01*
X0173121Y0353236D01*
X0173071Y0353122D01*
X0173017Y0353010D01*
X0172960Y0352900D01*
X0172899Y0352791D01*
X0172835Y0352684D01*
X0172768Y0352580D01*
X0172697Y0352478D01*
X0172623Y0352378D01*
X0172545Y0352280D01*
X0172465Y0352185D01*
X0172382Y0352093D01*
X0172296Y0352003D01*
X0172207Y0351916D01*
X0172115Y0351832D01*
X0172021Y0351751D01*
X0171924Y0351673D01*
X0171824Y0351598D01*
X0171723Y0351527D01*
X0171619Y0351458D01*
X0171513Y0351393D01*
X0171405Y0351332D01*
X0171295Y0351274D01*
X0171183Y0351219D01*
X0171070Y0351168D01*
X0170955Y0351121D01*
X0170838Y0351077D01*
X0170720Y0351037D01*
X0170601Y0351001D01*
X0170481Y0350969D01*
X0170360Y0350940D01*
X0170238Y0350915D01*
X0170116Y0350895D01*
X0169992Y0350878D01*
X0169869Y0350865D01*
X0169745Y0350856D01*
X0169620Y0350851D01*
X0169496Y0350850D01*
X0169372Y0350853D01*
X0169247Y0350860D01*
X0169123Y0350871D01*
X0169000Y0350886D01*
X0168877Y0350905D01*
X0168755Y0350927D01*
X0168633Y0350954D01*
X0168513Y0350984D01*
X0168393Y0351018D01*
X0168275Y0351057D01*
X0168157Y0351098D01*
X0168042Y0351144D01*
X0167927Y0351193D01*
X0167815Y0351246D01*
X0167704Y0351302D01*
X0167595Y0351362D01*
X0167488Y0351426D01*
X0167383Y0351492D01*
X0167280Y0351562D01*
X0167180Y0351636D01*
X0167082Y0351712D01*
X0166986Y0351791D01*
X0166893Y0351874D01*
X0166802Y0351959D01*
X0166715Y0352048D01*
X0166630Y0352139D01*
X0166548Y0352233D01*
X0166470Y0352329D01*
X0166394Y0352428D01*
X0166321Y0352529D01*
X0166252Y0352632D01*
X0166186Y0352738D01*
X0166124Y0352845D01*
X0166065Y0352955D01*
X0166009Y0353066D01*
X0165957Y0353179D01*
X0165909Y0353294D01*
X0165865Y0353410D01*
X0165824Y0353527D01*
X0165787Y0353646D01*
X0165753Y0353766D01*
X0165724Y0353886D01*
X0165698Y0354008D01*
X0165676Y0354131D01*
X0165659Y0354254D01*
X0165645Y0354377D01*
X0165635Y0354501D01*
X0165629Y0354626D01*
X0165627Y0354750D01*
X0165527Y0350750D02*
X0173527Y0358750D01*
X0162365Y0362904D02*
X0154365Y0354904D01*
X0162365Y0354904D02*
X0162365Y0362904D01*
X0162365Y0354904D02*
X0154365Y0362904D01*
X0154365Y0354904D01*
X0152365Y0362904D02*
X0144365Y0354904D01*
X0152365Y0354904D02*
X0152365Y0362904D01*
X0152365Y0354904D02*
X0144365Y0362904D01*
X0144365Y0354904D01*
X0142365Y0362904D02*
X0134365Y0354904D01*
X0142365Y0354904D02*
X0142365Y0362904D01*
X0142365Y0354904D02*
X0134365Y0362904D01*
X0134365Y0354904D01*
X0132365Y0362904D02*
X0124365Y0354904D01*
X0132365Y0354904D02*
X0132365Y0362904D01*
X0132365Y0354904D02*
X0124365Y0362904D01*
X0124365Y0354904D01*
X0132745Y0327460D02*
X0132747Y0327584D01*
X0132753Y0327709D01*
X0132763Y0327833D01*
X0132777Y0327956D01*
X0132794Y0328079D01*
X0132816Y0328202D01*
X0132842Y0328324D01*
X0132871Y0328444D01*
X0132905Y0328564D01*
X0132942Y0328683D01*
X0132983Y0328800D01*
X0133027Y0328916D01*
X0133075Y0329031D01*
X0133127Y0329144D01*
X0133183Y0329255D01*
X0133242Y0329365D01*
X0133304Y0329472D01*
X0133370Y0329578D01*
X0133439Y0329681D01*
X0133512Y0329782D01*
X0133588Y0329881D01*
X0133666Y0329977D01*
X0133748Y0330071D01*
X0133833Y0330162D01*
X0133920Y0330251D01*
X0134011Y0330336D01*
X0134104Y0330419D01*
X0134200Y0330498D01*
X0134298Y0330574D01*
X0134398Y0330648D01*
X0134501Y0330718D01*
X0134606Y0330784D01*
X0134713Y0330848D01*
X0134822Y0330908D01*
X0134933Y0330964D01*
X0135045Y0331017D01*
X0135160Y0331066D01*
X0135275Y0331112D01*
X0135393Y0331153D01*
X0135511Y0331192D01*
X0135631Y0331226D01*
X0135751Y0331256D01*
X0135873Y0331283D01*
X0135995Y0331305D01*
X0136118Y0331324D01*
X0136241Y0331339D01*
X0136365Y0331350D01*
X0136490Y0331357D01*
X0136614Y0331360D01*
X0136738Y0331359D01*
X0136863Y0331354D01*
X0136987Y0331345D01*
X0137110Y0331332D01*
X0137234Y0331315D01*
X0137356Y0331295D01*
X0137478Y0331270D01*
X0137599Y0331241D01*
X0137719Y0331209D01*
X0137838Y0331173D01*
X0137956Y0331133D01*
X0138073Y0331089D01*
X0138188Y0331042D01*
X0138301Y0330991D01*
X0138413Y0330936D01*
X0138523Y0330878D01*
X0138631Y0330817D01*
X0138737Y0330752D01*
X0138841Y0330683D01*
X0138942Y0330612D01*
X0139042Y0330537D01*
X0139139Y0330459D01*
X0139233Y0330378D01*
X0139325Y0330294D01*
X0139414Y0330207D01*
X0139500Y0330117D01*
X0139583Y0330025D01*
X0139663Y0329930D01*
X0139741Y0329832D01*
X0139815Y0329732D01*
X0139886Y0329630D01*
X0139953Y0329526D01*
X0140017Y0329419D01*
X0140078Y0329310D01*
X0140135Y0329200D01*
X0140189Y0329088D01*
X0140239Y0328974D01*
X0140286Y0328859D01*
X0140328Y0328742D01*
X0140367Y0328624D01*
X0140403Y0328504D01*
X0140434Y0328384D01*
X0140461Y0328263D01*
X0140485Y0328141D01*
X0140505Y0328018D01*
X0140521Y0327894D01*
X0140533Y0327771D01*
X0140541Y0327647D01*
X0140545Y0327522D01*
X0140545Y0327398D01*
X0140541Y0327273D01*
X0140533Y0327149D01*
X0140521Y0327026D01*
X0140505Y0326902D01*
X0140485Y0326779D01*
X0140461Y0326657D01*
X0140434Y0326536D01*
X0140403Y0326416D01*
X0140367Y0326296D01*
X0140328Y0326178D01*
X0140286Y0326061D01*
X0140239Y0325946D01*
X0140189Y0325832D01*
X0140135Y0325720D01*
X0140078Y0325610D01*
X0140017Y0325501D01*
X0139953Y0325394D01*
X0139886Y0325290D01*
X0139815Y0325188D01*
X0139741Y0325088D01*
X0139663Y0324990D01*
X0139583Y0324895D01*
X0139500Y0324803D01*
X0139414Y0324713D01*
X0139325Y0324626D01*
X0139233Y0324542D01*
X0139139Y0324461D01*
X0139042Y0324383D01*
X0138942Y0324308D01*
X0138841Y0324237D01*
X0138737Y0324168D01*
X0138631Y0324103D01*
X0138523Y0324042D01*
X0138413Y0323984D01*
X0138301Y0323929D01*
X0138188Y0323878D01*
X0138073Y0323831D01*
X0137956Y0323787D01*
X0137838Y0323747D01*
X0137719Y0323711D01*
X0137599Y0323679D01*
X0137478Y0323650D01*
X0137356Y0323625D01*
X0137234Y0323605D01*
X0137110Y0323588D01*
X0136987Y0323575D01*
X0136863Y0323566D01*
X0136738Y0323561D01*
X0136614Y0323560D01*
X0136490Y0323563D01*
X0136365Y0323570D01*
X0136241Y0323581D01*
X0136118Y0323596D01*
X0135995Y0323615D01*
X0135873Y0323637D01*
X0135751Y0323664D01*
X0135631Y0323694D01*
X0135511Y0323728D01*
X0135393Y0323767D01*
X0135275Y0323808D01*
X0135160Y0323854D01*
X0135045Y0323903D01*
X0134933Y0323956D01*
X0134822Y0324012D01*
X0134713Y0324072D01*
X0134606Y0324136D01*
X0134501Y0324202D01*
X0134398Y0324272D01*
X0134298Y0324346D01*
X0134200Y0324422D01*
X0134104Y0324501D01*
X0134011Y0324584D01*
X0133920Y0324669D01*
X0133833Y0324758D01*
X0133748Y0324849D01*
X0133666Y0324943D01*
X0133588Y0325039D01*
X0133512Y0325138D01*
X0133439Y0325239D01*
X0133370Y0325342D01*
X0133304Y0325448D01*
X0133242Y0325555D01*
X0133183Y0325665D01*
X0133127Y0325776D01*
X0133075Y0325889D01*
X0133027Y0326004D01*
X0132983Y0326120D01*
X0132942Y0326237D01*
X0132905Y0326356D01*
X0132871Y0326476D01*
X0132842Y0326596D01*
X0132816Y0326718D01*
X0132794Y0326841D01*
X0132777Y0326964D01*
X0132763Y0327087D01*
X0132753Y0327211D01*
X0132747Y0327336D01*
X0132745Y0327460D01*
X0132645Y0323460D02*
X0140645Y0331460D01*
X0142745Y0327460D02*
X0142747Y0327584D01*
X0142753Y0327709D01*
X0142763Y0327833D01*
X0142777Y0327956D01*
X0142794Y0328079D01*
X0142816Y0328202D01*
X0142842Y0328324D01*
X0142871Y0328444D01*
X0142905Y0328564D01*
X0142942Y0328683D01*
X0142983Y0328800D01*
X0143027Y0328916D01*
X0143075Y0329031D01*
X0143127Y0329144D01*
X0143183Y0329255D01*
X0143242Y0329365D01*
X0143304Y0329472D01*
X0143370Y0329578D01*
X0143439Y0329681D01*
X0143512Y0329782D01*
X0143588Y0329881D01*
X0143666Y0329977D01*
X0143748Y0330071D01*
X0143833Y0330162D01*
X0143920Y0330251D01*
X0144011Y0330336D01*
X0144104Y0330419D01*
X0144200Y0330498D01*
X0144298Y0330574D01*
X0144398Y0330648D01*
X0144501Y0330718D01*
X0144606Y0330784D01*
X0144713Y0330848D01*
X0144822Y0330908D01*
X0144933Y0330964D01*
X0145045Y0331017D01*
X0145160Y0331066D01*
X0145275Y0331112D01*
X0145393Y0331153D01*
X0145511Y0331192D01*
X0145631Y0331226D01*
X0145751Y0331256D01*
X0145873Y0331283D01*
X0145995Y0331305D01*
X0146118Y0331324D01*
X0146241Y0331339D01*
X0146365Y0331350D01*
X0146490Y0331357D01*
X0146614Y0331360D01*
X0146738Y0331359D01*
X0146863Y0331354D01*
X0146987Y0331345D01*
X0147110Y0331332D01*
X0147234Y0331315D01*
X0147356Y0331295D01*
X0147478Y0331270D01*
X0147599Y0331241D01*
X0147719Y0331209D01*
X0147838Y0331173D01*
X0147956Y0331133D01*
X0148073Y0331089D01*
X0148188Y0331042D01*
X0148301Y0330991D01*
X0148413Y0330936D01*
X0148523Y0330878D01*
X0148631Y0330817D01*
X0148737Y0330752D01*
X0148841Y0330683D01*
X0148942Y0330612D01*
X0149042Y0330537D01*
X0149139Y0330459D01*
X0149233Y0330378D01*
X0149325Y0330294D01*
X0149414Y0330207D01*
X0149500Y0330117D01*
X0149583Y0330025D01*
X0149663Y0329930D01*
X0149741Y0329832D01*
X0149815Y0329732D01*
X0149886Y0329630D01*
X0149953Y0329526D01*
X0150017Y0329419D01*
X0150078Y0329310D01*
X0150135Y0329200D01*
X0150189Y0329088D01*
X0150239Y0328974D01*
X0150286Y0328859D01*
X0150328Y0328742D01*
X0150367Y0328624D01*
X0150403Y0328504D01*
X0150434Y0328384D01*
X0150461Y0328263D01*
X0150485Y0328141D01*
X0150505Y0328018D01*
X0150521Y0327894D01*
X0150533Y0327771D01*
X0150541Y0327647D01*
X0150545Y0327522D01*
X0150545Y0327398D01*
X0150541Y0327273D01*
X0150533Y0327149D01*
X0150521Y0327026D01*
X0150505Y0326902D01*
X0150485Y0326779D01*
X0150461Y0326657D01*
X0150434Y0326536D01*
X0150403Y0326416D01*
X0150367Y0326296D01*
X0150328Y0326178D01*
X0150286Y0326061D01*
X0150239Y0325946D01*
X0150189Y0325832D01*
X0150135Y0325720D01*
X0150078Y0325610D01*
X0150017Y0325501D01*
X0149953Y0325394D01*
X0149886Y0325290D01*
X0149815Y0325188D01*
X0149741Y0325088D01*
X0149663Y0324990D01*
X0149583Y0324895D01*
X0149500Y0324803D01*
X0149414Y0324713D01*
X0149325Y0324626D01*
X0149233Y0324542D01*
X0149139Y0324461D01*
X0149042Y0324383D01*
X0148942Y0324308D01*
X0148841Y0324237D01*
X0148737Y0324168D01*
X0148631Y0324103D01*
X0148523Y0324042D01*
X0148413Y0323984D01*
X0148301Y0323929D01*
X0148188Y0323878D01*
X0148073Y0323831D01*
X0147956Y0323787D01*
X0147838Y0323747D01*
X0147719Y0323711D01*
X0147599Y0323679D01*
X0147478Y0323650D01*
X0147356Y0323625D01*
X0147234Y0323605D01*
X0147110Y0323588D01*
X0146987Y0323575D01*
X0146863Y0323566D01*
X0146738Y0323561D01*
X0146614Y0323560D01*
X0146490Y0323563D01*
X0146365Y0323570D01*
X0146241Y0323581D01*
X0146118Y0323596D01*
X0145995Y0323615D01*
X0145873Y0323637D01*
X0145751Y0323664D01*
X0145631Y0323694D01*
X0145511Y0323728D01*
X0145393Y0323767D01*
X0145275Y0323808D01*
X0145160Y0323854D01*
X0145045Y0323903D01*
X0144933Y0323956D01*
X0144822Y0324012D01*
X0144713Y0324072D01*
X0144606Y0324136D01*
X0144501Y0324202D01*
X0144398Y0324272D01*
X0144298Y0324346D01*
X0144200Y0324422D01*
X0144104Y0324501D01*
X0144011Y0324584D01*
X0143920Y0324669D01*
X0143833Y0324758D01*
X0143748Y0324849D01*
X0143666Y0324943D01*
X0143588Y0325039D01*
X0143512Y0325138D01*
X0143439Y0325239D01*
X0143370Y0325342D01*
X0143304Y0325448D01*
X0143242Y0325555D01*
X0143183Y0325665D01*
X0143127Y0325776D01*
X0143075Y0325889D01*
X0143027Y0326004D01*
X0142983Y0326120D01*
X0142942Y0326237D01*
X0142905Y0326356D01*
X0142871Y0326476D01*
X0142842Y0326596D01*
X0142816Y0326718D01*
X0142794Y0326841D01*
X0142777Y0326964D01*
X0142763Y0327087D01*
X0142753Y0327211D01*
X0142747Y0327336D01*
X0142745Y0327460D01*
X0142645Y0323460D02*
X0150645Y0331460D01*
X0152745Y0327460D02*
X0152747Y0327584D01*
X0152753Y0327709D01*
X0152763Y0327833D01*
X0152777Y0327956D01*
X0152794Y0328079D01*
X0152816Y0328202D01*
X0152842Y0328324D01*
X0152871Y0328444D01*
X0152905Y0328564D01*
X0152942Y0328683D01*
X0152983Y0328800D01*
X0153027Y0328916D01*
X0153075Y0329031D01*
X0153127Y0329144D01*
X0153183Y0329255D01*
X0153242Y0329365D01*
X0153304Y0329472D01*
X0153370Y0329578D01*
X0153439Y0329681D01*
X0153512Y0329782D01*
X0153588Y0329881D01*
X0153666Y0329977D01*
X0153748Y0330071D01*
X0153833Y0330162D01*
X0153920Y0330251D01*
X0154011Y0330336D01*
X0154104Y0330419D01*
X0154200Y0330498D01*
X0154298Y0330574D01*
X0154398Y0330648D01*
X0154501Y0330718D01*
X0154606Y0330784D01*
X0154713Y0330848D01*
X0154822Y0330908D01*
X0154933Y0330964D01*
X0155045Y0331017D01*
X0155160Y0331066D01*
X0155275Y0331112D01*
X0155393Y0331153D01*
X0155511Y0331192D01*
X0155631Y0331226D01*
X0155751Y0331256D01*
X0155873Y0331283D01*
X0155995Y0331305D01*
X0156118Y0331324D01*
X0156241Y0331339D01*
X0156365Y0331350D01*
X0156490Y0331357D01*
X0156614Y0331360D01*
X0156738Y0331359D01*
X0156863Y0331354D01*
X0156987Y0331345D01*
X0157110Y0331332D01*
X0157234Y0331315D01*
X0157356Y0331295D01*
X0157478Y0331270D01*
X0157599Y0331241D01*
X0157719Y0331209D01*
X0157838Y0331173D01*
X0157956Y0331133D01*
X0158073Y0331089D01*
X0158188Y0331042D01*
X0158301Y0330991D01*
X0158413Y0330936D01*
X0158523Y0330878D01*
X0158631Y0330817D01*
X0158737Y0330752D01*
X0158841Y0330683D01*
X0158942Y0330612D01*
X0159042Y0330537D01*
X0159139Y0330459D01*
X0159233Y0330378D01*
X0159325Y0330294D01*
X0159414Y0330207D01*
X0159500Y0330117D01*
X0159583Y0330025D01*
X0159663Y0329930D01*
X0159741Y0329832D01*
X0159815Y0329732D01*
X0159886Y0329630D01*
X0159953Y0329526D01*
X0160017Y0329419D01*
X0160078Y0329310D01*
X0160135Y0329200D01*
X0160189Y0329088D01*
X0160239Y0328974D01*
X0160286Y0328859D01*
X0160328Y0328742D01*
X0160367Y0328624D01*
X0160403Y0328504D01*
X0160434Y0328384D01*
X0160461Y0328263D01*
X0160485Y0328141D01*
X0160505Y0328018D01*
X0160521Y0327894D01*
X0160533Y0327771D01*
X0160541Y0327647D01*
X0160545Y0327522D01*
X0160545Y0327398D01*
X0160541Y0327273D01*
X0160533Y0327149D01*
X0160521Y0327026D01*
X0160505Y0326902D01*
X0160485Y0326779D01*
X0160461Y0326657D01*
X0160434Y0326536D01*
X0160403Y0326416D01*
X0160367Y0326296D01*
X0160328Y0326178D01*
X0160286Y0326061D01*
X0160239Y0325946D01*
X0160189Y0325832D01*
X0160135Y0325720D01*
X0160078Y0325610D01*
X0160017Y0325501D01*
X0159953Y0325394D01*
X0159886Y0325290D01*
X0159815Y0325188D01*
X0159741Y0325088D01*
X0159663Y0324990D01*
X0159583Y0324895D01*
X0159500Y0324803D01*
X0159414Y0324713D01*
X0159325Y0324626D01*
X0159233Y0324542D01*
X0159139Y0324461D01*
X0159042Y0324383D01*
X0158942Y0324308D01*
X0158841Y0324237D01*
X0158737Y0324168D01*
X0158631Y0324103D01*
X0158523Y0324042D01*
X0158413Y0323984D01*
X0158301Y0323929D01*
X0158188Y0323878D01*
X0158073Y0323831D01*
X0157956Y0323787D01*
X0157838Y0323747D01*
X0157719Y0323711D01*
X0157599Y0323679D01*
X0157478Y0323650D01*
X0157356Y0323625D01*
X0157234Y0323605D01*
X0157110Y0323588D01*
X0156987Y0323575D01*
X0156863Y0323566D01*
X0156738Y0323561D01*
X0156614Y0323560D01*
X0156490Y0323563D01*
X0156365Y0323570D01*
X0156241Y0323581D01*
X0156118Y0323596D01*
X0155995Y0323615D01*
X0155873Y0323637D01*
X0155751Y0323664D01*
X0155631Y0323694D01*
X0155511Y0323728D01*
X0155393Y0323767D01*
X0155275Y0323808D01*
X0155160Y0323854D01*
X0155045Y0323903D01*
X0154933Y0323956D01*
X0154822Y0324012D01*
X0154713Y0324072D01*
X0154606Y0324136D01*
X0154501Y0324202D01*
X0154398Y0324272D01*
X0154298Y0324346D01*
X0154200Y0324422D01*
X0154104Y0324501D01*
X0154011Y0324584D01*
X0153920Y0324669D01*
X0153833Y0324758D01*
X0153748Y0324849D01*
X0153666Y0324943D01*
X0153588Y0325039D01*
X0153512Y0325138D01*
X0153439Y0325239D01*
X0153370Y0325342D01*
X0153304Y0325448D01*
X0153242Y0325555D01*
X0153183Y0325665D01*
X0153127Y0325776D01*
X0153075Y0325889D01*
X0153027Y0326004D01*
X0152983Y0326120D01*
X0152942Y0326237D01*
X0152905Y0326356D01*
X0152871Y0326476D01*
X0152842Y0326596D01*
X0152816Y0326718D01*
X0152794Y0326841D01*
X0152777Y0326964D01*
X0152763Y0327087D01*
X0152753Y0327211D01*
X0152747Y0327336D01*
X0152745Y0327460D01*
X0152645Y0323460D02*
X0160645Y0331460D01*
X0158127Y0317250D02*
X0158129Y0317374D01*
X0158135Y0317499D01*
X0158145Y0317623D01*
X0158159Y0317746D01*
X0158176Y0317869D01*
X0158198Y0317992D01*
X0158224Y0318114D01*
X0158253Y0318234D01*
X0158287Y0318354D01*
X0158324Y0318473D01*
X0158365Y0318590D01*
X0158409Y0318706D01*
X0158457Y0318821D01*
X0158509Y0318934D01*
X0158565Y0319045D01*
X0158624Y0319155D01*
X0158686Y0319262D01*
X0158752Y0319368D01*
X0158821Y0319471D01*
X0158894Y0319572D01*
X0158970Y0319671D01*
X0159048Y0319767D01*
X0159130Y0319861D01*
X0159215Y0319952D01*
X0159302Y0320041D01*
X0159393Y0320126D01*
X0159486Y0320209D01*
X0159582Y0320288D01*
X0159680Y0320364D01*
X0159780Y0320438D01*
X0159883Y0320508D01*
X0159988Y0320574D01*
X0160095Y0320638D01*
X0160204Y0320698D01*
X0160315Y0320754D01*
X0160427Y0320807D01*
X0160542Y0320856D01*
X0160657Y0320902D01*
X0160775Y0320943D01*
X0160893Y0320982D01*
X0161013Y0321016D01*
X0161133Y0321046D01*
X0161255Y0321073D01*
X0161377Y0321095D01*
X0161500Y0321114D01*
X0161623Y0321129D01*
X0161747Y0321140D01*
X0161872Y0321147D01*
X0161996Y0321150D01*
X0162120Y0321149D01*
X0162245Y0321144D01*
X0162369Y0321135D01*
X0162492Y0321122D01*
X0162616Y0321105D01*
X0162738Y0321085D01*
X0162860Y0321060D01*
X0162981Y0321031D01*
X0163101Y0320999D01*
X0163220Y0320963D01*
X0163338Y0320923D01*
X0163455Y0320879D01*
X0163570Y0320832D01*
X0163683Y0320781D01*
X0163795Y0320726D01*
X0163905Y0320668D01*
X0164013Y0320607D01*
X0164119Y0320542D01*
X0164223Y0320473D01*
X0164324Y0320402D01*
X0164424Y0320327D01*
X0164521Y0320249D01*
X0164615Y0320168D01*
X0164707Y0320084D01*
X0164796Y0319997D01*
X0164882Y0319907D01*
X0164965Y0319815D01*
X0165045Y0319720D01*
X0165123Y0319622D01*
X0165197Y0319522D01*
X0165268Y0319420D01*
X0165335Y0319316D01*
X0165399Y0319209D01*
X0165460Y0319100D01*
X0165517Y0318990D01*
X0165571Y0318878D01*
X0165621Y0318764D01*
X0165668Y0318649D01*
X0165710Y0318532D01*
X0165749Y0318414D01*
X0165785Y0318294D01*
X0165816Y0318174D01*
X0165843Y0318053D01*
X0165867Y0317931D01*
X0165887Y0317808D01*
X0165903Y0317684D01*
X0165915Y0317561D01*
X0165923Y0317437D01*
X0165927Y0317312D01*
X0165927Y0317188D01*
X0165923Y0317063D01*
X0165915Y0316939D01*
X0165903Y0316816D01*
X0165887Y0316692D01*
X0165867Y0316569D01*
X0165843Y0316447D01*
X0165816Y0316326D01*
X0165785Y0316206D01*
X0165749Y0316086D01*
X0165710Y0315968D01*
X0165668Y0315851D01*
X0165621Y0315736D01*
X0165571Y0315622D01*
X0165517Y0315510D01*
X0165460Y0315400D01*
X0165399Y0315291D01*
X0165335Y0315184D01*
X0165268Y0315080D01*
X0165197Y0314978D01*
X0165123Y0314878D01*
X0165045Y0314780D01*
X0164965Y0314685D01*
X0164882Y0314593D01*
X0164796Y0314503D01*
X0164707Y0314416D01*
X0164615Y0314332D01*
X0164521Y0314251D01*
X0164424Y0314173D01*
X0164324Y0314098D01*
X0164223Y0314027D01*
X0164119Y0313958D01*
X0164013Y0313893D01*
X0163905Y0313832D01*
X0163795Y0313774D01*
X0163683Y0313719D01*
X0163570Y0313668D01*
X0163455Y0313621D01*
X0163338Y0313577D01*
X0163220Y0313537D01*
X0163101Y0313501D01*
X0162981Y0313469D01*
X0162860Y0313440D01*
X0162738Y0313415D01*
X0162616Y0313395D01*
X0162492Y0313378D01*
X0162369Y0313365D01*
X0162245Y0313356D01*
X0162120Y0313351D01*
X0161996Y0313350D01*
X0161872Y0313353D01*
X0161747Y0313360D01*
X0161623Y0313371D01*
X0161500Y0313386D01*
X0161377Y0313405D01*
X0161255Y0313427D01*
X0161133Y0313454D01*
X0161013Y0313484D01*
X0160893Y0313518D01*
X0160775Y0313557D01*
X0160657Y0313598D01*
X0160542Y0313644D01*
X0160427Y0313693D01*
X0160315Y0313746D01*
X0160204Y0313802D01*
X0160095Y0313862D01*
X0159988Y0313926D01*
X0159883Y0313992D01*
X0159780Y0314062D01*
X0159680Y0314136D01*
X0159582Y0314212D01*
X0159486Y0314291D01*
X0159393Y0314374D01*
X0159302Y0314459D01*
X0159215Y0314548D01*
X0159130Y0314639D01*
X0159048Y0314733D01*
X0158970Y0314829D01*
X0158894Y0314928D01*
X0158821Y0315029D01*
X0158752Y0315132D01*
X0158686Y0315238D01*
X0158624Y0315345D01*
X0158565Y0315455D01*
X0158509Y0315566D01*
X0158457Y0315679D01*
X0158409Y0315794D01*
X0158365Y0315910D01*
X0158324Y0316027D01*
X0158287Y0316146D01*
X0158253Y0316266D01*
X0158224Y0316386D01*
X0158198Y0316508D01*
X0158176Y0316631D01*
X0158159Y0316754D01*
X0158145Y0316877D01*
X0158135Y0317001D01*
X0158129Y0317126D01*
X0158127Y0317250D01*
X0158027Y0313250D02*
X0166027Y0321250D01*
X0152745Y0297460D02*
X0152747Y0297584D01*
X0152753Y0297709D01*
X0152763Y0297833D01*
X0152777Y0297956D01*
X0152794Y0298079D01*
X0152816Y0298202D01*
X0152842Y0298324D01*
X0152871Y0298444D01*
X0152905Y0298564D01*
X0152942Y0298683D01*
X0152983Y0298800D01*
X0153027Y0298916D01*
X0153075Y0299031D01*
X0153127Y0299144D01*
X0153183Y0299255D01*
X0153242Y0299365D01*
X0153304Y0299472D01*
X0153370Y0299578D01*
X0153439Y0299681D01*
X0153512Y0299782D01*
X0153588Y0299881D01*
X0153666Y0299977D01*
X0153748Y0300071D01*
X0153833Y0300162D01*
X0153920Y0300251D01*
X0154011Y0300336D01*
X0154104Y0300419D01*
X0154200Y0300498D01*
X0154298Y0300574D01*
X0154398Y0300648D01*
X0154501Y0300718D01*
X0154606Y0300784D01*
X0154713Y0300848D01*
X0154822Y0300908D01*
X0154933Y0300964D01*
X0155045Y0301017D01*
X0155160Y0301066D01*
X0155275Y0301112D01*
X0155393Y0301153D01*
X0155511Y0301192D01*
X0155631Y0301226D01*
X0155751Y0301256D01*
X0155873Y0301283D01*
X0155995Y0301305D01*
X0156118Y0301324D01*
X0156241Y0301339D01*
X0156365Y0301350D01*
X0156490Y0301357D01*
X0156614Y0301360D01*
X0156738Y0301359D01*
X0156863Y0301354D01*
X0156987Y0301345D01*
X0157110Y0301332D01*
X0157234Y0301315D01*
X0157356Y0301295D01*
X0157478Y0301270D01*
X0157599Y0301241D01*
X0157719Y0301209D01*
X0157838Y0301173D01*
X0157956Y0301133D01*
X0158073Y0301089D01*
X0158188Y0301042D01*
X0158301Y0300991D01*
X0158413Y0300936D01*
X0158523Y0300878D01*
X0158631Y0300817D01*
X0158737Y0300752D01*
X0158841Y0300683D01*
X0158942Y0300612D01*
X0159042Y0300537D01*
X0159139Y0300459D01*
X0159233Y0300378D01*
X0159325Y0300294D01*
X0159414Y0300207D01*
X0159500Y0300117D01*
X0159583Y0300025D01*
X0159663Y0299930D01*
X0159741Y0299832D01*
X0159815Y0299732D01*
X0159886Y0299630D01*
X0159953Y0299526D01*
X0160017Y0299419D01*
X0160078Y0299310D01*
X0160135Y0299200D01*
X0160189Y0299088D01*
X0160239Y0298974D01*
X0160286Y0298859D01*
X0160328Y0298742D01*
X0160367Y0298624D01*
X0160403Y0298504D01*
X0160434Y0298384D01*
X0160461Y0298263D01*
X0160485Y0298141D01*
X0160505Y0298018D01*
X0160521Y0297894D01*
X0160533Y0297771D01*
X0160541Y0297647D01*
X0160545Y0297522D01*
X0160545Y0297398D01*
X0160541Y0297273D01*
X0160533Y0297149D01*
X0160521Y0297026D01*
X0160505Y0296902D01*
X0160485Y0296779D01*
X0160461Y0296657D01*
X0160434Y0296536D01*
X0160403Y0296416D01*
X0160367Y0296296D01*
X0160328Y0296178D01*
X0160286Y0296061D01*
X0160239Y0295946D01*
X0160189Y0295832D01*
X0160135Y0295720D01*
X0160078Y0295610D01*
X0160017Y0295501D01*
X0159953Y0295394D01*
X0159886Y0295290D01*
X0159815Y0295188D01*
X0159741Y0295088D01*
X0159663Y0294990D01*
X0159583Y0294895D01*
X0159500Y0294803D01*
X0159414Y0294713D01*
X0159325Y0294626D01*
X0159233Y0294542D01*
X0159139Y0294461D01*
X0159042Y0294383D01*
X0158942Y0294308D01*
X0158841Y0294237D01*
X0158737Y0294168D01*
X0158631Y0294103D01*
X0158523Y0294042D01*
X0158413Y0293984D01*
X0158301Y0293929D01*
X0158188Y0293878D01*
X0158073Y0293831D01*
X0157956Y0293787D01*
X0157838Y0293747D01*
X0157719Y0293711D01*
X0157599Y0293679D01*
X0157478Y0293650D01*
X0157356Y0293625D01*
X0157234Y0293605D01*
X0157110Y0293588D01*
X0156987Y0293575D01*
X0156863Y0293566D01*
X0156738Y0293561D01*
X0156614Y0293560D01*
X0156490Y0293563D01*
X0156365Y0293570D01*
X0156241Y0293581D01*
X0156118Y0293596D01*
X0155995Y0293615D01*
X0155873Y0293637D01*
X0155751Y0293664D01*
X0155631Y0293694D01*
X0155511Y0293728D01*
X0155393Y0293767D01*
X0155275Y0293808D01*
X0155160Y0293854D01*
X0155045Y0293903D01*
X0154933Y0293956D01*
X0154822Y0294012D01*
X0154713Y0294072D01*
X0154606Y0294136D01*
X0154501Y0294202D01*
X0154398Y0294272D01*
X0154298Y0294346D01*
X0154200Y0294422D01*
X0154104Y0294501D01*
X0154011Y0294584D01*
X0153920Y0294669D01*
X0153833Y0294758D01*
X0153748Y0294849D01*
X0153666Y0294943D01*
X0153588Y0295039D01*
X0153512Y0295138D01*
X0153439Y0295239D01*
X0153370Y0295342D01*
X0153304Y0295448D01*
X0153242Y0295555D01*
X0153183Y0295665D01*
X0153127Y0295776D01*
X0153075Y0295889D01*
X0153027Y0296004D01*
X0152983Y0296120D01*
X0152942Y0296237D01*
X0152905Y0296356D01*
X0152871Y0296476D01*
X0152842Y0296596D01*
X0152816Y0296718D01*
X0152794Y0296841D01*
X0152777Y0296964D01*
X0152763Y0297087D01*
X0152753Y0297211D01*
X0152747Y0297336D01*
X0152745Y0297460D01*
X0152645Y0293460D02*
X0160645Y0301460D01*
X0142745Y0297460D02*
X0142747Y0297584D01*
X0142753Y0297709D01*
X0142763Y0297833D01*
X0142777Y0297956D01*
X0142794Y0298079D01*
X0142816Y0298202D01*
X0142842Y0298324D01*
X0142871Y0298444D01*
X0142905Y0298564D01*
X0142942Y0298683D01*
X0142983Y0298800D01*
X0143027Y0298916D01*
X0143075Y0299031D01*
X0143127Y0299144D01*
X0143183Y0299255D01*
X0143242Y0299365D01*
X0143304Y0299472D01*
X0143370Y0299578D01*
X0143439Y0299681D01*
X0143512Y0299782D01*
X0143588Y0299881D01*
X0143666Y0299977D01*
X0143748Y0300071D01*
X0143833Y0300162D01*
X0143920Y0300251D01*
X0144011Y0300336D01*
X0144104Y0300419D01*
X0144200Y0300498D01*
X0144298Y0300574D01*
X0144398Y0300648D01*
X0144501Y0300718D01*
X0144606Y0300784D01*
X0144713Y0300848D01*
X0144822Y0300908D01*
X0144933Y0300964D01*
X0145045Y0301017D01*
X0145160Y0301066D01*
X0145275Y0301112D01*
X0145393Y0301153D01*
X0145511Y0301192D01*
X0145631Y0301226D01*
X0145751Y0301256D01*
X0145873Y0301283D01*
X0145995Y0301305D01*
X0146118Y0301324D01*
X0146241Y0301339D01*
X0146365Y0301350D01*
X0146490Y0301357D01*
X0146614Y0301360D01*
X0146738Y0301359D01*
X0146863Y0301354D01*
X0146987Y0301345D01*
X0147110Y0301332D01*
X0147234Y0301315D01*
X0147356Y0301295D01*
X0147478Y0301270D01*
X0147599Y0301241D01*
X0147719Y0301209D01*
X0147838Y0301173D01*
X0147956Y0301133D01*
X0148073Y0301089D01*
X0148188Y0301042D01*
X0148301Y0300991D01*
X0148413Y0300936D01*
X0148523Y0300878D01*
X0148631Y0300817D01*
X0148737Y0300752D01*
X0148841Y0300683D01*
X0148942Y0300612D01*
X0149042Y0300537D01*
X0149139Y0300459D01*
X0149233Y0300378D01*
X0149325Y0300294D01*
X0149414Y0300207D01*
X0149500Y0300117D01*
X0149583Y0300025D01*
X0149663Y0299930D01*
X0149741Y0299832D01*
X0149815Y0299732D01*
X0149886Y0299630D01*
X0149953Y0299526D01*
X0150017Y0299419D01*
X0150078Y0299310D01*
X0150135Y0299200D01*
X0150189Y0299088D01*
X0150239Y0298974D01*
X0150286Y0298859D01*
X0150328Y0298742D01*
X0150367Y0298624D01*
X0150403Y0298504D01*
X0150434Y0298384D01*
X0150461Y0298263D01*
X0150485Y0298141D01*
X0150505Y0298018D01*
X0150521Y0297894D01*
X0150533Y0297771D01*
X0150541Y0297647D01*
X0150545Y0297522D01*
X0150545Y0297398D01*
X0150541Y0297273D01*
X0150533Y0297149D01*
X0150521Y0297026D01*
X0150505Y0296902D01*
X0150485Y0296779D01*
X0150461Y0296657D01*
X0150434Y0296536D01*
X0150403Y0296416D01*
X0150367Y0296296D01*
X0150328Y0296178D01*
X0150286Y0296061D01*
X0150239Y0295946D01*
X0150189Y0295832D01*
X0150135Y0295720D01*
X0150078Y0295610D01*
X0150017Y0295501D01*
X0149953Y0295394D01*
X0149886Y0295290D01*
X0149815Y0295188D01*
X0149741Y0295088D01*
X0149663Y0294990D01*
X0149583Y0294895D01*
X0149500Y0294803D01*
X0149414Y0294713D01*
X0149325Y0294626D01*
X0149233Y0294542D01*
X0149139Y0294461D01*
X0149042Y0294383D01*
X0148942Y0294308D01*
X0148841Y0294237D01*
X0148737Y0294168D01*
X0148631Y0294103D01*
X0148523Y0294042D01*
X0148413Y0293984D01*
X0148301Y0293929D01*
X0148188Y0293878D01*
X0148073Y0293831D01*
X0147956Y0293787D01*
X0147838Y0293747D01*
X0147719Y0293711D01*
X0147599Y0293679D01*
X0147478Y0293650D01*
X0147356Y0293625D01*
X0147234Y0293605D01*
X0147110Y0293588D01*
X0146987Y0293575D01*
X0146863Y0293566D01*
X0146738Y0293561D01*
X0146614Y0293560D01*
X0146490Y0293563D01*
X0146365Y0293570D01*
X0146241Y0293581D01*
X0146118Y0293596D01*
X0145995Y0293615D01*
X0145873Y0293637D01*
X0145751Y0293664D01*
X0145631Y0293694D01*
X0145511Y0293728D01*
X0145393Y0293767D01*
X0145275Y0293808D01*
X0145160Y0293854D01*
X0145045Y0293903D01*
X0144933Y0293956D01*
X0144822Y0294012D01*
X0144713Y0294072D01*
X0144606Y0294136D01*
X0144501Y0294202D01*
X0144398Y0294272D01*
X0144298Y0294346D01*
X0144200Y0294422D01*
X0144104Y0294501D01*
X0144011Y0294584D01*
X0143920Y0294669D01*
X0143833Y0294758D01*
X0143748Y0294849D01*
X0143666Y0294943D01*
X0143588Y0295039D01*
X0143512Y0295138D01*
X0143439Y0295239D01*
X0143370Y0295342D01*
X0143304Y0295448D01*
X0143242Y0295555D01*
X0143183Y0295665D01*
X0143127Y0295776D01*
X0143075Y0295889D01*
X0143027Y0296004D01*
X0142983Y0296120D01*
X0142942Y0296237D01*
X0142905Y0296356D01*
X0142871Y0296476D01*
X0142842Y0296596D01*
X0142816Y0296718D01*
X0142794Y0296841D01*
X0142777Y0296964D01*
X0142763Y0297087D01*
X0142753Y0297211D01*
X0142747Y0297336D01*
X0142745Y0297460D01*
X0142645Y0293460D02*
X0150645Y0301460D01*
X0132745Y0297460D02*
X0132747Y0297584D01*
X0132753Y0297709D01*
X0132763Y0297833D01*
X0132777Y0297956D01*
X0132794Y0298079D01*
X0132816Y0298202D01*
X0132842Y0298324D01*
X0132871Y0298444D01*
X0132905Y0298564D01*
X0132942Y0298683D01*
X0132983Y0298800D01*
X0133027Y0298916D01*
X0133075Y0299031D01*
X0133127Y0299144D01*
X0133183Y0299255D01*
X0133242Y0299365D01*
X0133304Y0299472D01*
X0133370Y0299578D01*
X0133439Y0299681D01*
X0133512Y0299782D01*
X0133588Y0299881D01*
X0133666Y0299977D01*
X0133748Y0300071D01*
X0133833Y0300162D01*
X0133920Y0300251D01*
X0134011Y0300336D01*
X0134104Y0300419D01*
X0134200Y0300498D01*
X0134298Y0300574D01*
X0134398Y0300648D01*
X0134501Y0300718D01*
X0134606Y0300784D01*
X0134713Y0300848D01*
X0134822Y0300908D01*
X0134933Y0300964D01*
X0135045Y0301017D01*
X0135160Y0301066D01*
X0135275Y0301112D01*
X0135393Y0301153D01*
X0135511Y0301192D01*
X0135631Y0301226D01*
X0135751Y0301256D01*
X0135873Y0301283D01*
X0135995Y0301305D01*
X0136118Y0301324D01*
X0136241Y0301339D01*
X0136365Y0301350D01*
X0136490Y0301357D01*
X0136614Y0301360D01*
X0136738Y0301359D01*
X0136863Y0301354D01*
X0136987Y0301345D01*
X0137110Y0301332D01*
X0137234Y0301315D01*
X0137356Y0301295D01*
X0137478Y0301270D01*
X0137599Y0301241D01*
X0137719Y0301209D01*
X0137838Y0301173D01*
X0137956Y0301133D01*
X0138073Y0301089D01*
X0138188Y0301042D01*
X0138301Y0300991D01*
X0138413Y0300936D01*
X0138523Y0300878D01*
X0138631Y0300817D01*
X0138737Y0300752D01*
X0138841Y0300683D01*
X0138942Y0300612D01*
X0139042Y0300537D01*
X0139139Y0300459D01*
X0139233Y0300378D01*
X0139325Y0300294D01*
X0139414Y0300207D01*
X0139500Y0300117D01*
X0139583Y0300025D01*
X0139663Y0299930D01*
X0139741Y0299832D01*
X0139815Y0299732D01*
X0139886Y0299630D01*
X0139953Y0299526D01*
X0140017Y0299419D01*
X0140078Y0299310D01*
X0140135Y0299200D01*
X0140189Y0299088D01*
X0140239Y0298974D01*
X0140286Y0298859D01*
X0140328Y0298742D01*
X0140367Y0298624D01*
X0140403Y0298504D01*
X0140434Y0298384D01*
X0140461Y0298263D01*
X0140485Y0298141D01*
X0140505Y0298018D01*
X0140521Y0297894D01*
X0140533Y0297771D01*
X0140541Y0297647D01*
X0140545Y0297522D01*
X0140545Y0297398D01*
X0140541Y0297273D01*
X0140533Y0297149D01*
X0140521Y0297026D01*
X0140505Y0296902D01*
X0140485Y0296779D01*
X0140461Y0296657D01*
X0140434Y0296536D01*
X0140403Y0296416D01*
X0140367Y0296296D01*
X0140328Y0296178D01*
X0140286Y0296061D01*
X0140239Y0295946D01*
X0140189Y0295832D01*
X0140135Y0295720D01*
X0140078Y0295610D01*
X0140017Y0295501D01*
X0139953Y0295394D01*
X0139886Y0295290D01*
X0139815Y0295188D01*
X0139741Y0295088D01*
X0139663Y0294990D01*
X0139583Y0294895D01*
X0139500Y0294803D01*
X0139414Y0294713D01*
X0139325Y0294626D01*
X0139233Y0294542D01*
X0139139Y0294461D01*
X0139042Y0294383D01*
X0138942Y0294308D01*
X0138841Y0294237D01*
X0138737Y0294168D01*
X0138631Y0294103D01*
X0138523Y0294042D01*
X0138413Y0293984D01*
X0138301Y0293929D01*
X0138188Y0293878D01*
X0138073Y0293831D01*
X0137956Y0293787D01*
X0137838Y0293747D01*
X0137719Y0293711D01*
X0137599Y0293679D01*
X0137478Y0293650D01*
X0137356Y0293625D01*
X0137234Y0293605D01*
X0137110Y0293588D01*
X0136987Y0293575D01*
X0136863Y0293566D01*
X0136738Y0293561D01*
X0136614Y0293560D01*
X0136490Y0293563D01*
X0136365Y0293570D01*
X0136241Y0293581D01*
X0136118Y0293596D01*
X0135995Y0293615D01*
X0135873Y0293637D01*
X0135751Y0293664D01*
X0135631Y0293694D01*
X0135511Y0293728D01*
X0135393Y0293767D01*
X0135275Y0293808D01*
X0135160Y0293854D01*
X0135045Y0293903D01*
X0134933Y0293956D01*
X0134822Y0294012D01*
X0134713Y0294072D01*
X0134606Y0294136D01*
X0134501Y0294202D01*
X0134398Y0294272D01*
X0134298Y0294346D01*
X0134200Y0294422D01*
X0134104Y0294501D01*
X0134011Y0294584D01*
X0133920Y0294669D01*
X0133833Y0294758D01*
X0133748Y0294849D01*
X0133666Y0294943D01*
X0133588Y0295039D01*
X0133512Y0295138D01*
X0133439Y0295239D01*
X0133370Y0295342D01*
X0133304Y0295448D01*
X0133242Y0295555D01*
X0133183Y0295665D01*
X0133127Y0295776D01*
X0133075Y0295889D01*
X0133027Y0296004D01*
X0132983Y0296120D01*
X0132942Y0296237D01*
X0132905Y0296356D01*
X0132871Y0296476D01*
X0132842Y0296596D01*
X0132816Y0296718D01*
X0132794Y0296841D01*
X0132777Y0296964D01*
X0132763Y0297087D01*
X0132753Y0297211D01*
X0132747Y0297336D01*
X0132745Y0297460D01*
X0132645Y0293460D02*
X0140645Y0301460D01*
X0128127Y0317250D02*
X0128129Y0317374D01*
X0128135Y0317499D01*
X0128145Y0317623D01*
X0128159Y0317746D01*
X0128176Y0317869D01*
X0128198Y0317992D01*
X0128224Y0318114D01*
X0128253Y0318234D01*
X0128287Y0318354D01*
X0128324Y0318473D01*
X0128365Y0318590D01*
X0128409Y0318706D01*
X0128457Y0318821D01*
X0128509Y0318934D01*
X0128565Y0319045D01*
X0128624Y0319155D01*
X0128686Y0319262D01*
X0128752Y0319368D01*
X0128821Y0319471D01*
X0128894Y0319572D01*
X0128970Y0319671D01*
X0129048Y0319767D01*
X0129130Y0319861D01*
X0129215Y0319952D01*
X0129302Y0320041D01*
X0129393Y0320126D01*
X0129486Y0320209D01*
X0129582Y0320288D01*
X0129680Y0320364D01*
X0129780Y0320438D01*
X0129883Y0320508D01*
X0129988Y0320574D01*
X0130095Y0320638D01*
X0130204Y0320698D01*
X0130315Y0320754D01*
X0130427Y0320807D01*
X0130542Y0320856D01*
X0130657Y0320902D01*
X0130775Y0320943D01*
X0130893Y0320982D01*
X0131013Y0321016D01*
X0131133Y0321046D01*
X0131255Y0321073D01*
X0131377Y0321095D01*
X0131500Y0321114D01*
X0131623Y0321129D01*
X0131747Y0321140D01*
X0131872Y0321147D01*
X0131996Y0321150D01*
X0132120Y0321149D01*
X0132245Y0321144D01*
X0132369Y0321135D01*
X0132492Y0321122D01*
X0132616Y0321105D01*
X0132738Y0321085D01*
X0132860Y0321060D01*
X0132981Y0321031D01*
X0133101Y0320999D01*
X0133220Y0320963D01*
X0133338Y0320923D01*
X0133455Y0320879D01*
X0133570Y0320832D01*
X0133683Y0320781D01*
X0133795Y0320726D01*
X0133905Y0320668D01*
X0134013Y0320607D01*
X0134119Y0320542D01*
X0134223Y0320473D01*
X0134324Y0320402D01*
X0134424Y0320327D01*
X0134521Y0320249D01*
X0134615Y0320168D01*
X0134707Y0320084D01*
X0134796Y0319997D01*
X0134882Y0319907D01*
X0134965Y0319815D01*
X0135045Y0319720D01*
X0135123Y0319622D01*
X0135197Y0319522D01*
X0135268Y0319420D01*
X0135335Y0319316D01*
X0135399Y0319209D01*
X0135460Y0319100D01*
X0135517Y0318990D01*
X0135571Y0318878D01*
X0135621Y0318764D01*
X0135668Y0318649D01*
X0135710Y0318532D01*
X0135749Y0318414D01*
X0135785Y0318294D01*
X0135816Y0318174D01*
X0135843Y0318053D01*
X0135867Y0317931D01*
X0135887Y0317808D01*
X0135903Y0317684D01*
X0135915Y0317561D01*
X0135923Y0317437D01*
X0135927Y0317312D01*
X0135927Y0317188D01*
X0135923Y0317063D01*
X0135915Y0316939D01*
X0135903Y0316816D01*
X0135887Y0316692D01*
X0135867Y0316569D01*
X0135843Y0316447D01*
X0135816Y0316326D01*
X0135785Y0316206D01*
X0135749Y0316086D01*
X0135710Y0315968D01*
X0135668Y0315851D01*
X0135621Y0315736D01*
X0135571Y0315622D01*
X0135517Y0315510D01*
X0135460Y0315400D01*
X0135399Y0315291D01*
X0135335Y0315184D01*
X0135268Y0315080D01*
X0135197Y0314978D01*
X0135123Y0314878D01*
X0135045Y0314780D01*
X0134965Y0314685D01*
X0134882Y0314593D01*
X0134796Y0314503D01*
X0134707Y0314416D01*
X0134615Y0314332D01*
X0134521Y0314251D01*
X0134424Y0314173D01*
X0134324Y0314098D01*
X0134223Y0314027D01*
X0134119Y0313958D01*
X0134013Y0313893D01*
X0133905Y0313832D01*
X0133795Y0313774D01*
X0133683Y0313719D01*
X0133570Y0313668D01*
X0133455Y0313621D01*
X0133338Y0313577D01*
X0133220Y0313537D01*
X0133101Y0313501D01*
X0132981Y0313469D01*
X0132860Y0313440D01*
X0132738Y0313415D01*
X0132616Y0313395D01*
X0132492Y0313378D01*
X0132369Y0313365D01*
X0132245Y0313356D01*
X0132120Y0313351D01*
X0131996Y0313350D01*
X0131872Y0313353D01*
X0131747Y0313360D01*
X0131623Y0313371D01*
X0131500Y0313386D01*
X0131377Y0313405D01*
X0131255Y0313427D01*
X0131133Y0313454D01*
X0131013Y0313484D01*
X0130893Y0313518D01*
X0130775Y0313557D01*
X0130657Y0313598D01*
X0130542Y0313644D01*
X0130427Y0313693D01*
X0130315Y0313746D01*
X0130204Y0313802D01*
X0130095Y0313862D01*
X0129988Y0313926D01*
X0129883Y0313992D01*
X0129780Y0314062D01*
X0129680Y0314136D01*
X0129582Y0314212D01*
X0129486Y0314291D01*
X0129393Y0314374D01*
X0129302Y0314459D01*
X0129215Y0314548D01*
X0129130Y0314639D01*
X0129048Y0314733D01*
X0128970Y0314829D01*
X0128894Y0314928D01*
X0128821Y0315029D01*
X0128752Y0315132D01*
X0128686Y0315238D01*
X0128624Y0315345D01*
X0128565Y0315455D01*
X0128509Y0315566D01*
X0128457Y0315679D01*
X0128409Y0315794D01*
X0128365Y0315910D01*
X0128324Y0316027D01*
X0128287Y0316146D01*
X0128253Y0316266D01*
X0128224Y0316386D01*
X0128198Y0316508D01*
X0128176Y0316631D01*
X0128159Y0316754D01*
X0128145Y0316877D01*
X0128135Y0317001D01*
X0128129Y0317126D01*
X0128127Y0317250D01*
X0128027Y0313250D02*
X0136027Y0321250D01*
X0125002Y0313500D02*
X0125004Y0313624D01*
X0125010Y0313749D01*
X0125020Y0313873D01*
X0125034Y0313996D01*
X0125051Y0314119D01*
X0125073Y0314242D01*
X0125099Y0314364D01*
X0125128Y0314484D01*
X0125162Y0314604D01*
X0125199Y0314723D01*
X0125240Y0314840D01*
X0125284Y0314956D01*
X0125332Y0315071D01*
X0125384Y0315184D01*
X0125440Y0315295D01*
X0125499Y0315405D01*
X0125561Y0315512D01*
X0125627Y0315618D01*
X0125696Y0315721D01*
X0125769Y0315822D01*
X0125845Y0315921D01*
X0125923Y0316017D01*
X0126005Y0316111D01*
X0126090Y0316202D01*
X0126177Y0316291D01*
X0126268Y0316376D01*
X0126361Y0316459D01*
X0126457Y0316538D01*
X0126555Y0316614D01*
X0126655Y0316688D01*
X0126758Y0316758D01*
X0126863Y0316824D01*
X0126970Y0316888D01*
X0127079Y0316948D01*
X0127190Y0317004D01*
X0127302Y0317057D01*
X0127417Y0317106D01*
X0127532Y0317152D01*
X0127650Y0317193D01*
X0127768Y0317232D01*
X0127888Y0317266D01*
X0128008Y0317296D01*
X0128130Y0317323D01*
X0128252Y0317345D01*
X0128375Y0317364D01*
X0128498Y0317379D01*
X0128622Y0317390D01*
X0128747Y0317397D01*
X0128871Y0317400D01*
X0128995Y0317399D01*
X0129120Y0317394D01*
X0129244Y0317385D01*
X0129367Y0317372D01*
X0129491Y0317355D01*
X0129613Y0317335D01*
X0129735Y0317310D01*
X0129856Y0317281D01*
X0129976Y0317249D01*
X0130095Y0317213D01*
X0130213Y0317173D01*
X0130330Y0317129D01*
X0130445Y0317082D01*
X0130558Y0317031D01*
X0130670Y0316976D01*
X0130780Y0316918D01*
X0130888Y0316857D01*
X0130994Y0316792D01*
X0131098Y0316723D01*
X0131199Y0316652D01*
X0131299Y0316577D01*
X0131396Y0316499D01*
X0131490Y0316418D01*
X0131582Y0316334D01*
X0131671Y0316247D01*
X0131757Y0316157D01*
X0131840Y0316065D01*
X0131920Y0315970D01*
X0131998Y0315872D01*
X0132072Y0315772D01*
X0132143Y0315670D01*
X0132210Y0315566D01*
X0132274Y0315459D01*
X0132335Y0315350D01*
X0132392Y0315240D01*
X0132446Y0315128D01*
X0132496Y0315014D01*
X0132543Y0314899D01*
X0132585Y0314782D01*
X0132624Y0314664D01*
X0132660Y0314544D01*
X0132691Y0314424D01*
X0132718Y0314303D01*
X0132742Y0314181D01*
X0132762Y0314058D01*
X0132778Y0313934D01*
X0132790Y0313811D01*
X0132798Y0313687D01*
X0132802Y0313562D01*
X0132802Y0313438D01*
X0132798Y0313313D01*
X0132790Y0313189D01*
X0132778Y0313066D01*
X0132762Y0312942D01*
X0132742Y0312819D01*
X0132718Y0312697D01*
X0132691Y0312576D01*
X0132660Y0312456D01*
X0132624Y0312336D01*
X0132585Y0312218D01*
X0132543Y0312101D01*
X0132496Y0311986D01*
X0132446Y0311872D01*
X0132392Y0311760D01*
X0132335Y0311650D01*
X0132274Y0311541D01*
X0132210Y0311434D01*
X0132143Y0311330D01*
X0132072Y0311228D01*
X0131998Y0311128D01*
X0131920Y0311030D01*
X0131840Y0310935D01*
X0131757Y0310843D01*
X0131671Y0310753D01*
X0131582Y0310666D01*
X0131490Y0310582D01*
X0131396Y0310501D01*
X0131299Y0310423D01*
X0131199Y0310348D01*
X0131098Y0310277D01*
X0130994Y0310208D01*
X0130888Y0310143D01*
X0130780Y0310082D01*
X0130670Y0310024D01*
X0130558Y0309969D01*
X0130445Y0309918D01*
X0130330Y0309871D01*
X0130213Y0309827D01*
X0130095Y0309787D01*
X0129976Y0309751D01*
X0129856Y0309719D01*
X0129735Y0309690D01*
X0129613Y0309665D01*
X0129491Y0309645D01*
X0129367Y0309628D01*
X0129244Y0309615D01*
X0129120Y0309606D01*
X0128995Y0309601D01*
X0128871Y0309600D01*
X0128747Y0309603D01*
X0128622Y0309610D01*
X0128498Y0309621D01*
X0128375Y0309636D01*
X0128252Y0309655D01*
X0128130Y0309677D01*
X0128008Y0309704D01*
X0127888Y0309734D01*
X0127768Y0309768D01*
X0127650Y0309807D01*
X0127532Y0309848D01*
X0127417Y0309894D01*
X0127302Y0309943D01*
X0127190Y0309996D01*
X0127079Y0310052D01*
X0126970Y0310112D01*
X0126863Y0310176D01*
X0126758Y0310242D01*
X0126655Y0310312D01*
X0126555Y0310386D01*
X0126457Y0310462D01*
X0126361Y0310541D01*
X0126268Y0310624D01*
X0126177Y0310709D01*
X0126090Y0310798D01*
X0126005Y0310889D01*
X0125923Y0310983D01*
X0125845Y0311079D01*
X0125769Y0311178D01*
X0125696Y0311279D01*
X0125627Y0311382D01*
X0125561Y0311488D01*
X0125499Y0311595D01*
X0125440Y0311705D01*
X0125384Y0311816D01*
X0125332Y0311929D01*
X0125284Y0312044D01*
X0125240Y0312160D01*
X0125199Y0312277D01*
X0125162Y0312396D01*
X0125128Y0312516D01*
X0125099Y0312636D01*
X0125073Y0312758D01*
X0125051Y0312881D01*
X0125034Y0313004D01*
X0125020Y0313127D01*
X0125010Y0313251D01*
X0125004Y0313376D01*
X0125002Y0313500D01*
X0124902Y0309500D02*
X0132902Y0317500D01*
X0121877Y0284750D02*
X0121879Y0284874D01*
X0121885Y0284999D01*
X0121895Y0285123D01*
X0121909Y0285246D01*
X0121926Y0285369D01*
X0121948Y0285492D01*
X0121974Y0285614D01*
X0122003Y0285734D01*
X0122037Y0285854D01*
X0122074Y0285973D01*
X0122115Y0286090D01*
X0122159Y0286206D01*
X0122207Y0286321D01*
X0122259Y0286434D01*
X0122315Y0286545D01*
X0122374Y0286655D01*
X0122436Y0286762D01*
X0122502Y0286868D01*
X0122571Y0286971D01*
X0122644Y0287072D01*
X0122720Y0287171D01*
X0122798Y0287267D01*
X0122880Y0287361D01*
X0122965Y0287452D01*
X0123052Y0287541D01*
X0123143Y0287626D01*
X0123236Y0287709D01*
X0123332Y0287788D01*
X0123430Y0287864D01*
X0123530Y0287938D01*
X0123633Y0288008D01*
X0123738Y0288074D01*
X0123845Y0288138D01*
X0123954Y0288198D01*
X0124065Y0288254D01*
X0124177Y0288307D01*
X0124292Y0288356D01*
X0124407Y0288402D01*
X0124525Y0288443D01*
X0124643Y0288482D01*
X0124763Y0288516D01*
X0124883Y0288546D01*
X0125005Y0288573D01*
X0125127Y0288595D01*
X0125250Y0288614D01*
X0125373Y0288629D01*
X0125497Y0288640D01*
X0125622Y0288647D01*
X0125746Y0288650D01*
X0125870Y0288649D01*
X0125995Y0288644D01*
X0126119Y0288635D01*
X0126242Y0288622D01*
X0126366Y0288605D01*
X0126488Y0288585D01*
X0126610Y0288560D01*
X0126731Y0288531D01*
X0126851Y0288499D01*
X0126970Y0288463D01*
X0127088Y0288423D01*
X0127205Y0288379D01*
X0127320Y0288332D01*
X0127433Y0288281D01*
X0127545Y0288226D01*
X0127655Y0288168D01*
X0127763Y0288107D01*
X0127869Y0288042D01*
X0127973Y0287973D01*
X0128074Y0287902D01*
X0128174Y0287827D01*
X0128271Y0287749D01*
X0128365Y0287668D01*
X0128457Y0287584D01*
X0128546Y0287497D01*
X0128632Y0287407D01*
X0128715Y0287315D01*
X0128795Y0287220D01*
X0128873Y0287122D01*
X0128947Y0287022D01*
X0129018Y0286920D01*
X0129085Y0286816D01*
X0129149Y0286709D01*
X0129210Y0286600D01*
X0129267Y0286490D01*
X0129321Y0286378D01*
X0129371Y0286264D01*
X0129418Y0286149D01*
X0129460Y0286032D01*
X0129499Y0285914D01*
X0129535Y0285794D01*
X0129566Y0285674D01*
X0129593Y0285553D01*
X0129617Y0285431D01*
X0129637Y0285308D01*
X0129653Y0285184D01*
X0129665Y0285061D01*
X0129673Y0284937D01*
X0129677Y0284812D01*
X0129677Y0284688D01*
X0129673Y0284563D01*
X0129665Y0284439D01*
X0129653Y0284316D01*
X0129637Y0284192D01*
X0129617Y0284069D01*
X0129593Y0283947D01*
X0129566Y0283826D01*
X0129535Y0283706D01*
X0129499Y0283586D01*
X0129460Y0283468D01*
X0129418Y0283351D01*
X0129371Y0283236D01*
X0129321Y0283122D01*
X0129267Y0283010D01*
X0129210Y0282900D01*
X0129149Y0282791D01*
X0129085Y0282684D01*
X0129018Y0282580D01*
X0128947Y0282478D01*
X0128873Y0282378D01*
X0128795Y0282280D01*
X0128715Y0282185D01*
X0128632Y0282093D01*
X0128546Y0282003D01*
X0128457Y0281916D01*
X0128365Y0281832D01*
X0128271Y0281751D01*
X0128174Y0281673D01*
X0128074Y0281598D01*
X0127973Y0281527D01*
X0127869Y0281458D01*
X0127763Y0281393D01*
X0127655Y0281332D01*
X0127545Y0281274D01*
X0127433Y0281219D01*
X0127320Y0281168D01*
X0127205Y0281121D01*
X0127088Y0281077D01*
X0126970Y0281037D01*
X0126851Y0281001D01*
X0126731Y0280969D01*
X0126610Y0280940D01*
X0126488Y0280915D01*
X0126366Y0280895D01*
X0126242Y0280878D01*
X0126119Y0280865D01*
X0125995Y0280856D01*
X0125870Y0280851D01*
X0125746Y0280850D01*
X0125622Y0280853D01*
X0125497Y0280860D01*
X0125373Y0280871D01*
X0125250Y0280886D01*
X0125127Y0280905D01*
X0125005Y0280927D01*
X0124883Y0280954D01*
X0124763Y0280984D01*
X0124643Y0281018D01*
X0124525Y0281057D01*
X0124407Y0281098D01*
X0124292Y0281144D01*
X0124177Y0281193D01*
X0124065Y0281246D01*
X0123954Y0281302D01*
X0123845Y0281362D01*
X0123738Y0281426D01*
X0123633Y0281492D01*
X0123530Y0281562D01*
X0123430Y0281636D01*
X0123332Y0281712D01*
X0123236Y0281791D01*
X0123143Y0281874D01*
X0123052Y0281959D01*
X0122965Y0282048D01*
X0122880Y0282139D01*
X0122798Y0282233D01*
X0122720Y0282329D01*
X0122644Y0282428D01*
X0122571Y0282529D01*
X0122502Y0282632D01*
X0122436Y0282738D01*
X0122374Y0282845D01*
X0122315Y0282955D01*
X0122259Y0283066D01*
X0122207Y0283179D01*
X0122159Y0283294D01*
X0122115Y0283410D01*
X0122074Y0283527D01*
X0122037Y0283646D01*
X0122003Y0283766D01*
X0121974Y0283886D01*
X0121948Y0284008D01*
X0121926Y0284131D01*
X0121909Y0284254D01*
X0121895Y0284377D01*
X0121885Y0284501D01*
X0121879Y0284626D01*
X0121877Y0284750D01*
X0121777Y0280750D02*
X0129777Y0288750D01*
X0108752Y0277250D02*
X0108754Y0277374D01*
X0108760Y0277499D01*
X0108770Y0277623D01*
X0108784Y0277746D01*
X0108801Y0277869D01*
X0108823Y0277992D01*
X0108849Y0278114D01*
X0108878Y0278234D01*
X0108912Y0278354D01*
X0108949Y0278473D01*
X0108990Y0278590D01*
X0109034Y0278706D01*
X0109082Y0278821D01*
X0109134Y0278934D01*
X0109190Y0279045D01*
X0109249Y0279155D01*
X0109311Y0279262D01*
X0109377Y0279368D01*
X0109446Y0279471D01*
X0109519Y0279572D01*
X0109595Y0279671D01*
X0109673Y0279767D01*
X0109755Y0279861D01*
X0109840Y0279952D01*
X0109927Y0280041D01*
X0110018Y0280126D01*
X0110111Y0280209D01*
X0110207Y0280288D01*
X0110305Y0280364D01*
X0110405Y0280438D01*
X0110508Y0280508D01*
X0110613Y0280574D01*
X0110720Y0280638D01*
X0110829Y0280698D01*
X0110940Y0280754D01*
X0111052Y0280807D01*
X0111167Y0280856D01*
X0111282Y0280902D01*
X0111400Y0280943D01*
X0111518Y0280982D01*
X0111638Y0281016D01*
X0111758Y0281046D01*
X0111880Y0281073D01*
X0112002Y0281095D01*
X0112125Y0281114D01*
X0112248Y0281129D01*
X0112372Y0281140D01*
X0112497Y0281147D01*
X0112621Y0281150D01*
X0112745Y0281149D01*
X0112870Y0281144D01*
X0112994Y0281135D01*
X0113117Y0281122D01*
X0113241Y0281105D01*
X0113363Y0281085D01*
X0113485Y0281060D01*
X0113606Y0281031D01*
X0113726Y0280999D01*
X0113845Y0280963D01*
X0113963Y0280923D01*
X0114080Y0280879D01*
X0114195Y0280832D01*
X0114308Y0280781D01*
X0114420Y0280726D01*
X0114530Y0280668D01*
X0114638Y0280607D01*
X0114744Y0280542D01*
X0114848Y0280473D01*
X0114949Y0280402D01*
X0115049Y0280327D01*
X0115146Y0280249D01*
X0115240Y0280168D01*
X0115332Y0280084D01*
X0115421Y0279997D01*
X0115507Y0279907D01*
X0115590Y0279815D01*
X0115670Y0279720D01*
X0115748Y0279622D01*
X0115822Y0279522D01*
X0115893Y0279420D01*
X0115960Y0279316D01*
X0116024Y0279209D01*
X0116085Y0279100D01*
X0116142Y0278990D01*
X0116196Y0278878D01*
X0116246Y0278764D01*
X0116293Y0278649D01*
X0116335Y0278532D01*
X0116374Y0278414D01*
X0116410Y0278294D01*
X0116441Y0278174D01*
X0116468Y0278053D01*
X0116492Y0277931D01*
X0116512Y0277808D01*
X0116528Y0277684D01*
X0116540Y0277561D01*
X0116548Y0277437D01*
X0116552Y0277312D01*
X0116552Y0277188D01*
X0116548Y0277063D01*
X0116540Y0276939D01*
X0116528Y0276816D01*
X0116512Y0276692D01*
X0116492Y0276569D01*
X0116468Y0276447D01*
X0116441Y0276326D01*
X0116410Y0276206D01*
X0116374Y0276086D01*
X0116335Y0275968D01*
X0116293Y0275851D01*
X0116246Y0275736D01*
X0116196Y0275622D01*
X0116142Y0275510D01*
X0116085Y0275400D01*
X0116024Y0275291D01*
X0115960Y0275184D01*
X0115893Y0275080D01*
X0115822Y0274978D01*
X0115748Y0274878D01*
X0115670Y0274780D01*
X0115590Y0274685D01*
X0115507Y0274593D01*
X0115421Y0274503D01*
X0115332Y0274416D01*
X0115240Y0274332D01*
X0115146Y0274251D01*
X0115049Y0274173D01*
X0114949Y0274098D01*
X0114848Y0274027D01*
X0114744Y0273958D01*
X0114638Y0273893D01*
X0114530Y0273832D01*
X0114420Y0273774D01*
X0114308Y0273719D01*
X0114195Y0273668D01*
X0114080Y0273621D01*
X0113963Y0273577D01*
X0113845Y0273537D01*
X0113726Y0273501D01*
X0113606Y0273469D01*
X0113485Y0273440D01*
X0113363Y0273415D01*
X0113241Y0273395D01*
X0113117Y0273378D01*
X0112994Y0273365D01*
X0112870Y0273356D01*
X0112745Y0273351D01*
X0112621Y0273350D01*
X0112497Y0273353D01*
X0112372Y0273360D01*
X0112248Y0273371D01*
X0112125Y0273386D01*
X0112002Y0273405D01*
X0111880Y0273427D01*
X0111758Y0273454D01*
X0111638Y0273484D01*
X0111518Y0273518D01*
X0111400Y0273557D01*
X0111282Y0273598D01*
X0111167Y0273644D01*
X0111052Y0273693D01*
X0110940Y0273746D01*
X0110829Y0273802D01*
X0110720Y0273862D01*
X0110613Y0273926D01*
X0110508Y0273992D01*
X0110405Y0274062D01*
X0110305Y0274136D01*
X0110207Y0274212D01*
X0110111Y0274291D01*
X0110018Y0274374D01*
X0109927Y0274459D01*
X0109840Y0274548D01*
X0109755Y0274639D01*
X0109673Y0274733D01*
X0109595Y0274829D01*
X0109519Y0274928D01*
X0109446Y0275029D01*
X0109377Y0275132D01*
X0109311Y0275238D01*
X0109249Y0275345D01*
X0109190Y0275455D01*
X0109134Y0275566D01*
X0109082Y0275679D01*
X0109034Y0275794D01*
X0108990Y0275910D01*
X0108949Y0276027D01*
X0108912Y0276146D01*
X0108878Y0276266D01*
X0108849Y0276386D01*
X0108823Y0276508D01*
X0108801Y0276631D01*
X0108784Y0276754D01*
X0108770Y0276877D01*
X0108760Y0277001D01*
X0108754Y0277126D01*
X0108752Y0277250D01*
X0108652Y0273250D02*
X0116652Y0281250D01*
X0105002Y0294750D02*
X0105004Y0294874D01*
X0105010Y0294999D01*
X0105020Y0295123D01*
X0105034Y0295246D01*
X0105051Y0295369D01*
X0105073Y0295492D01*
X0105099Y0295614D01*
X0105128Y0295734D01*
X0105162Y0295854D01*
X0105199Y0295973D01*
X0105240Y0296090D01*
X0105284Y0296206D01*
X0105332Y0296321D01*
X0105384Y0296434D01*
X0105440Y0296545D01*
X0105499Y0296655D01*
X0105561Y0296762D01*
X0105627Y0296868D01*
X0105696Y0296971D01*
X0105769Y0297072D01*
X0105845Y0297171D01*
X0105923Y0297267D01*
X0106005Y0297361D01*
X0106090Y0297452D01*
X0106177Y0297541D01*
X0106268Y0297626D01*
X0106361Y0297709D01*
X0106457Y0297788D01*
X0106555Y0297864D01*
X0106655Y0297938D01*
X0106758Y0298008D01*
X0106863Y0298074D01*
X0106970Y0298138D01*
X0107079Y0298198D01*
X0107190Y0298254D01*
X0107302Y0298307D01*
X0107417Y0298356D01*
X0107532Y0298402D01*
X0107650Y0298443D01*
X0107768Y0298482D01*
X0107888Y0298516D01*
X0108008Y0298546D01*
X0108130Y0298573D01*
X0108252Y0298595D01*
X0108375Y0298614D01*
X0108498Y0298629D01*
X0108622Y0298640D01*
X0108747Y0298647D01*
X0108871Y0298650D01*
X0108995Y0298649D01*
X0109120Y0298644D01*
X0109244Y0298635D01*
X0109367Y0298622D01*
X0109491Y0298605D01*
X0109613Y0298585D01*
X0109735Y0298560D01*
X0109856Y0298531D01*
X0109976Y0298499D01*
X0110095Y0298463D01*
X0110213Y0298423D01*
X0110330Y0298379D01*
X0110445Y0298332D01*
X0110558Y0298281D01*
X0110670Y0298226D01*
X0110780Y0298168D01*
X0110888Y0298107D01*
X0110994Y0298042D01*
X0111098Y0297973D01*
X0111199Y0297902D01*
X0111299Y0297827D01*
X0111396Y0297749D01*
X0111490Y0297668D01*
X0111582Y0297584D01*
X0111671Y0297497D01*
X0111757Y0297407D01*
X0111840Y0297315D01*
X0111920Y0297220D01*
X0111998Y0297122D01*
X0112072Y0297022D01*
X0112143Y0296920D01*
X0112210Y0296816D01*
X0112274Y0296709D01*
X0112335Y0296600D01*
X0112392Y0296490D01*
X0112446Y0296378D01*
X0112496Y0296264D01*
X0112543Y0296149D01*
X0112585Y0296032D01*
X0112624Y0295914D01*
X0112660Y0295794D01*
X0112691Y0295674D01*
X0112718Y0295553D01*
X0112742Y0295431D01*
X0112762Y0295308D01*
X0112778Y0295184D01*
X0112790Y0295061D01*
X0112798Y0294937D01*
X0112802Y0294812D01*
X0112802Y0294688D01*
X0112798Y0294563D01*
X0112790Y0294439D01*
X0112778Y0294316D01*
X0112762Y0294192D01*
X0112742Y0294069D01*
X0112718Y0293947D01*
X0112691Y0293826D01*
X0112660Y0293706D01*
X0112624Y0293586D01*
X0112585Y0293468D01*
X0112543Y0293351D01*
X0112496Y0293236D01*
X0112446Y0293122D01*
X0112392Y0293010D01*
X0112335Y0292900D01*
X0112274Y0292791D01*
X0112210Y0292684D01*
X0112143Y0292580D01*
X0112072Y0292478D01*
X0111998Y0292378D01*
X0111920Y0292280D01*
X0111840Y0292185D01*
X0111757Y0292093D01*
X0111671Y0292003D01*
X0111582Y0291916D01*
X0111490Y0291832D01*
X0111396Y0291751D01*
X0111299Y0291673D01*
X0111199Y0291598D01*
X0111098Y0291527D01*
X0110994Y0291458D01*
X0110888Y0291393D01*
X0110780Y0291332D01*
X0110670Y0291274D01*
X0110558Y0291219D01*
X0110445Y0291168D01*
X0110330Y0291121D01*
X0110213Y0291077D01*
X0110095Y0291037D01*
X0109976Y0291001D01*
X0109856Y0290969D01*
X0109735Y0290940D01*
X0109613Y0290915D01*
X0109491Y0290895D01*
X0109367Y0290878D01*
X0109244Y0290865D01*
X0109120Y0290856D01*
X0108995Y0290851D01*
X0108871Y0290850D01*
X0108747Y0290853D01*
X0108622Y0290860D01*
X0108498Y0290871D01*
X0108375Y0290886D01*
X0108252Y0290905D01*
X0108130Y0290927D01*
X0108008Y0290954D01*
X0107888Y0290984D01*
X0107768Y0291018D01*
X0107650Y0291057D01*
X0107532Y0291098D01*
X0107417Y0291144D01*
X0107302Y0291193D01*
X0107190Y0291246D01*
X0107079Y0291302D01*
X0106970Y0291362D01*
X0106863Y0291426D01*
X0106758Y0291492D01*
X0106655Y0291562D01*
X0106555Y0291636D01*
X0106457Y0291712D01*
X0106361Y0291791D01*
X0106268Y0291874D01*
X0106177Y0291959D01*
X0106090Y0292048D01*
X0106005Y0292139D01*
X0105923Y0292233D01*
X0105845Y0292329D01*
X0105769Y0292428D01*
X0105696Y0292529D01*
X0105627Y0292632D01*
X0105561Y0292738D01*
X0105499Y0292845D01*
X0105440Y0292955D01*
X0105384Y0293066D01*
X0105332Y0293179D01*
X0105284Y0293294D01*
X0105240Y0293410D01*
X0105199Y0293527D01*
X0105162Y0293646D01*
X0105128Y0293766D01*
X0105099Y0293886D01*
X0105073Y0294008D01*
X0105051Y0294131D01*
X0105034Y0294254D01*
X0105020Y0294377D01*
X0105010Y0294501D01*
X0105004Y0294626D01*
X0105002Y0294750D01*
X0104902Y0290750D02*
X0112902Y0298750D01*
X0105002Y0307875D02*
X0105004Y0307999D01*
X0105010Y0308124D01*
X0105020Y0308248D01*
X0105034Y0308371D01*
X0105051Y0308494D01*
X0105073Y0308617D01*
X0105099Y0308739D01*
X0105128Y0308859D01*
X0105162Y0308979D01*
X0105199Y0309098D01*
X0105240Y0309215D01*
X0105284Y0309331D01*
X0105332Y0309446D01*
X0105384Y0309559D01*
X0105440Y0309670D01*
X0105499Y0309780D01*
X0105561Y0309887D01*
X0105627Y0309993D01*
X0105696Y0310096D01*
X0105769Y0310197D01*
X0105845Y0310296D01*
X0105923Y0310392D01*
X0106005Y0310486D01*
X0106090Y0310577D01*
X0106177Y0310666D01*
X0106268Y0310751D01*
X0106361Y0310834D01*
X0106457Y0310913D01*
X0106555Y0310989D01*
X0106655Y0311063D01*
X0106758Y0311133D01*
X0106863Y0311199D01*
X0106970Y0311263D01*
X0107079Y0311323D01*
X0107190Y0311379D01*
X0107302Y0311432D01*
X0107417Y0311481D01*
X0107532Y0311527D01*
X0107650Y0311568D01*
X0107768Y0311607D01*
X0107888Y0311641D01*
X0108008Y0311671D01*
X0108130Y0311698D01*
X0108252Y0311720D01*
X0108375Y0311739D01*
X0108498Y0311754D01*
X0108622Y0311765D01*
X0108747Y0311772D01*
X0108871Y0311775D01*
X0108995Y0311774D01*
X0109120Y0311769D01*
X0109244Y0311760D01*
X0109367Y0311747D01*
X0109491Y0311730D01*
X0109613Y0311710D01*
X0109735Y0311685D01*
X0109856Y0311656D01*
X0109976Y0311624D01*
X0110095Y0311588D01*
X0110213Y0311548D01*
X0110330Y0311504D01*
X0110445Y0311457D01*
X0110558Y0311406D01*
X0110670Y0311351D01*
X0110780Y0311293D01*
X0110888Y0311232D01*
X0110994Y0311167D01*
X0111098Y0311098D01*
X0111199Y0311027D01*
X0111299Y0310952D01*
X0111396Y0310874D01*
X0111490Y0310793D01*
X0111582Y0310709D01*
X0111671Y0310622D01*
X0111757Y0310532D01*
X0111840Y0310440D01*
X0111920Y0310345D01*
X0111998Y0310247D01*
X0112072Y0310147D01*
X0112143Y0310045D01*
X0112210Y0309941D01*
X0112274Y0309834D01*
X0112335Y0309725D01*
X0112392Y0309615D01*
X0112446Y0309503D01*
X0112496Y0309389D01*
X0112543Y0309274D01*
X0112585Y0309157D01*
X0112624Y0309039D01*
X0112660Y0308919D01*
X0112691Y0308799D01*
X0112718Y0308678D01*
X0112742Y0308556D01*
X0112762Y0308433D01*
X0112778Y0308309D01*
X0112790Y0308186D01*
X0112798Y0308062D01*
X0112802Y0307937D01*
X0112802Y0307813D01*
X0112798Y0307688D01*
X0112790Y0307564D01*
X0112778Y0307441D01*
X0112762Y0307317D01*
X0112742Y0307194D01*
X0112718Y0307072D01*
X0112691Y0306951D01*
X0112660Y0306831D01*
X0112624Y0306711D01*
X0112585Y0306593D01*
X0112543Y0306476D01*
X0112496Y0306361D01*
X0112446Y0306247D01*
X0112392Y0306135D01*
X0112335Y0306025D01*
X0112274Y0305916D01*
X0112210Y0305809D01*
X0112143Y0305705D01*
X0112072Y0305603D01*
X0111998Y0305503D01*
X0111920Y0305405D01*
X0111840Y0305310D01*
X0111757Y0305218D01*
X0111671Y0305128D01*
X0111582Y0305041D01*
X0111490Y0304957D01*
X0111396Y0304876D01*
X0111299Y0304798D01*
X0111199Y0304723D01*
X0111098Y0304652D01*
X0110994Y0304583D01*
X0110888Y0304518D01*
X0110780Y0304457D01*
X0110670Y0304399D01*
X0110558Y0304344D01*
X0110445Y0304293D01*
X0110330Y0304246D01*
X0110213Y0304202D01*
X0110095Y0304162D01*
X0109976Y0304126D01*
X0109856Y0304094D01*
X0109735Y0304065D01*
X0109613Y0304040D01*
X0109491Y0304020D01*
X0109367Y0304003D01*
X0109244Y0303990D01*
X0109120Y0303981D01*
X0108995Y0303976D01*
X0108871Y0303975D01*
X0108747Y0303978D01*
X0108622Y0303985D01*
X0108498Y0303996D01*
X0108375Y0304011D01*
X0108252Y0304030D01*
X0108130Y0304052D01*
X0108008Y0304079D01*
X0107888Y0304109D01*
X0107768Y0304143D01*
X0107650Y0304182D01*
X0107532Y0304223D01*
X0107417Y0304269D01*
X0107302Y0304318D01*
X0107190Y0304371D01*
X0107079Y0304427D01*
X0106970Y0304487D01*
X0106863Y0304551D01*
X0106758Y0304617D01*
X0106655Y0304687D01*
X0106555Y0304761D01*
X0106457Y0304837D01*
X0106361Y0304916D01*
X0106268Y0304999D01*
X0106177Y0305084D01*
X0106090Y0305173D01*
X0106005Y0305264D01*
X0105923Y0305358D01*
X0105845Y0305454D01*
X0105769Y0305553D01*
X0105696Y0305654D01*
X0105627Y0305757D01*
X0105561Y0305863D01*
X0105499Y0305970D01*
X0105440Y0306080D01*
X0105384Y0306191D01*
X0105332Y0306304D01*
X0105284Y0306419D01*
X0105240Y0306535D01*
X0105199Y0306652D01*
X0105162Y0306771D01*
X0105128Y0306891D01*
X0105099Y0307011D01*
X0105073Y0307133D01*
X0105051Y0307256D01*
X0105034Y0307379D01*
X0105020Y0307502D01*
X0105010Y0307626D01*
X0105004Y0307751D01*
X0105002Y0307875D01*
X0104902Y0303875D02*
X0112902Y0311875D01*
X0094377Y0325375D02*
X0094379Y0325499D01*
X0094385Y0325624D01*
X0094395Y0325748D01*
X0094409Y0325871D01*
X0094426Y0325994D01*
X0094448Y0326117D01*
X0094474Y0326239D01*
X0094503Y0326359D01*
X0094537Y0326479D01*
X0094574Y0326598D01*
X0094615Y0326715D01*
X0094659Y0326831D01*
X0094707Y0326946D01*
X0094759Y0327059D01*
X0094815Y0327170D01*
X0094874Y0327280D01*
X0094936Y0327387D01*
X0095002Y0327493D01*
X0095071Y0327596D01*
X0095144Y0327697D01*
X0095220Y0327796D01*
X0095298Y0327892D01*
X0095380Y0327986D01*
X0095465Y0328077D01*
X0095552Y0328166D01*
X0095643Y0328251D01*
X0095736Y0328334D01*
X0095832Y0328413D01*
X0095930Y0328489D01*
X0096030Y0328563D01*
X0096133Y0328633D01*
X0096238Y0328699D01*
X0096345Y0328763D01*
X0096454Y0328823D01*
X0096565Y0328879D01*
X0096677Y0328932D01*
X0096792Y0328981D01*
X0096907Y0329027D01*
X0097025Y0329068D01*
X0097143Y0329107D01*
X0097263Y0329141D01*
X0097383Y0329171D01*
X0097505Y0329198D01*
X0097627Y0329220D01*
X0097750Y0329239D01*
X0097873Y0329254D01*
X0097997Y0329265D01*
X0098122Y0329272D01*
X0098246Y0329275D01*
X0098370Y0329274D01*
X0098495Y0329269D01*
X0098619Y0329260D01*
X0098742Y0329247D01*
X0098866Y0329230D01*
X0098988Y0329210D01*
X0099110Y0329185D01*
X0099231Y0329156D01*
X0099351Y0329124D01*
X0099470Y0329088D01*
X0099588Y0329048D01*
X0099705Y0329004D01*
X0099820Y0328957D01*
X0099933Y0328906D01*
X0100045Y0328851D01*
X0100155Y0328793D01*
X0100263Y0328732D01*
X0100369Y0328667D01*
X0100473Y0328598D01*
X0100574Y0328527D01*
X0100674Y0328452D01*
X0100771Y0328374D01*
X0100865Y0328293D01*
X0100957Y0328209D01*
X0101046Y0328122D01*
X0101132Y0328032D01*
X0101215Y0327940D01*
X0101295Y0327845D01*
X0101373Y0327747D01*
X0101447Y0327647D01*
X0101518Y0327545D01*
X0101585Y0327441D01*
X0101649Y0327334D01*
X0101710Y0327225D01*
X0101767Y0327115D01*
X0101821Y0327003D01*
X0101871Y0326889D01*
X0101918Y0326774D01*
X0101960Y0326657D01*
X0101999Y0326539D01*
X0102035Y0326419D01*
X0102066Y0326299D01*
X0102093Y0326178D01*
X0102117Y0326056D01*
X0102137Y0325933D01*
X0102153Y0325809D01*
X0102165Y0325686D01*
X0102173Y0325562D01*
X0102177Y0325437D01*
X0102177Y0325313D01*
X0102173Y0325188D01*
X0102165Y0325064D01*
X0102153Y0324941D01*
X0102137Y0324817D01*
X0102117Y0324694D01*
X0102093Y0324572D01*
X0102066Y0324451D01*
X0102035Y0324331D01*
X0101999Y0324211D01*
X0101960Y0324093D01*
X0101918Y0323976D01*
X0101871Y0323861D01*
X0101821Y0323747D01*
X0101767Y0323635D01*
X0101710Y0323525D01*
X0101649Y0323416D01*
X0101585Y0323309D01*
X0101518Y0323205D01*
X0101447Y0323103D01*
X0101373Y0323003D01*
X0101295Y0322905D01*
X0101215Y0322810D01*
X0101132Y0322718D01*
X0101046Y0322628D01*
X0100957Y0322541D01*
X0100865Y0322457D01*
X0100771Y0322376D01*
X0100674Y0322298D01*
X0100574Y0322223D01*
X0100473Y0322152D01*
X0100369Y0322083D01*
X0100263Y0322018D01*
X0100155Y0321957D01*
X0100045Y0321899D01*
X0099933Y0321844D01*
X0099820Y0321793D01*
X0099705Y0321746D01*
X0099588Y0321702D01*
X0099470Y0321662D01*
X0099351Y0321626D01*
X0099231Y0321594D01*
X0099110Y0321565D01*
X0098988Y0321540D01*
X0098866Y0321520D01*
X0098742Y0321503D01*
X0098619Y0321490D01*
X0098495Y0321481D01*
X0098370Y0321476D01*
X0098246Y0321475D01*
X0098122Y0321478D01*
X0097997Y0321485D01*
X0097873Y0321496D01*
X0097750Y0321511D01*
X0097627Y0321530D01*
X0097505Y0321552D01*
X0097383Y0321579D01*
X0097263Y0321609D01*
X0097143Y0321643D01*
X0097025Y0321682D01*
X0096907Y0321723D01*
X0096792Y0321769D01*
X0096677Y0321818D01*
X0096565Y0321871D01*
X0096454Y0321927D01*
X0096345Y0321987D01*
X0096238Y0322051D01*
X0096133Y0322117D01*
X0096030Y0322187D01*
X0095930Y0322261D01*
X0095832Y0322337D01*
X0095736Y0322416D01*
X0095643Y0322499D01*
X0095552Y0322584D01*
X0095465Y0322673D01*
X0095380Y0322764D01*
X0095298Y0322858D01*
X0095220Y0322954D01*
X0095144Y0323053D01*
X0095071Y0323154D01*
X0095002Y0323257D01*
X0094936Y0323363D01*
X0094874Y0323470D01*
X0094815Y0323580D01*
X0094759Y0323691D01*
X0094707Y0323804D01*
X0094659Y0323919D01*
X0094615Y0324035D01*
X0094574Y0324152D01*
X0094537Y0324271D01*
X0094503Y0324391D01*
X0094474Y0324511D01*
X0094448Y0324633D01*
X0094426Y0324756D01*
X0094409Y0324879D01*
X0094395Y0325002D01*
X0094385Y0325126D01*
X0094379Y0325251D01*
X0094377Y0325375D01*
X0094277Y0321375D02*
X0102277Y0329375D01*
X0096877Y0342875D02*
X0096879Y0342999D01*
X0096885Y0343124D01*
X0096895Y0343248D01*
X0096909Y0343371D01*
X0096926Y0343494D01*
X0096948Y0343617D01*
X0096974Y0343739D01*
X0097003Y0343859D01*
X0097037Y0343979D01*
X0097074Y0344098D01*
X0097115Y0344215D01*
X0097159Y0344331D01*
X0097207Y0344446D01*
X0097259Y0344559D01*
X0097315Y0344670D01*
X0097374Y0344780D01*
X0097436Y0344887D01*
X0097502Y0344993D01*
X0097571Y0345096D01*
X0097644Y0345197D01*
X0097720Y0345296D01*
X0097798Y0345392D01*
X0097880Y0345486D01*
X0097965Y0345577D01*
X0098052Y0345666D01*
X0098143Y0345751D01*
X0098236Y0345834D01*
X0098332Y0345913D01*
X0098430Y0345989D01*
X0098530Y0346063D01*
X0098633Y0346133D01*
X0098738Y0346199D01*
X0098845Y0346263D01*
X0098954Y0346323D01*
X0099065Y0346379D01*
X0099177Y0346432D01*
X0099292Y0346481D01*
X0099407Y0346527D01*
X0099525Y0346568D01*
X0099643Y0346607D01*
X0099763Y0346641D01*
X0099883Y0346671D01*
X0100005Y0346698D01*
X0100127Y0346720D01*
X0100250Y0346739D01*
X0100373Y0346754D01*
X0100497Y0346765D01*
X0100622Y0346772D01*
X0100746Y0346775D01*
X0100870Y0346774D01*
X0100995Y0346769D01*
X0101119Y0346760D01*
X0101242Y0346747D01*
X0101366Y0346730D01*
X0101488Y0346710D01*
X0101610Y0346685D01*
X0101731Y0346656D01*
X0101851Y0346624D01*
X0101970Y0346588D01*
X0102088Y0346548D01*
X0102205Y0346504D01*
X0102320Y0346457D01*
X0102433Y0346406D01*
X0102545Y0346351D01*
X0102655Y0346293D01*
X0102763Y0346232D01*
X0102869Y0346167D01*
X0102973Y0346098D01*
X0103074Y0346027D01*
X0103174Y0345952D01*
X0103271Y0345874D01*
X0103365Y0345793D01*
X0103457Y0345709D01*
X0103546Y0345622D01*
X0103632Y0345532D01*
X0103715Y0345440D01*
X0103795Y0345345D01*
X0103873Y0345247D01*
X0103947Y0345147D01*
X0104018Y0345045D01*
X0104085Y0344941D01*
X0104149Y0344834D01*
X0104210Y0344725D01*
X0104267Y0344615D01*
X0104321Y0344503D01*
X0104371Y0344389D01*
X0104418Y0344274D01*
X0104460Y0344157D01*
X0104499Y0344039D01*
X0104535Y0343919D01*
X0104566Y0343799D01*
X0104593Y0343678D01*
X0104617Y0343556D01*
X0104637Y0343433D01*
X0104653Y0343309D01*
X0104665Y0343186D01*
X0104673Y0343062D01*
X0104677Y0342937D01*
X0104677Y0342813D01*
X0104673Y0342688D01*
X0104665Y0342564D01*
X0104653Y0342441D01*
X0104637Y0342317D01*
X0104617Y0342194D01*
X0104593Y0342072D01*
X0104566Y0341951D01*
X0104535Y0341831D01*
X0104499Y0341711D01*
X0104460Y0341593D01*
X0104418Y0341476D01*
X0104371Y0341361D01*
X0104321Y0341247D01*
X0104267Y0341135D01*
X0104210Y0341025D01*
X0104149Y0340916D01*
X0104085Y0340809D01*
X0104018Y0340705D01*
X0103947Y0340603D01*
X0103873Y0340503D01*
X0103795Y0340405D01*
X0103715Y0340310D01*
X0103632Y0340218D01*
X0103546Y0340128D01*
X0103457Y0340041D01*
X0103365Y0339957D01*
X0103271Y0339876D01*
X0103174Y0339798D01*
X0103074Y0339723D01*
X0102973Y0339652D01*
X0102869Y0339583D01*
X0102763Y0339518D01*
X0102655Y0339457D01*
X0102545Y0339399D01*
X0102433Y0339344D01*
X0102320Y0339293D01*
X0102205Y0339246D01*
X0102088Y0339202D01*
X0101970Y0339162D01*
X0101851Y0339126D01*
X0101731Y0339094D01*
X0101610Y0339065D01*
X0101488Y0339040D01*
X0101366Y0339020D01*
X0101242Y0339003D01*
X0101119Y0338990D01*
X0100995Y0338981D01*
X0100870Y0338976D01*
X0100746Y0338975D01*
X0100622Y0338978D01*
X0100497Y0338985D01*
X0100373Y0338996D01*
X0100250Y0339011D01*
X0100127Y0339030D01*
X0100005Y0339052D01*
X0099883Y0339079D01*
X0099763Y0339109D01*
X0099643Y0339143D01*
X0099525Y0339182D01*
X0099407Y0339223D01*
X0099292Y0339269D01*
X0099177Y0339318D01*
X0099065Y0339371D01*
X0098954Y0339427D01*
X0098845Y0339487D01*
X0098738Y0339551D01*
X0098633Y0339617D01*
X0098530Y0339687D01*
X0098430Y0339761D01*
X0098332Y0339837D01*
X0098236Y0339916D01*
X0098143Y0339999D01*
X0098052Y0340084D01*
X0097965Y0340173D01*
X0097880Y0340264D01*
X0097798Y0340358D01*
X0097720Y0340454D01*
X0097644Y0340553D01*
X0097571Y0340654D01*
X0097502Y0340757D01*
X0097436Y0340863D01*
X0097374Y0340970D01*
X0097315Y0341080D01*
X0097259Y0341191D01*
X0097207Y0341304D01*
X0097159Y0341419D01*
X0097115Y0341535D01*
X0097074Y0341652D01*
X0097037Y0341771D01*
X0097003Y0341891D01*
X0096974Y0342011D01*
X0096948Y0342133D01*
X0096926Y0342256D01*
X0096909Y0342379D01*
X0096895Y0342502D01*
X0096885Y0342626D01*
X0096879Y0342751D01*
X0096877Y0342875D01*
X0096777Y0338875D02*
X0104777Y0346875D01*
X0082502Y0338500D02*
X0082504Y0338624D01*
X0082510Y0338749D01*
X0082520Y0338873D01*
X0082534Y0338996D01*
X0082551Y0339119D01*
X0082573Y0339242D01*
X0082599Y0339364D01*
X0082628Y0339484D01*
X0082662Y0339604D01*
X0082699Y0339723D01*
X0082740Y0339840D01*
X0082784Y0339956D01*
X0082832Y0340071D01*
X0082884Y0340184D01*
X0082940Y0340295D01*
X0082999Y0340405D01*
X0083061Y0340512D01*
X0083127Y0340618D01*
X0083196Y0340721D01*
X0083269Y0340822D01*
X0083345Y0340921D01*
X0083423Y0341017D01*
X0083505Y0341111D01*
X0083590Y0341202D01*
X0083677Y0341291D01*
X0083768Y0341376D01*
X0083861Y0341459D01*
X0083957Y0341538D01*
X0084055Y0341614D01*
X0084155Y0341688D01*
X0084258Y0341758D01*
X0084363Y0341824D01*
X0084470Y0341888D01*
X0084579Y0341948D01*
X0084690Y0342004D01*
X0084802Y0342057D01*
X0084917Y0342106D01*
X0085032Y0342152D01*
X0085150Y0342193D01*
X0085268Y0342232D01*
X0085388Y0342266D01*
X0085508Y0342296D01*
X0085630Y0342323D01*
X0085752Y0342345D01*
X0085875Y0342364D01*
X0085998Y0342379D01*
X0086122Y0342390D01*
X0086247Y0342397D01*
X0086371Y0342400D01*
X0086495Y0342399D01*
X0086620Y0342394D01*
X0086744Y0342385D01*
X0086867Y0342372D01*
X0086991Y0342355D01*
X0087113Y0342335D01*
X0087235Y0342310D01*
X0087356Y0342281D01*
X0087476Y0342249D01*
X0087595Y0342213D01*
X0087713Y0342173D01*
X0087830Y0342129D01*
X0087945Y0342082D01*
X0088058Y0342031D01*
X0088170Y0341976D01*
X0088280Y0341918D01*
X0088388Y0341857D01*
X0088494Y0341792D01*
X0088598Y0341723D01*
X0088699Y0341652D01*
X0088799Y0341577D01*
X0088896Y0341499D01*
X0088990Y0341418D01*
X0089082Y0341334D01*
X0089171Y0341247D01*
X0089257Y0341157D01*
X0089340Y0341065D01*
X0089420Y0340970D01*
X0089498Y0340872D01*
X0089572Y0340772D01*
X0089643Y0340670D01*
X0089710Y0340566D01*
X0089774Y0340459D01*
X0089835Y0340350D01*
X0089892Y0340240D01*
X0089946Y0340128D01*
X0089996Y0340014D01*
X0090043Y0339899D01*
X0090085Y0339782D01*
X0090124Y0339664D01*
X0090160Y0339544D01*
X0090191Y0339424D01*
X0090218Y0339303D01*
X0090242Y0339181D01*
X0090262Y0339058D01*
X0090278Y0338934D01*
X0090290Y0338811D01*
X0090298Y0338687D01*
X0090302Y0338562D01*
X0090302Y0338438D01*
X0090298Y0338313D01*
X0090290Y0338189D01*
X0090278Y0338066D01*
X0090262Y0337942D01*
X0090242Y0337819D01*
X0090218Y0337697D01*
X0090191Y0337576D01*
X0090160Y0337456D01*
X0090124Y0337336D01*
X0090085Y0337218D01*
X0090043Y0337101D01*
X0089996Y0336986D01*
X0089946Y0336872D01*
X0089892Y0336760D01*
X0089835Y0336650D01*
X0089774Y0336541D01*
X0089710Y0336434D01*
X0089643Y0336330D01*
X0089572Y0336228D01*
X0089498Y0336128D01*
X0089420Y0336030D01*
X0089340Y0335935D01*
X0089257Y0335843D01*
X0089171Y0335753D01*
X0089082Y0335666D01*
X0088990Y0335582D01*
X0088896Y0335501D01*
X0088799Y0335423D01*
X0088699Y0335348D01*
X0088598Y0335277D01*
X0088494Y0335208D01*
X0088388Y0335143D01*
X0088280Y0335082D01*
X0088170Y0335024D01*
X0088058Y0334969D01*
X0087945Y0334918D01*
X0087830Y0334871D01*
X0087713Y0334827D01*
X0087595Y0334787D01*
X0087476Y0334751D01*
X0087356Y0334719D01*
X0087235Y0334690D01*
X0087113Y0334665D01*
X0086991Y0334645D01*
X0086867Y0334628D01*
X0086744Y0334615D01*
X0086620Y0334606D01*
X0086495Y0334601D01*
X0086371Y0334600D01*
X0086247Y0334603D01*
X0086122Y0334610D01*
X0085998Y0334621D01*
X0085875Y0334636D01*
X0085752Y0334655D01*
X0085630Y0334677D01*
X0085508Y0334704D01*
X0085388Y0334734D01*
X0085268Y0334768D01*
X0085150Y0334807D01*
X0085032Y0334848D01*
X0084917Y0334894D01*
X0084802Y0334943D01*
X0084690Y0334996D01*
X0084579Y0335052D01*
X0084470Y0335112D01*
X0084363Y0335176D01*
X0084258Y0335242D01*
X0084155Y0335312D01*
X0084055Y0335386D01*
X0083957Y0335462D01*
X0083861Y0335541D01*
X0083768Y0335624D01*
X0083677Y0335709D01*
X0083590Y0335798D01*
X0083505Y0335889D01*
X0083423Y0335983D01*
X0083345Y0336079D01*
X0083269Y0336178D01*
X0083196Y0336279D01*
X0083127Y0336382D01*
X0083061Y0336488D01*
X0082999Y0336595D01*
X0082940Y0336705D01*
X0082884Y0336816D01*
X0082832Y0336929D01*
X0082784Y0337044D01*
X0082740Y0337160D01*
X0082699Y0337277D01*
X0082662Y0337396D01*
X0082628Y0337516D01*
X0082599Y0337636D01*
X0082573Y0337758D01*
X0082551Y0337881D01*
X0082534Y0338004D01*
X0082520Y0338127D01*
X0082510Y0338251D01*
X0082504Y0338376D01*
X0082502Y0338500D01*
X0082402Y0334500D02*
X0090402Y0342500D01*
X0082502Y0329750D02*
X0082504Y0329874D01*
X0082510Y0329999D01*
X0082520Y0330123D01*
X0082534Y0330246D01*
X0082551Y0330369D01*
X0082573Y0330492D01*
X0082599Y0330614D01*
X0082628Y0330734D01*
X0082662Y0330854D01*
X0082699Y0330973D01*
X0082740Y0331090D01*
X0082784Y0331206D01*
X0082832Y0331321D01*
X0082884Y0331434D01*
X0082940Y0331545D01*
X0082999Y0331655D01*
X0083061Y0331762D01*
X0083127Y0331868D01*
X0083196Y0331971D01*
X0083269Y0332072D01*
X0083345Y0332171D01*
X0083423Y0332267D01*
X0083505Y0332361D01*
X0083590Y0332452D01*
X0083677Y0332541D01*
X0083768Y0332626D01*
X0083861Y0332709D01*
X0083957Y0332788D01*
X0084055Y0332864D01*
X0084155Y0332938D01*
X0084258Y0333008D01*
X0084363Y0333074D01*
X0084470Y0333138D01*
X0084579Y0333198D01*
X0084690Y0333254D01*
X0084802Y0333307D01*
X0084917Y0333356D01*
X0085032Y0333402D01*
X0085150Y0333443D01*
X0085268Y0333482D01*
X0085388Y0333516D01*
X0085508Y0333546D01*
X0085630Y0333573D01*
X0085752Y0333595D01*
X0085875Y0333614D01*
X0085998Y0333629D01*
X0086122Y0333640D01*
X0086247Y0333647D01*
X0086371Y0333650D01*
X0086495Y0333649D01*
X0086620Y0333644D01*
X0086744Y0333635D01*
X0086867Y0333622D01*
X0086991Y0333605D01*
X0087113Y0333585D01*
X0087235Y0333560D01*
X0087356Y0333531D01*
X0087476Y0333499D01*
X0087595Y0333463D01*
X0087713Y0333423D01*
X0087830Y0333379D01*
X0087945Y0333332D01*
X0088058Y0333281D01*
X0088170Y0333226D01*
X0088280Y0333168D01*
X0088388Y0333107D01*
X0088494Y0333042D01*
X0088598Y0332973D01*
X0088699Y0332902D01*
X0088799Y0332827D01*
X0088896Y0332749D01*
X0088990Y0332668D01*
X0089082Y0332584D01*
X0089171Y0332497D01*
X0089257Y0332407D01*
X0089340Y0332315D01*
X0089420Y0332220D01*
X0089498Y0332122D01*
X0089572Y0332022D01*
X0089643Y0331920D01*
X0089710Y0331816D01*
X0089774Y0331709D01*
X0089835Y0331600D01*
X0089892Y0331490D01*
X0089946Y0331378D01*
X0089996Y0331264D01*
X0090043Y0331149D01*
X0090085Y0331032D01*
X0090124Y0330914D01*
X0090160Y0330794D01*
X0090191Y0330674D01*
X0090218Y0330553D01*
X0090242Y0330431D01*
X0090262Y0330308D01*
X0090278Y0330184D01*
X0090290Y0330061D01*
X0090298Y0329937D01*
X0090302Y0329812D01*
X0090302Y0329688D01*
X0090298Y0329563D01*
X0090290Y0329439D01*
X0090278Y0329316D01*
X0090262Y0329192D01*
X0090242Y0329069D01*
X0090218Y0328947D01*
X0090191Y0328826D01*
X0090160Y0328706D01*
X0090124Y0328586D01*
X0090085Y0328468D01*
X0090043Y0328351D01*
X0089996Y0328236D01*
X0089946Y0328122D01*
X0089892Y0328010D01*
X0089835Y0327900D01*
X0089774Y0327791D01*
X0089710Y0327684D01*
X0089643Y0327580D01*
X0089572Y0327478D01*
X0089498Y0327378D01*
X0089420Y0327280D01*
X0089340Y0327185D01*
X0089257Y0327093D01*
X0089171Y0327003D01*
X0089082Y0326916D01*
X0088990Y0326832D01*
X0088896Y0326751D01*
X0088799Y0326673D01*
X0088699Y0326598D01*
X0088598Y0326527D01*
X0088494Y0326458D01*
X0088388Y0326393D01*
X0088280Y0326332D01*
X0088170Y0326274D01*
X0088058Y0326219D01*
X0087945Y0326168D01*
X0087830Y0326121D01*
X0087713Y0326077D01*
X0087595Y0326037D01*
X0087476Y0326001D01*
X0087356Y0325969D01*
X0087235Y0325940D01*
X0087113Y0325915D01*
X0086991Y0325895D01*
X0086867Y0325878D01*
X0086744Y0325865D01*
X0086620Y0325856D01*
X0086495Y0325851D01*
X0086371Y0325850D01*
X0086247Y0325853D01*
X0086122Y0325860D01*
X0085998Y0325871D01*
X0085875Y0325886D01*
X0085752Y0325905D01*
X0085630Y0325927D01*
X0085508Y0325954D01*
X0085388Y0325984D01*
X0085268Y0326018D01*
X0085150Y0326057D01*
X0085032Y0326098D01*
X0084917Y0326144D01*
X0084802Y0326193D01*
X0084690Y0326246D01*
X0084579Y0326302D01*
X0084470Y0326362D01*
X0084363Y0326426D01*
X0084258Y0326492D01*
X0084155Y0326562D01*
X0084055Y0326636D01*
X0083957Y0326712D01*
X0083861Y0326791D01*
X0083768Y0326874D01*
X0083677Y0326959D01*
X0083590Y0327048D01*
X0083505Y0327139D01*
X0083423Y0327233D01*
X0083345Y0327329D01*
X0083269Y0327428D01*
X0083196Y0327529D01*
X0083127Y0327632D01*
X0083061Y0327738D01*
X0082999Y0327845D01*
X0082940Y0327955D01*
X0082884Y0328066D01*
X0082832Y0328179D01*
X0082784Y0328294D01*
X0082740Y0328410D01*
X0082699Y0328527D01*
X0082662Y0328646D01*
X0082628Y0328766D01*
X0082599Y0328886D01*
X0082573Y0329008D01*
X0082551Y0329131D01*
X0082534Y0329254D01*
X0082520Y0329377D01*
X0082510Y0329501D01*
X0082504Y0329626D01*
X0082502Y0329750D01*
X0082402Y0325750D02*
X0090402Y0333750D01*
X0082502Y0321000D02*
X0082504Y0321124D01*
X0082510Y0321249D01*
X0082520Y0321373D01*
X0082534Y0321496D01*
X0082551Y0321619D01*
X0082573Y0321742D01*
X0082599Y0321864D01*
X0082628Y0321984D01*
X0082662Y0322104D01*
X0082699Y0322223D01*
X0082740Y0322340D01*
X0082784Y0322456D01*
X0082832Y0322571D01*
X0082884Y0322684D01*
X0082940Y0322795D01*
X0082999Y0322905D01*
X0083061Y0323012D01*
X0083127Y0323118D01*
X0083196Y0323221D01*
X0083269Y0323322D01*
X0083345Y0323421D01*
X0083423Y0323517D01*
X0083505Y0323611D01*
X0083590Y0323702D01*
X0083677Y0323791D01*
X0083768Y0323876D01*
X0083861Y0323959D01*
X0083957Y0324038D01*
X0084055Y0324114D01*
X0084155Y0324188D01*
X0084258Y0324258D01*
X0084363Y0324324D01*
X0084470Y0324388D01*
X0084579Y0324448D01*
X0084690Y0324504D01*
X0084802Y0324557D01*
X0084917Y0324606D01*
X0085032Y0324652D01*
X0085150Y0324693D01*
X0085268Y0324732D01*
X0085388Y0324766D01*
X0085508Y0324796D01*
X0085630Y0324823D01*
X0085752Y0324845D01*
X0085875Y0324864D01*
X0085998Y0324879D01*
X0086122Y0324890D01*
X0086247Y0324897D01*
X0086371Y0324900D01*
X0086495Y0324899D01*
X0086620Y0324894D01*
X0086744Y0324885D01*
X0086867Y0324872D01*
X0086991Y0324855D01*
X0087113Y0324835D01*
X0087235Y0324810D01*
X0087356Y0324781D01*
X0087476Y0324749D01*
X0087595Y0324713D01*
X0087713Y0324673D01*
X0087830Y0324629D01*
X0087945Y0324582D01*
X0088058Y0324531D01*
X0088170Y0324476D01*
X0088280Y0324418D01*
X0088388Y0324357D01*
X0088494Y0324292D01*
X0088598Y0324223D01*
X0088699Y0324152D01*
X0088799Y0324077D01*
X0088896Y0323999D01*
X0088990Y0323918D01*
X0089082Y0323834D01*
X0089171Y0323747D01*
X0089257Y0323657D01*
X0089340Y0323565D01*
X0089420Y0323470D01*
X0089498Y0323372D01*
X0089572Y0323272D01*
X0089643Y0323170D01*
X0089710Y0323066D01*
X0089774Y0322959D01*
X0089835Y0322850D01*
X0089892Y0322740D01*
X0089946Y0322628D01*
X0089996Y0322514D01*
X0090043Y0322399D01*
X0090085Y0322282D01*
X0090124Y0322164D01*
X0090160Y0322044D01*
X0090191Y0321924D01*
X0090218Y0321803D01*
X0090242Y0321681D01*
X0090262Y0321558D01*
X0090278Y0321434D01*
X0090290Y0321311D01*
X0090298Y0321187D01*
X0090302Y0321062D01*
X0090302Y0320938D01*
X0090298Y0320813D01*
X0090290Y0320689D01*
X0090278Y0320566D01*
X0090262Y0320442D01*
X0090242Y0320319D01*
X0090218Y0320197D01*
X0090191Y0320076D01*
X0090160Y0319956D01*
X0090124Y0319836D01*
X0090085Y0319718D01*
X0090043Y0319601D01*
X0089996Y0319486D01*
X0089946Y0319372D01*
X0089892Y0319260D01*
X0089835Y0319150D01*
X0089774Y0319041D01*
X0089710Y0318934D01*
X0089643Y0318830D01*
X0089572Y0318728D01*
X0089498Y0318628D01*
X0089420Y0318530D01*
X0089340Y0318435D01*
X0089257Y0318343D01*
X0089171Y0318253D01*
X0089082Y0318166D01*
X0088990Y0318082D01*
X0088896Y0318001D01*
X0088799Y0317923D01*
X0088699Y0317848D01*
X0088598Y0317777D01*
X0088494Y0317708D01*
X0088388Y0317643D01*
X0088280Y0317582D01*
X0088170Y0317524D01*
X0088058Y0317469D01*
X0087945Y0317418D01*
X0087830Y0317371D01*
X0087713Y0317327D01*
X0087595Y0317287D01*
X0087476Y0317251D01*
X0087356Y0317219D01*
X0087235Y0317190D01*
X0087113Y0317165D01*
X0086991Y0317145D01*
X0086867Y0317128D01*
X0086744Y0317115D01*
X0086620Y0317106D01*
X0086495Y0317101D01*
X0086371Y0317100D01*
X0086247Y0317103D01*
X0086122Y0317110D01*
X0085998Y0317121D01*
X0085875Y0317136D01*
X0085752Y0317155D01*
X0085630Y0317177D01*
X0085508Y0317204D01*
X0085388Y0317234D01*
X0085268Y0317268D01*
X0085150Y0317307D01*
X0085032Y0317348D01*
X0084917Y0317394D01*
X0084802Y0317443D01*
X0084690Y0317496D01*
X0084579Y0317552D01*
X0084470Y0317612D01*
X0084363Y0317676D01*
X0084258Y0317742D01*
X0084155Y0317812D01*
X0084055Y0317886D01*
X0083957Y0317962D01*
X0083861Y0318041D01*
X0083768Y0318124D01*
X0083677Y0318209D01*
X0083590Y0318298D01*
X0083505Y0318389D01*
X0083423Y0318483D01*
X0083345Y0318579D01*
X0083269Y0318678D01*
X0083196Y0318779D01*
X0083127Y0318882D01*
X0083061Y0318988D01*
X0082999Y0319095D01*
X0082940Y0319205D01*
X0082884Y0319316D01*
X0082832Y0319429D01*
X0082784Y0319544D01*
X0082740Y0319660D01*
X0082699Y0319777D01*
X0082662Y0319896D01*
X0082628Y0320016D01*
X0082599Y0320136D01*
X0082573Y0320258D01*
X0082551Y0320381D01*
X0082534Y0320504D01*
X0082520Y0320627D01*
X0082510Y0320751D01*
X0082504Y0320876D01*
X0082502Y0321000D01*
X0082402Y0317000D02*
X0090402Y0325000D01*
X0151252Y0228500D02*
X0151254Y0228624D01*
X0151260Y0228749D01*
X0151270Y0228873D01*
X0151284Y0228996D01*
X0151301Y0229119D01*
X0151323Y0229242D01*
X0151349Y0229364D01*
X0151378Y0229484D01*
X0151412Y0229604D01*
X0151449Y0229723D01*
X0151490Y0229840D01*
X0151534Y0229956D01*
X0151582Y0230071D01*
X0151634Y0230184D01*
X0151690Y0230295D01*
X0151749Y0230405D01*
X0151811Y0230512D01*
X0151877Y0230618D01*
X0151946Y0230721D01*
X0152019Y0230822D01*
X0152095Y0230921D01*
X0152173Y0231017D01*
X0152255Y0231111D01*
X0152340Y0231202D01*
X0152427Y0231291D01*
X0152518Y0231376D01*
X0152611Y0231459D01*
X0152707Y0231538D01*
X0152805Y0231614D01*
X0152905Y0231688D01*
X0153008Y0231758D01*
X0153113Y0231824D01*
X0153220Y0231888D01*
X0153329Y0231948D01*
X0153440Y0232004D01*
X0153552Y0232057D01*
X0153667Y0232106D01*
X0153782Y0232152D01*
X0153900Y0232193D01*
X0154018Y0232232D01*
X0154138Y0232266D01*
X0154258Y0232296D01*
X0154380Y0232323D01*
X0154502Y0232345D01*
X0154625Y0232364D01*
X0154748Y0232379D01*
X0154872Y0232390D01*
X0154997Y0232397D01*
X0155121Y0232400D01*
X0155245Y0232399D01*
X0155370Y0232394D01*
X0155494Y0232385D01*
X0155617Y0232372D01*
X0155741Y0232355D01*
X0155863Y0232335D01*
X0155985Y0232310D01*
X0156106Y0232281D01*
X0156226Y0232249D01*
X0156345Y0232213D01*
X0156463Y0232173D01*
X0156580Y0232129D01*
X0156695Y0232082D01*
X0156808Y0232031D01*
X0156920Y0231976D01*
X0157030Y0231918D01*
X0157138Y0231857D01*
X0157244Y0231792D01*
X0157348Y0231723D01*
X0157449Y0231652D01*
X0157549Y0231577D01*
X0157646Y0231499D01*
X0157740Y0231418D01*
X0157832Y0231334D01*
X0157921Y0231247D01*
X0158007Y0231157D01*
X0158090Y0231065D01*
X0158170Y0230970D01*
X0158248Y0230872D01*
X0158322Y0230772D01*
X0158393Y0230670D01*
X0158460Y0230566D01*
X0158524Y0230459D01*
X0158585Y0230350D01*
X0158642Y0230240D01*
X0158696Y0230128D01*
X0158746Y0230014D01*
X0158793Y0229899D01*
X0158835Y0229782D01*
X0158874Y0229664D01*
X0158910Y0229544D01*
X0158941Y0229424D01*
X0158968Y0229303D01*
X0158992Y0229181D01*
X0159012Y0229058D01*
X0159028Y0228934D01*
X0159040Y0228811D01*
X0159048Y0228687D01*
X0159052Y0228562D01*
X0159052Y0228438D01*
X0159048Y0228313D01*
X0159040Y0228189D01*
X0159028Y0228066D01*
X0159012Y0227942D01*
X0158992Y0227819D01*
X0158968Y0227697D01*
X0158941Y0227576D01*
X0158910Y0227456D01*
X0158874Y0227336D01*
X0158835Y0227218D01*
X0158793Y0227101D01*
X0158746Y0226986D01*
X0158696Y0226872D01*
X0158642Y0226760D01*
X0158585Y0226650D01*
X0158524Y0226541D01*
X0158460Y0226434D01*
X0158393Y0226330D01*
X0158322Y0226228D01*
X0158248Y0226128D01*
X0158170Y0226030D01*
X0158090Y0225935D01*
X0158007Y0225843D01*
X0157921Y0225753D01*
X0157832Y0225666D01*
X0157740Y0225582D01*
X0157646Y0225501D01*
X0157549Y0225423D01*
X0157449Y0225348D01*
X0157348Y0225277D01*
X0157244Y0225208D01*
X0157138Y0225143D01*
X0157030Y0225082D01*
X0156920Y0225024D01*
X0156808Y0224969D01*
X0156695Y0224918D01*
X0156580Y0224871D01*
X0156463Y0224827D01*
X0156345Y0224787D01*
X0156226Y0224751D01*
X0156106Y0224719D01*
X0155985Y0224690D01*
X0155863Y0224665D01*
X0155741Y0224645D01*
X0155617Y0224628D01*
X0155494Y0224615D01*
X0155370Y0224606D01*
X0155245Y0224601D01*
X0155121Y0224600D01*
X0154997Y0224603D01*
X0154872Y0224610D01*
X0154748Y0224621D01*
X0154625Y0224636D01*
X0154502Y0224655D01*
X0154380Y0224677D01*
X0154258Y0224704D01*
X0154138Y0224734D01*
X0154018Y0224768D01*
X0153900Y0224807D01*
X0153782Y0224848D01*
X0153667Y0224894D01*
X0153552Y0224943D01*
X0153440Y0224996D01*
X0153329Y0225052D01*
X0153220Y0225112D01*
X0153113Y0225176D01*
X0153008Y0225242D01*
X0152905Y0225312D01*
X0152805Y0225386D01*
X0152707Y0225462D01*
X0152611Y0225541D01*
X0152518Y0225624D01*
X0152427Y0225709D01*
X0152340Y0225798D01*
X0152255Y0225889D01*
X0152173Y0225983D01*
X0152095Y0226079D01*
X0152019Y0226178D01*
X0151946Y0226279D01*
X0151877Y0226382D01*
X0151811Y0226488D01*
X0151749Y0226595D01*
X0151690Y0226705D01*
X0151634Y0226816D01*
X0151582Y0226929D01*
X0151534Y0227044D01*
X0151490Y0227160D01*
X0151449Y0227277D01*
X0151412Y0227396D01*
X0151378Y0227516D01*
X0151349Y0227636D01*
X0151323Y0227758D01*
X0151301Y0227881D01*
X0151284Y0228004D01*
X0151270Y0228127D01*
X0151260Y0228251D01*
X0151254Y0228376D01*
X0151252Y0228500D01*
X0151152Y0224500D02*
X0159152Y0232500D01*
X0138127Y0196625D02*
X0138129Y0196749D01*
X0138135Y0196874D01*
X0138145Y0196998D01*
X0138159Y0197121D01*
X0138176Y0197244D01*
X0138198Y0197367D01*
X0138224Y0197489D01*
X0138253Y0197609D01*
X0138287Y0197729D01*
X0138324Y0197848D01*
X0138365Y0197965D01*
X0138409Y0198081D01*
X0138457Y0198196D01*
X0138509Y0198309D01*
X0138565Y0198420D01*
X0138624Y0198530D01*
X0138686Y0198637D01*
X0138752Y0198743D01*
X0138821Y0198846D01*
X0138894Y0198947D01*
X0138970Y0199046D01*
X0139048Y0199142D01*
X0139130Y0199236D01*
X0139215Y0199327D01*
X0139302Y0199416D01*
X0139393Y0199501D01*
X0139486Y0199584D01*
X0139582Y0199663D01*
X0139680Y0199739D01*
X0139780Y0199813D01*
X0139883Y0199883D01*
X0139988Y0199949D01*
X0140095Y0200013D01*
X0140204Y0200073D01*
X0140315Y0200129D01*
X0140427Y0200182D01*
X0140542Y0200231D01*
X0140657Y0200277D01*
X0140775Y0200318D01*
X0140893Y0200357D01*
X0141013Y0200391D01*
X0141133Y0200421D01*
X0141255Y0200448D01*
X0141377Y0200470D01*
X0141500Y0200489D01*
X0141623Y0200504D01*
X0141747Y0200515D01*
X0141872Y0200522D01*
X0141996Y0200525D01*
X0142120Y0200524D01*
X0142245Y0200519D01*
X0142369Y0200510D01*
X0142492Y0200497D01*
X0142616Y0200480D01*
X0142738Y0200460D01*
X0142860Y0200435D01*
X0142981Y0200406D01*
X0143101Y0200374D01*
X0143220Y0200338D01*
X0143338Y0200298D01*
X0143455Y0200254D01*
X0143570Y0200207D01*
X0143683Y0200156D01*
X0143795Y0200101D01*
X0143905Y0200043D01*
X0144013Y0199982D01*
X0144119Y0199917D01*
X0144223Y0199848D01*
X0144324Y0199777D01*
X0144424Y0199702D01*
X0144521Y0199624D01*
X0144615Y0199543D01*
X0144707Y0199459D01*
X0144796Y0199372D01*
X0144882Y0199282D01*
X0144965Y0199190D01*
X0145045Y0199095D01*
X0145123Y0198997D01*
X0145197Y0198897D01*
X0145268Y0198795D01*
X0145335Y0198691D01*
X0145399Y0198584D01*
X0145460Y0198475D01*
X0145517Y0198365D01*
X0145571Y0198253D01*
X0145621Y0198139D01*
X0145668Y0198024D01*
X0145710Y0197907D01*
X0145749Y0197789D01*
X0145785Y0197669D01*
X0145816Y0197549D01*
X0145843Y0197428D01*
X0145867Y0197306D01*
X0145887Y0197183D01*
X0145903Y0197059D01*
X0145915Y0196936D01*
X0145923Y0196812D01*
X0145927Y0196687D01*
X0145927Y0196563D01*
X0145923Y0196438D01*
X0145915Y0196314D01*
X0145903Y0196191D01*
X0145887Y0196067D01*
X0145867Y0195944D01*
X0145843Y0195822D01*
X0145816Y0195701D01*
X0145785Y0195581D01*
X0145749Y0195461D01*
X0145710Y0195343D01*
X0145668Y0195226D01*
X0145621Y0195111D01*
X0145571Y0194997D01*
X0145517Y0194885D01*
X0145460Y0194775D01*
X0145399Y0194666D01*
X0145335Y0194559D01*
X0145268Y0194455D01*
X0145197Y0194353D01*
X0145123Y0194253D01*
X0145045Y0194155D01*
X0144965Y0194060D01*
X0144882Y0193968D01*
X0144796Y0193878D01*
X0144707Y0193791D01*
X0144615Y0193707D01*
X0144521Y0193626D01*
X0144424Y0193548D01*
X0144324Y0193473D01*
X0144223Y0193402D01*
X0144119Y0193333D01*
X0144013Y0193268D01*
X0143905Y0193207D01*
X0143795Y0193149D01*
X0143683Y0193094D01*
X0143570Y0193043D01*
X0143455Y0192996D01*
X0143338Y0192952D01*
X0143220Y0192912D01*
X0143101Y0192876D01*
X0142981Y0192844D01*
X0142860Y0192815D01*
X0142738Y0192790D01*
X0142616Y0192770D01*
X0142492Y0192753D01*
X0142369Y0192740D01*
X0142245Y0192731D01*
X0142120Y0192726D01*
X0141996Y0192725D01*
X0141872Y0192728D01*
X0141747Y0192735D01*
X0141623Y0192746D01*
X0141500Y0192761D01*
X0141377Y0192780D01*
X0141255Y0192802D01*
X0141133Y0192829D01*
X0141013Y0192859D01*
X0140893Y0192893D01*
X0140775Y0192932D01*
X0140657Y0192973D01*
X0140542Y0193019D01*
X0140427Y0193068D01*
X0140315Y0193121D01*
X0140204Y0193177D01*
X0140095Y0193237D01*
X0139988Y0193301D01*
X0139883Y0193367D01*
X0139780Y0193437D01*
X0139680Y0193511D01*
X0139582Y0193587D01*
X0139486Y0193666D01*
X0139393Y0193749D01*
X0139302Y0193834D01*
X0139215Y0193923D01*
X0139130Y0194014D01*
X0139048Y0194108D01*
X0138970Y0194204D01*
X0138894Y0194303D01*
X0138821Y0194404D01*
X0138752Y0194507D01*
X0138686Y0194613D01*
X0138624Y0194720D01*
X0138565Y0194830D01*
X0138509Y0194941D01*
X0138457Y0195054D01*
X0138409Y0195169D01*
X0138365Y0195285D01*
X0138324Y0195402D01*
X0138287Y0195521D01*
X0138253Y0195641D01*
X0138224Y0195761D01*
X0138198Y0195883D01*
X0138176Y0196006D01*
X0138159Y0196129D01*
X0138145Y0196252D01*
X0138135Y0196376D01*
X0138129Y0196501D01*
X0138127Y0196625D01*
X0138027Y0192625D02*
X0146027Y0200625D01*
X0150627Y0188500D02*
X0150629Y0188624D01*
X0150635Y0188749D01*
X0150645Y0188873D01*
X0150659Y0188996D01*
X0150676Y0189119D01*
X0150698Y0189242D01*
X0150724Y0189364D01*
X0150753Y0189484D01*
X0150787Y0189604D01*
X0150824Y0189723D01*
X0150865Y0189840D01*
X0150909Y0189956D01*
X0150957Y0190071D01*
X0151009Y0190184D01*
X0151065Y0190295D01*
X0151124Y0190405D01*
X0151186Y0190512D01*
X0151252Y0190618D01*
X0151321Y0190721D01*
X0151394Y0190822D01*
X0151470Y0190921D01*
X0151548Y0191017D01*
X0151630Y0191111D01*
X0151715Y0191202D01*
X0151802Y0191291D01*
X0151893Y0191376D01*
X0151986Y0191459D01*
X0152082Y0191538D01*
X0152180Y0191614D01*
X0152280Y0191688D01*
X0152383Y0191758D01*
X0152488Y0191824D01*
X0152595Y0191888D01*
X0152704Y0191948D01*
X0152815Y0192004D01*
X0152927Y0192057D01*
X0153042Y0192106D01*
X0153157Y0192152D01*
X0153275Y0192193D01*
X0153393Y0192232D01*
X0153513Y0192266D01*
X0153633Y0192296D01*
X0153755Y0192323D01*
X0153877Y0192345D01*
X0154000Y0192364D01*
X0154123Y0192379D01*
X0154247Y0192390D01*
X0154372Y0192397D01*
X0154496Y0192400D01*
X0154620Y0192399D01*
X0154745Y0192394D01*
X0154869Y0192385D01*
X0154992Y0192372D01*
X0155116Y0192355D01*
X0155238Y0192335D01*
X0155360Y0192310D01*
X0155481Y0192281D01*
X0155601Y0192249D01*
X0155720Y0192213D01*
X0155838Y0192173D01*
X0155955Y0192129D01*
X0156070Y0192082D01*
X0156183Y0192031D01*
X0156295Y0191976D01*
X0156405Y0191918D01*
X0156513Y0191857D01*
X0156619Y0191792D01*
X0156723Y0191723D01*
X0156824Y0191652D01*
X0156924Y0191577D01*
X0157021Y0191499D01*
X0157115Y0191418D01*
X0157207Y0191334D01*
X0157296Y0191247D01*
X0157382Y0191157D01*
X0157465Y0191065D01*
X0157545Y0190970D01*
X0157623Y0190872D01*
X0157697Y0190772D01*
X0157768Y0190670D01*
X0157835Y0190566D01*
X0157899Y0190459D01*
X0157960Y0190350D01*
X0158017Y0190240D01*
X0158071Y0190128D01*
X0158121Y0190014D01*
X0158168Y0189899D01*
X0158210Y0189782D01*
X0158249Y0189664D01*
X0158285Y0189544D01*
X0158316Y0189424D01*
X0158343Y0189303D01*
X0158367Y0189181D01*
X0158387Y0189058D01*
X0158403Y0188934D01*
X0158415Y0188811D01*
X0158423Y0188687D01*
X0158427Y0188562D01*
X0158427Y0188438D01*
X0158423Y0188313D01*
X0158415Y0188189D01*
X0158403Y0188066D01*
X0158387Y0187942D01*
X0158367Y0187819D01*
X0158343Y0187697D01*
X0158316Y0187576D01*
X0158285Y0187456D01*
X0158249Y0187336D01*
X0158210Y0187218D01*
X0158168Y0187101D01*
X0158121Y0186986D01*
X0158071Y0186872D01*
X0158017Y0186760D01*
X0157960Y0186650D01*
X0157899Y0186541D01*
X0157835Y0186434D01*
X0157768Y0186330D01*
X0157697Y0186228D01*
X0157623Y0186128D01*
X0157545Y0186030D01*
X0157465Y0185935D01*
X0157382Y0185843D01*
X0157296Y0185753D01*
X0157207Y0185666D01*
X0157115Y0185582D01*
X0157021Y0185501D01*
X0156924Y0185423D01*
X0156824Y0185348D01*
X0156723Y0185277D01*
X0156619Y0185208D01*
X0156513Y0185143D01*
X0156405Y0185082D01*
X0156295Y0185024D01*
X0156183Y0184969D01*
X0156070Y0184918D01*
X0155955Y0184871D01*
X0155838Y0184827D01*
X0155720Y0184787D01*
X0155601Y0184751D01*
X0155481Y0184719D01*
X0155360Y0184690D01*
X0155238Y0184665D01*
X0155116Y0184645D01*
X0154992Y0184628D01*
X0154869Y0184615D01*
X0154745Y0184606D01*
X0154620Y0184601D01*
X0154496Y0184600D01*
X0154372Y0184603D01*
X0154247Y0184610D01*
X0154123Y0184621D01*
X0154000Y0184636D01*
X0153877Y0184655D01*
X0153755Y0184677D01*
X0153633Y0184704D01*
X0153513Y0184734D01*
X0153393Y0184768D01*
X0153275Y0184807D01*
X0153157Y0184848D01*
X0153042Y0184894D01*
X0152927Y0184943D01*
X0152815Y0184996D01*
X0152704Y0185052D01*
X0152595Y0185112D01*
X0152488Y0185176D01*
X0152383Y0185242D01*
X0152280Y0185312D01*
X0152180Y0185386D01*
X0152082Y0185462D01*
X0151986Y0185541D01*
X0151893Y0185624D01*
X0151802Y0185709D01*
X0151715Y0185798D01*
X0151630Y0185889D01*
X0151548Y0185983D01*
X0151470Y0186079D01*
X0151394Y0186178D01*
X0151321Y0186279D01*
X0151252Y0186382D01*
X0151186Y0186488D01*
X0151124Y0186595D01*
X0151065Y0186705D01*
X0151009Y0186816D01*
X0150957Y0186929D01*
X0150909Y0187044D01*
X0150865Y0187160D01*
X0150824Y0187277D01*
X0150787Y0187396D01*
X0150753Y0187516D01*
X0150724Y0187636D01*
X0150698Y0187758D01*
X0150676Y0187881D01*
X0150659Y0188004D01*
X0150645Y0188127D01*
X0150635Y0188251D01*
X0150629Y0188376D01*
X0150627Y0188500D01*
X0150527Y0184500D02*
X0158527Y0192500D01*
X0147502Y0184750D02*
X0147504Y0184874D01*
X0147510Y0184999D01*
X0147520Y0185123D01*
X0147534Y0185246D01*
X0147551Y0185369D01*
X0147573Y0185492D01*
X0147599Y0185614D01*
X0147628Y0185734D01*
X0147662Y0185854D01*
X0147699Y0185973D01*
X0147740Y0186090D01*
X0147784Y0186206D01*
X0147832Y0186321D01*
X0147884Y0186434D01*
X0147940Y0186545D01*
X0147999Y0186655D01*
X0148061Y0186762D01*
X0148127Y0186868D01*
X0148196Y0186971D01*
X0148269Y0187072D01*
X0148345Y0187171D01*
X0148423Y0187267D01*
X0148505Y0187361D01*
X0148590Y0187452D01*
X0148677Y0187541D01*
X0148768Y0187626D01*
X0148861Y0187709D01*
X0148957Y0187788D01*
X0149055Y0187864D01*
X0149155Y0187938D01*
X0149258Y0188008D01*
X0149363Y0188074D01*
X0149470Y0188138D01*
X0149579Y0188198D01*
X0149690Y0188254D01*
X0149802Y0188307D01*
X0149917Y0188356D01*
X0150032Y0188402D01*
X0150150Y0188443D01*
X0150268Y0188482D01*
X0150388Y0188516D01*
X0150508Y0188546D01*
X0150630Y0188573D01*
X0150752Y0188595D01*
X0150875Y0188614D01*
X0150998Y0188629D01*
X0151122Y0188640D01*
X0151247Y0188647D01*
X0151371Y0188650D01*
X0151495Y0188649D01*
X0151620Y0188644D01*
X0151744Y0188635D01*
X0151867Y0188622D01*
X0151991Y0188605D01*
X0152113Y0188585D01*
X0152235Y0188560D01*
X0152356Y0188531D01*
X0152476Y0188499D01*
X0152595Y0188463D01*
X0152713Y0188423D01*
X0152830Y0188379D01*
X0152945Y0188332D01*
X0153058Y0188281D01*
X0153170Y0188226D01*
X0153280Y0188168D01*
X0153388Y0188107D01*
X0153494Y0188042D01*
X0153598Y0187973D01*
X0153699Y0187902D01*
X0153799Y0187827D01*
X0153896Y0187749D01*
X0153990Y0187668D01*
X0154082Y0187584D01*
X0154171Y0187497D01*
X0154257Y0187407D01*
X0154340Y0187315D01*
X0154420Y0187220D01*
X0154498Y0187122D01*
X0154572Y0187022D01*
X0154643Y0186920D01*
X0154710Y0186816D01*
X0154774Y0186709D01*
X0154835Y0186600D01*
X0154892Y0186490D01*
X0154946Y0186378D01*
X0154996Y0186264D01*
X0155043Y0186149D01*
X0155085Y0186032D01*
X0155124Y0185914D01*
X0155160Y0185794D01*
X0155191Y0185674D01*
X0155218Y0185553D01*
X0155242Y0185431D01*
X0155262Y0185308D01*
X0155278Y0185184D01*
X0155290Y0185061D01*
X0155298Y0184937D01*
X0155302Y0184812D01*
X0155302Y0184688D01*
X0155298Y0184563D01*
X0155290Y0184439D01*
X0155278Y0184316D01*
X0155262Y0184192D01*
X0155242Y0184069D01*
X0155218Y0183947D01*
X0155191Y0183826D01*
X0155160Y0183706D01*
X0155124Y0183586D01*
X0155085Y0183468D01*
X0155043Y0183351D01*
X0154996Y0183236D01*
X0154946Y0183122D01*
X0154892Y0183010D01*
X0154835Y0182900D01*
X0154774Y0182791D01*
X0154710Y0182684D01*
X0154643Y0182580D01*
X0154572Y0182478D01*
X0154498Y0182378D01*
X0154420Y0182280D01*
X0154340Y0182185D01*
X0154257Y0182093D01*
X0154171Y0182003D01*
X0154082Y0181916D01*
X0153990Y0181832D01*
X0153896Y0181751D01*
X0153799Y0181673D01*
X0153699Y0181598D01*
X0153598Y0181527D01*
X0153494Y0181458D01*
X0153388Y0181393D01*
X0153280Y0181332D01*
X0153170Y0181274D01*
X0153058Y0181219D01*
X0152945Y0181168D01*
X0152830Y0181121D01*
X0152713Y0181077D01*
X0152595Y0181037D01*
X0152476Y0181001D01*
X0152356Y0180969D01*
X0152235Y0180940D01*
X0152113Y0180915D01*
X0151991Y0180895D01*
X0151867Y0180878D01*
X0151744Y0180865D01*
X0151620Y0180856D01*
X0151495Y0180851D01*
X0151371Y0180850D01*
X0151247Y0180853D01*
X0151122Y0180860D01*
X0150998Y0180871D01*
X0150875Y0180886D01*
X0150752Y0180905D01*
X0150630Y0180927D01*
X0150508Y0180954D01*
X0150388Y0180984D01*
X0150268Y0181018D01*
X0150150Y0181057D01*
X0150032Y0181098D01*
X0149917Y0181144D01*
X0149802Y0181193D01*
X0149690Y0181246D01*
X0149579Y0181302D01*
X0149470Y0181362D01*
X0149363Y0181426D01*
X0149258Y0181492D01*
X0149155Y0181562D01*
X0149055Y0181636D01*
X0148957Y0181712D01*
X0148861Y0181791D01*
X0148768Y0181874D01*
X0148677Y0181959D01*
X0148590Y0182048D01*
X0148505Y0182139D01*
X0148423Y0182233D01*
X0148345Y0182329D01*
X0148269Y0182428D01*
X0148196Y0182529D01*
X0148127Y0182632D01*
X0148061Y0182738D01*
X0147999Y0182845D01*
X0147940Y0182955D01*
X0147884Y0183066D01*
X0147832Y0183179D01*
X0147784Y0183294D01*
X0147740Y0183410D01*
X0147699Y0183527D01*
X0147662Y0183646D01*
X0147628Y0183766D01*
X0147599Y0183886D01*
X0147573Y0184008D01*
X0147551Y0184131D01*
X0147534Y0184254D01*
X0147520Y0184377D01*
X0147510Y0184501D01*
X0147504Y0184626D01*
X0147502Y0184750D01*
X0147402Y0180750D02*
X0155402Y0188750D01*
X0141877Y0184750D02*
X0141879Y0184874D01*
X0141885Y0184999D01*
X0141895Y0185123D01*
X0141909Y0185246D01*
X0141926Y0185369D01*
X0141948Y0185492D01*
X0141974Y0185614D01*
X0142003Y0185734D01*
X0142037Y0185854D01*
X0142074Y0185973D01*
X0142115Y0186090D01*
X0142159Y0186206D01*
X0142207Y0186321D01*
X0142259Y0186434D01*
X0142315Y0186545D01*
X0142374Y0186655D01*
X0142436Y0186762D01*
X0142502Y0186868D01*
X0142571Y0186971D01*
X0142644Y0187072D01*
X0142720Y0187171D01*
X0142798Y0187267D01*
X0142880Y0187361D01*
X0142965Y0187452D01*
X0143052Y0187541D01*
X0143143Y0187626D01*
X0143236Y0187709D01*
X0143332Y0187788D01*
X0143430Y0187864D01*
X0143530Y0187938D01*
X0143633Y0188008D01*
X0143738Y0188074D01*
X0143845Y0188138D01*
X0143954Y0188198D01*
X0144065Y0188254D01*
X0144177Y0188307D01*
X0144292Y0188356D01*
X0144407Y0188402D01*
X0144525Y0188443D01*
X0144643Y0188482D01*
X0144763Y0188516D01*
X0144883Y0188546D01*
X0145005Y0188573D01*
X0145127Y0188595D01*
X0145250Y0188614D01*
X0145373Y0188629D01*
X0145497Y0188640D01*
X0145622Y0188647D01*
X0145746Y0188650D01*
X0145870Y0188649D01*
X0145995Y0188644D01*
X0146119Y0188635D01*
X0146242Y0188622D01*
X0146366Y0188605D01*
X0146488Y0188585D01*
X0146610Y0188560D01*
X0146731Y0188531D01*
X0146851Y0188499D01*
X0146970Y0188463D01*
X0147088Y0188423D01*
X0147205Y0188379D01*
X0147320Y0188332D01*
X0147433Y0188281D01*
X0147545Y0188226D01*
X0147655Y0188168D01*
X0147763Y0188107D01*
X0147869Y0188042D01*
X0147973Y0187973D01*
X0148074Y0187902D01*
X0148174Y0187827D01*
X0148271Y0187749D01*
X0148365Y0187668D01*
X0148457Y0187584D01*
X0148546Y0187497D01*
X0148632Y0187407D01*
X0148715Y0187315D01*
X0148795Y0187220D01*
X0148873Y0187122D01*
X0148947Y0187022D01*
X0149018Y0186920D01*
X0149085Y0186816D01*
X0149149Y0186709D01*
X0149210Y0186600D01*
X0149267Y0186490D01*
X0149321Y0186378D01*
X0149371Y0186264D01*
X0149418Y0186149D01*
X0149460Y0186032D01*
X0149499Y0185914D01*
X0149535Y0185794D01*
X0149566Y0185674D01*
X0149593Y0185553D01*
X0149617Y0185431D01*
X0149637Y0185308D01*
X0149653Y0185184D01*
X0149665Y0185061D01*
X0149673Y0184937D01*
X0149677Y0184812D01*
X0149677Y0184688D01*
X0149673Y0184563D01*
X0149665Y0184439D01*
X0149653Y0184316D01*
X0149637Y0184192D01*
X0149617Y0184069D01*
X0149593Y0183947D01*
X0149566Y0183826D01*
X0149535Y0183706D01*
X0149499Y0183586D01*
X0149460Y0183468D01*
X0149418Y0183351D01*
X0149371Y0183236D01*
X0149321Y0183122D01*
X0149267Y0183010D01*
X0149210Y0182900D01*
X0149149Y0182791D01*
X0149085Y0182684D01*
X0149018Y0182580D01*
X0148947Y0182478D01*
X0148873Y0182378D01*
X0148795Y0182280D01*
X0148715Y0182185D01*
X0148632Y0182093D01*
X0148546Y0182003D01*
X0148457Y0181916D01*
X0148365Y0181832D01*
X0148271Y0181751D01*
X0148174Y0181673D01*
X0148074Y0181598D01*
X0147973Y0181527D01*
X0147869Y0181458D01*
X0147763Y0181393D01*
X0147655Y0181332D01*
X0147545Y0181274D01*
X0147433Y0181219D01*
X0147320Y0181168D01*
X0147205Y0181121D01*
X0147088Y0181077D01*
X0146970Y0181037D01*
X0146851Y0181001D01*
X0146731Y0180969D01*
X0146610Y0180940D01*
X0146488Y0180915D01*
X0146366Y0180895D01*
X0146242Y0180878D01*
X0146119Y0180865D01*
X0145995Y0180856D01*
X0145870Y0180851D01*
X0145746Y0180850D01*
X0145622Y0180853D01*
X0145497Y0180860D01*
X0145373Y0180871D01*
X0145250Y0180886D01*
X0145127Y0180905D01*
X0145005Y0180927D01*
X0144883Y0180954D01*
X0144763Y0180984D01*
X0144643Y0181018D01*
X0144525Y0181057D01*
X0144407Y0181098D01*
X0144292Y0181144D01*
X0144177Y0181193D01*
X0144065Y0181246D01*
X0143954Y0181302D01*
X0143845Y0181362D01*
X0143738Y0181426D01*
X0143633Y0181492D01*
X0143530Y0181562D01*
X0143430Y0181636D01*
X0143332Y0181712D01*
X0143236Y0181791D01*
X0143143Y0181874D01*
X0143052Y0181959D01*
X0142965Y0182048D01*
X0142880Y0182139D01*
X0142798Y0182233D01*
X0142720Y0182329D01*
X0142644Y0182428D01*
X0142571Y0182529D01*
X0142502Y0182632D01*
X0142436Y0182738D01*
X0142374Y0182845D01*
X0142315Y0182955D01*
X0142259Y0183066D01*
X0142207Y0183179D01*
X0142159Y0183294D01*
X0142115Y0183410D01*
X0142074Y0183527D01*
X0142037Y0183646D01*
X0142003Y0183766D01*
X0141974Y0183886D01*
X0141948Y0184008D01*
X0141926Y0184131D01*
X0141909Y0184254D01*
X0141895Y0184377D01*
X0141885Y0184501D01*
X0141879Y0184626D01*
X0141877Y0184750D01*
X0141777Y0180750D02*
X0149777Y0188750D01*
X0155002Y0169750D02*
X0155004Y0169874D01*
X0155010Y0169999D01*
X0155020Y0170123D01*
X0155034Y0170246D01*
X0155051Y0170369D01*
X0155073Y0170492D01*
X0155099Y0170614D01*
X0155128Y0170734D01*
X0155162Y0170854D01*
X0155199Y0170973D01*
X0155240Y0171090D01*
X0155284Y0171206D01*
X0155332Y0171321D01*
X0155384Y0171434D01*
X0155440Y0171545D01*
X0155499Y0171655D01*
X0155561Y0171762D01*
X0155627Y0171868D01*
X0155696Y0171971D01*
X0155769Y0172072D01*
X0155845Y0172171D01*
X0155923Y0172267D01*
X0156005Y0172361D01*
X0156090Y0172452D01*
X0156177Y0172541D01*
X0156268Y0172626D01*
X0156361Y0172709D01*
X0156457Y0172788D01*
X0156555Y0172864D01*
X0156655Y0172938D01*
X0156758Y0173008D01*
X0156863Y0173074D01*
X0156970Y0173138D01*
X0157079Y0173198D01*
X0157190Y0173254D01*
X0157302Y0173307D01*
X0157417Y0173356D01*
X0157532Y0173402D01*
X0157650Y0173443D01*
X0157768Y0173482D01*
X0157888Y0173516D01*
X0158008Y0173546D01*
X0158130Y0173573D01*
X0158252Y0173595D01*
X0158375Y0173614D01*
X0158498Y0173629D01*
X0158622Y0173640D01*
X0158747Y0173647D01*
X0158871Y0173650D01*
X0158995Y0173649D01*
X0159120Y0173644D01*
X0159244Y0173635D01*
X0159367Y0173622D01*
X0159491Y0173605D01*
X0159613Y0173585D01*
X0159735Y0173560D01*
X0159856Y0173531D01*
X0159976Y0173499D01*
X0160095Y0173463D01*
X0160213Y0173423D01*
X0160330Y0173379D01*
X0160445Y0173332D01*
X0160558Y0173281D01*
X0160670Y0173226D01*
X0160780Y0173168D01*
X0160888Y0173107D01*
X0160994Y0173042D01*
X0161098Y0172973D01*
X0161199Y0172902D01*
X0161299Y0172827D01*
X0161396Y0172749D01*
X0161490Y0172668D01*
X0161582Y0172584D01*
X0161671Y0172497D01*
X0161757Y0172407D01*
X0161840Y0172315D01*
X0161920Y0172220D01*
X0161998Y0172122D01*
X0162072Y0172022D01*
X0162143Y0171920D01*
X0162210Y0171816D01*
X0162274Y0171709D01*
X0162335Y0171600D01*
X0162392Y0171490D01*
X0162446Y0171378D01*
X0162496Y0171264D01*
X0162543Y0171149D01*
X0162585Y0171032D01*
X0162624Y0170914D01*
X0162660Y0170794D01*
X0162691Y0170674D01*
X0162718Y0170553D01*
X0162742Y0170431D01*
X0162762Y0170308D01*
X0162778Y0170184D01*
X0162790Y0170061D01*
X0162798Y0169937D01*
X0162802Y0169812D01*
X0162802Y0169688D01*
X0162798Y0169563D01*
X0162790Y0169439D01*
X0162778Y0169316D01*
X0162762Y0169192D01*
X0162742Y0169069D01*
X0162718Y0168947D01*
X0162691Y0168826D01*
X0162660Y0168706D01*
X0162624Y0168586D01*
X0162585Y0168468D01*
X0162543Y0168351D01*
X0162496Y0168236D01*
X0162446Y0168122D01*
X0162392Y0168010D01*
X0162335Y0167900D01*
X0162274Y0167791D01*
X0162210Y0167684D01*
X0162143Y0167580D01*
X0162072Y0167478D01*
X0161998Y0167378D01*
X0161920Y0167280D01*
X0161840Y0167185D01*
X0161757Y0167093D01*
X0161671Y0167003D01*
X0161582Y0166916D01*
X0161490Y0166832D01*
X0161396Y0166751D01*
X0161299Y0166673D01*
X0161199Y0166598D01*
X0161098Y0166527D01*
X0160994Y0166458D01*
X0160888Y0166393D01*
X0160780Y0166332D01*
X0160670Y0166274D01*
X0160558Y0166219D01*
X0160445Y0166168D01*
X0160330Y0166121D01*
X0160213Y0166077D01*
X0160095Y0166037D01*
X0159976Y0166001D01*
X0159856Y0165969D01*
X0159735Y0165940D01*
X0159613Y0165915D01*
X0159491Y0165895D01*
X0159367Y0165878D01*
X0159244Y0165865D01*
X0159120Y0165856D01*
X0158995Y0165851D01*
X0158871Y0165850D01*
X0158747Y0165853D01*
X0158622Y0165860D01*
X0158498Y0165871D01*
X0158375Y0165886D01*
X0158252Y0165905D01*
X0158130Y0165927D01*
X0158008Y0165954D01*
X0157888Y0165984D01*
X0157768Y0166018D01*
X0157650Y0166057D01*
X0157532Y0166098D01*
X0157417Y0166144D01*
X0157302Y0166193D01*
X0157190Y0166246D01*
X0157079Y0166302D01*
X0156970Y0166362D01*
X0156863Y0166426D01*
X0156758Y0166492D01*
X0156655Y0166562D01*
X0156555Y0166636D01*
X0156457Y0166712D01*
X0156361Y0166791D01*
X0156268Y0166874D01*
X0156177Y0166959D01*
X0156090Y0167048D01*
X0156005Y0167139D01*
X0155923Y0167233D01*
X0155845Y0167329D01*
X0155769Y0167428D01*
X0155696Y0167529D01*
X0155627Y0167632D01*
X0155561Y0167738D01*
X0155499Y0167845D01*
X0155440Y0167955D01*
X0155384Y0168066D01*
X0155332Y0168179D01*
X0155284Y0168294D01*
X0155240Y0168410D01*
X0155199Y0168527D01*
X0155162Y0168646D01*
X0155128Y0168766D01*
X0155099Y0168886D01*
X0155073Y0169008D01*
X0155051Y0169131D01*
X0155034Y0169254D01*
X0155020Y0169377D01*
X0155010Y0169501D01*
X0155004Y0169626D01*
X0155002Y0169750D01*
X0154902Y0165750D02*
X0162902Y0173750D01*
X0175002Y0173500D02*
X0175004Y0173624D01*
X0175010Y0173749D01*
X0175020Y0173873D01*
X0175034Y0173996D01*
X0175051Y0174119D01*
X0175073Y0174242D01*
X0175099Y0174364D01*
X0175128Y0174484D01*
X0175162Y0174604D01*
X0175199Y0174723D01*
X0175240Y0174840D01*
X0175284Y0174956D01*
X0175332Y0175071D01*
X0175384Y0175184D01*
X0175440Y0175295D01*
X0175499Y0175405D01*
X0175561Y0175512D01*
X0175627Y0175618D01*
X0175696Y0175721D01*
X0175769Y0175822D01*
X0175845Y0175921D01*
X0175923Y0176017D01*
X0176005Y0176111D01*
X0176090Y0176202D01*
X0176177Y0176291D01*
X0176268Y0176376D01*
X0176361Y0176459D01*
X0176457Y0176538D01*
X0176555Y0176614D01*
X0176655Y0176688D01*
X0176758Y0176758D01*
X0176863Y0176824D01*
X0176970Y0176888D01*
X0177079Y0176948D01*
X0177190Y0177004D01*
X0177302Y0177057D01*
X0177417Y0177106D01*
X0177532Y0177152D01*
X0177650Y0177193D01*
X0177768Y0177232D01*
X0177888Y0177266D01*
X0178008Y0177296D01*
X0178130Y0177323D01*
X0178252Y0177345D01*
X0178375Y0177364D01*
X0178498Y0177379D01*
X0178622Y0177390D01*
X0178747Y0177397D01*
X0178871Y0177400D01*
X0178995Y0177399D01*
X0179120Y0177394D01*
X0179244Y0177385D01*
X0179367Y0177372D01*
X0179491Y0177355D01*
X0179613Y0177335D01*
X0179735Y0177310D01*
X0179856Y0177281D01*
X0179976Y0177249D01*
X0180095Y0177213D01*
X0180213Y0177173D01*
X0180330Y0177129D01*
X0180445Y0177082D01*
X0180558Y0177031D01*
X0180670Y0176976D01*
X0180780Y0176918D01*
X0180888Y0176857D01*
X0180994Y0176792D01*
X0181098Y0176723D01*
X0181199Y0176652D01*
X0181299Y0176577D01*
X0181396Y0176499D01*
X0181490Y0176418D01*
X0181582Y0176334D01*
X0181671Y0176247D01*
X0181757Y0176157D01*
X0181840Y0176065D01*
X0181920Y0175970D01*
X0181998Y0175872D01*
X0182072Y0175772D01*
X0182143Y0175670D01*
X0182210Y0175566D01*
X0182274Y0175459D01*
X0182335Y0175350D01*
X0182392Y0175240D01*
X0182446Y0175128D01*
X0182496Y0175014D01*
X0182543Y0174899D01*
X0182585Y0174782D01*
X0182624Y0174664D01*
X0182660Y0174544D01*
X0182691Y0174424D01*
X0182718Y0174303D01*
X0182742Y0174181D01*
X0182762Y0174058D01*
X0182778Y0173934D01*
X0182790Y0173811D01*
X0182798Y0173687D01*
X0182802Y0173562D01*
X0182802Y0173438D01*
X0182798Y0173313D01*
X0182790Y0173189D01*
X0182778Y0173066D01*
X0182762Y0172942D01*
X0182742Y0172819D01*
X0182718Y0172697D01*
X0182691Y0172576D01*
X0182660Y0172456D01*
X0182624Y0172336D01*
X0182585Y0172218D01*
X0182543Y0172101D01*
X0182496Y0171986D01*
X0182446Y0171872D01*
X0182392Y0171760D01*
X0182335Y0171650D01*
X0182274Y0171541D01*
X0182210Y0171434D01*
X0182143Y0171330D01*
X0182072Y0171228D01*
X0181998Y0171128D01*
X0181920Y0171030D01*
X0181840Y0170935D01*
X0181757Y0170843D01*
X0181671Y0170753D01*
X0181582Y0170666D01*
X0181490Y0170582D01*
X0181396Y0170501D01*
X0181299Y0170423D01*
X0181199Y0170348D01*
X0181098Y0170277D01*
X0180994Y0170208D01*
X0180888Y0170143D01*
X0180780Y0170082D01*
X0180670Y0170024D01*
X0180558Y0169969D01*
X0180445Y0169918D01*
X0180330Y0169871D01*
X0180213Y0169827D01*
X0180095Y0169787D01*
X0179976Y0169751D01*
X0179856Y0169719D01*
X0179735Y0169690D01*
X0179613Y0169665D01*
X0179491Y0169645D01*
X0179367Y0169628D01*
X0179244Y0169615D01*
X0179120Y0169606D01*
X0178995Y0169601D01*
X0178871Y0169600D01*
X0178747Y0169603D01*
X0178622Y0169610D01*
X0178498Y0169621D01*
X0178375Y0169636D01*
X0178252Y0169655D01*
X0178130Y0169677D01*
X0178008Y0169704D01*
X0177888Y0169734D01*
X0177768Y0169768D01*
X0177650Y0169807D01*
X0177532Y0169848D01*
X0177417Y0169894D01*
X0177302Y0169943D01*
X0177190Y0169996D01*
X0177079Y0170052D01*
X0176970Y0170112D01*
X0176863Y0170176D01*
X0176758Y0170242D01*
X0176655Y0170312D01*
X0176555Y0170386D01*
X0176457Y0170462D01*
X0176361Y0170541D01*
X0176268Y0170624D01*
X0176177Y0170709D01*
X0176090Y0170798D01*
X0176005Y0170889D01*
X0175923Y0170983D01*
X0175845Y0171079D01*
X0175769Y0171178D01*
X0175696Y0171279D01*
X0175627Y0171382D01*
X0175561Y0171488D01*
X0175499Y0171595D01*
X0175440Y0171705D01*
X0175384Y0171816D01*
X0175332Y0171929D01*
X0175284Y0172044D01*
X0175240Y0172160D01*
X0175199Y0172277D01*
X0175162Y0172396D01*
X0175128Y0172516D01*
X0175099Y0172636D01*
X0175073Y0172758D01*
X0175051Y0172881D01*
X0175034Y0173004D01*
X0175020Y0173127D01*
X0175010Y0173251D01*
X0175004Y0173376D01*
X0175002Y0173500D01*
X0174902Y0169500D02*
X0182902Y0177500D01*
X0210116Y0197507D02*
X0210118Y0197631D01*
X0210124Y0197756D01*
X0210134Y0197880D01*
X0210148Y0198003D01*
X0210165Y0198126D01*
X0210187Y0198249D01*
X0210213Y0198371D01*
X0210242Y0198491D01*
X0210276Y0198611D01*
X0210313Y0198730D01*
X0210354Y0198847D01*
X0210398Y0198963D01*
X0210446Y0199078D01*
X0210498Y0199191D01*
X0210554Y0199302D01*
X0210613Y0199412D01*
X0210675Y0199519D01*
X0210741Y0199625D01*
X0210810Y0199728D01*
X0210883Y0199829D01*
X0210959Y0199928D01*
X0211037Y0200024D01*
X0211119Y0200118D01*
X0211204Y0200209D01*
X0211291Y0200298D01*
X0211382Y0200383D01*
X0211475Y0200466D01*
X0211571Y0200545D01*
X0211669Y0200621D01*
X0211769Y0200695D01*
X0211872Y0200765D01*
X0211977Y0200831D01*
X0212084Y0200895D01*
X0212193Y0200955D01*
X0212304Y0201011D01*
X0212416Y0201064D01*
X0212531Y0201113D01*
X0212646Y0201159D01*
X0212764Y0201200D01*
X0212882Y0201239D01*
X0213002Y0201273D01*
X0213122Y0201303D01*
X0213244Y0201330D01*
X0213366Y0201352D01*
X0213489Y0201371D01*
X0213612Y0201386D01*
X0213736Y0201397D01*
X0213861Y0201404D01*
X0213985Y0201407D01*
X0214109Y0201406D01*
X0214234Y0201401D01*
X0214358Y0201392D01*
X0214481Y0201379D01*
X0214605Y0201362D01*
X0214727Y0201342D01*
X0214849Y0201317D01*
X0214970Y0201288D01*
X0215090Y0201256D01*
X0215209Y0201220D01*
X0215327Y0201180D01*
X0215444Y0201136D01*
X0215559Y0201089D01*
X0215672Y0201038D01*
X0215784Y0200983D01*
X0215894Y0200925D01*
X0216002Y0200864D01*
X0216108Y0200799D01*
X0216212Y0200730D01*
X0216313Y0200659D01*
X0216413Y0200584D01*
X0216510Y0200506D01*
X0216604Y0200425D01*
X0216696Y0200341D01*
X0216785Y0200254D01*
X0216871Y0200164D01*
X0216954Y0200072D01*
X0217034Y0199977D01*
X0217112Y0199879D01*
X0217186Y0199779D01*
X0217257Y0199677D01*
X0217324Y0199573D01*
X0217388Y0199466D01*
X0217449Y0199357D01*
X0217506Y0199247D01*
X0217560Y0199135D01*
X0217610Y0199021D01*
X0217657Y0198906D01*
X0217699Y0198789D01*
X0217738Y0198671D01*
X0217774Y0198551D01*
X0217805Y0198431D01*
X0217832Y0198310D01*
X0217856Y0198188D01*
X0217876Y0198065D01*
X0217892Y0197941D01*
X0217904Y0197818D01*
X0217912Y0197694D01*
X0217916Y0197569D01*
X0217916Y0197445D01*
X0217912Y0197320D01*
X0217904Y0197196D01*
X0217892Y0197073D01*
X0217876Y0196949D01*
X0217856Y0196826D01*
X0217832Y0196704D01*
X0217805Y0196583D01*
X0217774Y0196463D01*
X0217738Y0196343D01*
X0217699Y0196225D01*
X0217657Y0196108D01*
X0217610Y0195993D01*
X0217560Y0195879D01*
X0217506Y0195767D01*
X0217449Y0195657D01*
X0217388Y0195548D01*
X0217324Y0195441D01*
X0217257Y0195337D01*
X0217186Y0195235D01*
X0217112Y0195135D01*
X0217034Y0195037D01*
X0216954Y0194942D01*
X0216871Y0194850D01*
X0216785Y0194760D01*
X0216696Y0194673D01*
X0216604Y0194589D01*
X0216510Y0194508D01*
X0216413Y0194430D01*
X0216313Y0194355D01*
X0216212Y0194284D01*
X0216108Y0194215D01*
X0216002Y0194150D01*
X0215894Y0194089D01*
X0215784Y0194031D01*
X0215672Y0193976D01*
X0215559Y0193925D01*
X0215444Y0193878D01*
X0215327Y0193834D01*
X0215209Y0193794D01*
X0215090Y0193758D01*
X0214970Y0193726D01*
X0214849Y0193697D01*
X0214727Y0193672D01*
X0214605Y0193652D01*
X0214481Y0193635D01*
X0214358Y0193622D01*
X0214234Y0193613D01*
X0214109Y0193608D01*
X0213985Y0193607D01*
X0213861Y0193610D01*
X0213736Y0193617D01*
X0213612Y0193628D01*
X0213489Y0193643D01*
X0213366Y0193662D01*
X0213244Y0193684D01*
X0213122Y0193711D01*
X0213002Y0193741D01*
X0212882Y0193775D01*
X0212764Y0193814D01*
X0212646Y0193855D01*
X0212531Y0193901D01*
X0212416Y0193950D01*
X0212304Y0194003D01*
X0212193Y0194059D01*
X0212084Y0194119D01*
X0211977Y0194183D01*
X0211872Y0194249D01*
X0211769Y0194319D01*
X0211669Y0194393D01*
X0211571Y0194469D01*
X0211475Y0194548D01*
X0211382Y0194631D01*
X0211291Y0194716D01*
X0211204Y0194805D01*
X0211119Y0194896D01*
X0211037Y0194990D01*
X0210959Y0195086D01*
X0210883Y0195185D01*
X0210810Y0195286D01*
X0210741Y0195389D01*
X0210675Y0195495D01*
X0210613Y0195602D01*
X0210554Y0195712D01*
X0210498Y0195823D01*
X0210446Y0195936D01*
X0210398Y0196051D01*
X0210354Y0196167D01*
X0210313Y0196284D01*
X0210276Y0196403D01*
X0210242Y0196523D01*
X0210213Y0196643D01*
X0210187Y0196765D01*
X0210165Y0196888D01*
X0210148Y0197011D01*
X0210134Y0197134D01*
X0210124Y0197258D01*
X0210118Y0197383D01*
X0210116Y0197507D01*
X0210016Y0193507D02*
X0218016Y0201507D01*
X0210002Y0208500D02*
X0210004Y0208624D01*
X0210010Y0208749D01*
X0210020Y0208873D01*
X0210034Y0208996D01*
X0210051Y0209119D01*
X0210073Y0209242D01*
X0210099Y0209364D01*
X0210128Y0209484D01*
X0210162Y0209604D01*
X0210199Y0209723D01*
X0210240Y0209840D01*
X0210284Y0209956D01*
X0210332Y0210071D01*
X0210384Y0210184D01*
X0210440Y0210295D01*
X0210499Y0210405D01*
X0210561Y0210512D01*
X0210627Y0210618D01*
X0210696Y0210721D01*
X0210769Y0210822D01*
X0210845Y0210921D01*
X0210923Y0211017D01*
X0211005Y0211111D01*
X0211090Y0211202D01*
X0211177Y0211291D01*
X0211268Y0211376D01*
X0211361Y0211459D01*
X0211457Y0211538D01*
X0211555Y0211614D01*
X0211655Y0211688D01*
X0211758Y0211758D01*
X0211863Y0211824D01*
X0211970Y0211888D01*
X0212079Y0211948D01*
X0212190Y0212004D01*
X0212302Y0212057D01*
X0212417Y0212106D01*
X0212532Y0212152D01*
X0212650Y0212193D01*
X0212768Y0212232D01*
X0212888Y0212266D01*
X0213008Y0212296D01*
X0213130Y0212323D01*
X0213252Y0212345D01*
X0213375Y0212364D01*
X0213498Y0212379D01*
X0213622Y0212390D01*
X0213747Y0212397D01*
X0213871Y0212400D01*
X0213995Y0212399D01*
X0214120Y0212394D01*
X0214244Y0212385D01*
X0214367Y0212372D01*
X0214491Y0212355D01*
X0214613Y0212335D01*
X0214735Y0212310D01*
X0214856Y0212281D01*
X0214976Y0212249D01*
X0215095Y0212213D01*
X0215213Y0212173D01*
X0215330Y0212129D01*
X0215445Y0212082D01*
X0215558Y0212031D01*
X0215670Y0211976D01*
X0215780Y0211918D01*
X0215888Y0211857D01*
X0215994Y0211792D01*
X0216098Y0211723D01*
X0216199Y0211652D01*
X0216299Y0211577D01*
X0216396Y0211499D01*
X0216490Y0211418D01*
X0216582Y0211334D01*
X0216671Y0211247D01*
X0216757Y0211157D01*
X0216840Y0211065D01*
X0216920Y0210970D01*
X0216998Y0210872D01*
X0217072Y0210772D01*
X0217143Y0210670D01*
X0217210Y0210566D01*
X0217274Y0210459D01*
X0217335Y0210350D01*
X0217392Y0210240D01*
X0217446Y0210128D01*
X0217496Y0210014D01*
X0217543Y0209899D01*
X0217585Y0209782D01*
X0217624Y0209664D01*
X0217660Y0209544D01*
X0217691Y0209424D01*
X0217718Y0209303D01*
X0217742Y0209181D01*
X0217762Y0209058D01*
X0217778Y0208934D01*
X0217790Y0208811D01*
X0217798Y0208687D01*
X0217802Y0208562D01*
X0217802Y0208438D01*
X0217798Y0208313D01*
X0217790Y0208189D01*
X0217778Y0208066D01*
X0217762Y0207942D01*
X0217742Y0207819D01*
X0217718Y0207697D01*
X0217691Y0207576D01*
X0217660Y0207456D01*
X0217624Y0207336D01*
X0217585Y0207218D01*
X0217543Y0207101D01*
X0217496Y0206986D01*
X0217446Y0206872D01*
X0217392Y0206760D01*
X0217335Y0206650D01*
X0217274Y0206541D01*
X0217210Y0206434D01*
X0217143Y0206330D01*
X0217072Y0206228D01*
X0216998Y0206128D01*
X0216920Y0206030D01*
X0216840Y0205935D01*
X0216757Y0205843D01*
X0216671Y0205753D01*
X0216582Y0205666D01*
X0216490Y0205582D01*
X0216396Y0205501D01*
X0216299Y0205423D01*
X0216199Y0205348D01*
X0216098Y0205277D01*
X0215994Y0205208D01*
X0215888Y0205143D01*
X0215780Y0205082D01*
X0215670Y0205024D01*
X0215558Y0204969D01*
X0215445Y0204918D01*
X0215330Y0204871D01*
X0215213Y0204827D01*
X0215095Y0204787D01*
X0214976Y0204751D01*
X0214856Y0204719D01*
X0214735Y0204690D01*
X0214613Y0204665D01*
X0214491Y0204645D01*
X0214367Y0204628D01*
X0214244Y0204615D01*
X0214120Y0204606D01*
X0213995Y0204601D01*
X0213871Y0204600D01*
X0213747Y0204603D01*
X0213622Y0204610D01*
X0213498Y0204621D01*
X0213375Y0204636D01*
X0213252Y0204655D01*
X0213130Y0204677D01*
X0213008Y0204704D01*
X0212888Y0204734D01*
X0212768Y0204768D01*
X0212650Y0204807D01*
X0212532Y0204848D01*
X0212417Y0204894D01*
X0212302Y0204943D01*
X0212190Y0204996D01*
X0212079Y0205052D01*
X0211970Y0205112D01*
X0211863Y0205176D01*
X0211758Y0205242D01*
X0211655Y0205312D01*
X0211555Y0205386D01*
X0211457Y0205462D01*
X0211361Y0205541D01*
X0211268Y0205624D01*
X0211177Y0205709D01*
X0211090Y0205798D01*
X0211005Y0205889D01*
X0210923Y0205983D01*
X0210845Y0206079D01*
X0210769Y0206178D01*
X0210696Y0206279D01*
X0210627Y0206382D01*
X0210561Y0206488D01*
X0210499Y0206595D01*
X0210440Y0206705D01*
X0210384Y0206816D01*
X0210332Y0206929D01*
X0210284Y0207044D01*
X0210240Y0207160D01*
X0210199Y0207277D01*
X0210162Y0207396D01*
X0210128Y0207516D01*
X0210099Y0207636D01*
X0210073Y0207758D01*
X0210051Y0207881D01*
X0210034Y0208004D01*
X0210020Y0208127D01*
X0210010Y0208251D01*
X0210004Y0208376D01*
X0210002Y0208500D01*
X0209902Y0204500D02*
X0217902Y0212500D01*
X0186139Y0257027D02*
X0186141Y0257151D01*
X0186147Y0257276D01*
X0186157Y0257400D01*
X0186171Y0257523D01*
X0186188Y0257646D01*
X0186210Y0257769D01*
X0186236Y0257891D01*
X0186265Y0258011D01*
X0186299Y0258131D01*
X0186336Y0258250D01*
X0186377Y0258367D01*
X0186421Y0258483D01*
X0186469Y0258598D01*
X0186521Y0258711D01*
X0186577Y0258822D01*
X0186636Y0258932D01*
X0186698Y0259039D01*
X0186764Y0259145D01*
X0186833Y0259248D01*
X0186906Y0259349D01*
X0186982Y0259448D01*
X0187060Y0259544D01*
X0187142Y0259638D01*
X0187227Y0259729D01*
X0187314Y0259818D01*
X0187405Y0259903D01*
X0187498Y0259986D01*
X0187594Y0260065D01*
X0187692Y0260141D01*
X0187792Y0260215D01*
X0187895Y0260285D01*
X0188000Y0260351D01*
X0188107Y0260415D01*
X0188216Y0260475D01*
X0188327Y0260531D01*
X0188439Y0260584D01*
X0188554Y0260633D01*
X0188669Y0260679D01*
X0188787Y0260720D01*
X0188905Y0260759D01*
X0189025Y0260793D01*
X0189145Y0260823D01*
X0189267Y0260850D01*
X0189389Y0260872D01*
X0189512Y0260891D01*
X0189635Y0260906D01*
X0189759Y0260917D01*
X0189884Y0260924D01*
X0190008Y0260927D01*
X0190132Y0260926D01*
X0190257Y0260921D01*
X0190381Y0260912D01*
X0190504Y0260899D01*
X0190628Y0260882D01*
X0190750Y0260862D01*
X0190872Y0260837D01*
X0190993Y0260808D01*
X0191113Y0260776D01*
X0191232Y0260740D01*
X0191350Y0260700D01*
X0191467Y0260656D01*
X0191582Y0260609D01*
X0191695Y0260558D01*
X0191807Y0260503D01*
X0191917Y0260445D01*
X0192025Y0260384D01*
X0192131Y0260319D01*
X0192235Y0260250D01*
X0192336Y0260179D01*
X0192436Y0260104D01*
X0192533Y0260026D01*
X0192627Y0259945D01*
X0192719Y0259861D01*
X0192808Y0259774D01*
X0192894Y0259684D01*
X0192977Y0259592D01*
X0193057Y0259497D01*
X0193135Y0259399D01*
X0193209Y0259299D01*
X0193280Y0259197D01*
X0193347Y0259093D01*
X0193411Y0258986D01*
X0193472Y0258877D01*
X0193529Y0258767D01*
X0193583Y0258655D01*
X0193633Y0258541D01*
X0193680Y0258426D01*
X0193722Y0258309D01*
X0193761Y0258191D01*
X0193797Y0258071D01*
X0193828Y0257951D01*
X0193855Y0257830D01*
X0193879Y0257708D01*
X0193899Y0257585D01*
X0193915Y0257461D01*
X0193927Y0257338D01*
X0193935Y0257214D01*
X0193939Y0257089D01*
X0193939Y0256965D01*
X0193935Y0256840D01*
X0193927Y0256716D01*
X0193915Y0256593D01*
X0193899Y0256469D01*
X0193879Y0256346D01*
X0193855Y0256224D01*
X0193828Y0256103D01*
X0193797Y0255983D01*
X0193761Y0255863D01*
X0193722Y0255745D01*
X0193680Y0255628D01*
X0193633Y0255513D01*
X0193583Y0255399D01*
X0193529Y0255287D01*
X0193472Y0255177D01*
X0193411Y0255068D01*
X0193347Y0254961D01*
X0193280Y0254857D01*
X0193209Y0254755D01*
X0193135Y0254655D01*
X0193057Y0254557D01*
X0192977Y0254462D01*
X0192894Y0254370D01*
X0192808Y0254280D01*
X0192719Y0254193D01*
X0192627Y0254109D01*
X0192533Y0254028D01*
X0192436Y0253950D01*
X0192336Y0253875D01*
X0192235Y0253804D01*
X0192131Y0253735D01*
X0192025Y0253670D01*
X0191917Y0253609D01*
X0191807Y0253551D01*
X0191695Y0253496D01*
X0191582Y0253445D01*
X0191467Y0253398D01*
X0191350Y0253354D01*
X0191232Y0253314D01*
X0191113Y0253278D01*
X0190993Y0253246D01*
X0190872Y0253217D01*
X0190750Y0253192D01*
X0190628Y0253172D01*
X0190504Y0253155D01*
X0190381Y0253142D01*
X0190257Y0253133D01*
X0190132Y0253128D01*
X0190008Y0253127D01*
X0189884Y0253130D01*
X0189759Y0253137D01*
X0189635Y0253148D01*
X0189512Y0253163D01*
X0189389Y0253182D01*
X0189267Y0253204D01*
X0189145Y0253231D01*
X0189025Y0253261D01*
X0188905Y0253295D01*
X0188787Y0253334D01*
X0188669Y0253375D01*
X0188554Y0253421D01*
X0188439Y0253470D01*
X0188327Y0253523D01*
X0188216Y0253579D01*
X0188107Y0253639D01*
X0188000Y0253703D01*
X0187895Y0253769D01*
X0187792Y0253839D01*
X0187692Y0253913D01*
X0187594Y0253989D01*
X0187498Y0254068D01*
X0187405Y0254151D01*
X0187314Y0254236D01*
X0187227Y0254325D01*
X0187142Y0254416D01*
X0187060Y0254510D01*
X0186982Y0254606D01*
X0186906Y0254705D01*
X0186833Y0254806D01*
X0186764Y0254909D01*
X0186698Y0255015D01*
X0186636Y0255122D01*
X0186577Y0255232D01*
X0186521Y0255343D01*
X0186469Y0255456D01*
X0186421Y0255571D01*
X0186377Y0255687D01*
X0186336Y0255804D01*
X0186299Y0255923D01*
X0186265Y0256043D01*
X0186236Y0256163D01*
X0186210Y0256285D01*
X0186188Y0256408D01*
X0186171Y0256531D01*
X0186157Y0256654D01*
X0186147Y0256778D01*
X0186141Y0256903D01*
X0186139Y0257027D01*
X0186039Y0253027D02*
X0194039Y0261027D01*
X0168127Y0287875D02*
X0168129Y0287999D01*
X0168135Y0288124D01*
X0168145Y0288248D01*
X0168159Y0288371D01*
X0168176Y0288494D01*
X0168198Y0288617D01*
X0168224Y0288739D01*
X0168253Y0288859D01*
X0168287Y0288979D01*
X0168324Y0289098D01*
X0168365Y0289215D01*
X0168409Y0289331D01*
X0168457Y0289446D01*
X0168509Y0289559D01*
X0168565Y0289670D01*
X0168624Y0289780D01*
X0168686Y0289887D01*
X0168752Y0289993D01*
X0168821Y0290096D01*
X0168894Y0290197D01*
X0168970Y0290296D01*
X0169048Y0290392D01*
X0169130Y0290486D01*
X0169215Y0290577D01*
X0169302Y0290666D01*
X0169393Y0290751D01*
X0169486Y0290834D01*
X0169582Y0290913D01*
X0169680Y0290989D01*
X0169780Y0291063D01*
X0169883Y0291133D01*
X0169988Y0291199D01*
X0170095Y0291263D01*
X0170204Y0291323D01*
X0170315Y0291379D01*
X0170427Y0291432D01*
X0170542Y0291481D01*
X0170657Y0291527D01*
X0170775Y0291568D01*
X0170893Y0291607D01*
X0171013Y0291641D01*
X0171133Y0291671D01*
X0171255Y0291698D01*
X0171377Y0291720D01*
X0171500Y0291739D01*
X0171623Y0291754D01*
X0171747Y0291765D01*
X0171872Y0291772D01*
X0171996Y0291775D01*
X0172120Y0291774D01*
X0172245Y0291769D01*
X0172369Y0291760D01*
X0172492Y0291747D01*
X0172616Y0291730D01*
X0172738Y0291710D01*
X0172860Y0291685D01*
X0172981Y0291656D01*
X0173101Y0291624D01*
X0173220Y0291588D01*
X0173338Y0291548D01*
X0173455Y0291504D01*
X0173570Y0291457D01*
X0173683Y0291406D01*
X0173795Y0291351D01*
X0173905Y0291293D01*
X0174013Y0291232D01*
X0174119Y0291167D01*
X0174223Y0291098D01*
X0174324Y0291027D01*
X0174424Y0290952D01*
X0174521Y0290874D01*
X0174615Y0290793D01*
X0174707Y0290709D01*
X0174796Y0290622D01*
X0174882Y0290532D01*
X0174965Y0290440D01*
X0175045Y0290345D01*
X0175123Y0290247D01*
X0175197Y0290147D01*
X0175268Y0290045D01*
X0175335Y0289941D01*
X0175399Y0289834D01*
X0175460Y0289725D01*
X0175517Y0289615D01*
X0175571Y0289503D01*
X0175621Y0289389D01*
X0175668Y0289274D01*
X0175710Y0289157D01*
X0175749Y0289039D01*
X0175785Y0288919D01*
X0175816Y0288799D01*
X0175843Y0288678D01*
X0175867Y0288556D01*
X0175887Y0288433D01*
X0175903Y0288309D01*
X0175915Y0288186D01*
X0175923Y0288062D01*
X0175927Y0287937D01*
X0175927Y0287813D01*
X0175923Y0287688D01*
X0175915Y0287564D01*
X0175903Y0287441D01*
X0175887Y0287317D01*
X0175867Y0287194D01*
X0175843Y0287072D01*
X0175816Y0286951D01*
X0175785Y0286831D01*
X0175749Y0286711D01*
X0175710Y0286593D01*
X0175668Y0286476D01*
X0175621Y0286361D01*
X0175571Y0286247D01*
X0175517Y0286135D01*
X0175460Y0286025D01*
X0175399Y0285916D01*
X0175335Y0285809D01*
X0175268Y0285705D01*
X0175197Y0285603D01*
X0175123Y0285503D01*
X0175045Y0285405D01*
X0174965Y0285310D01*
X0174882Y0285218D01*
X0174796Y0285128D01*
X0174707Y0285041D01*
X0174615Y0284957D01*
X0174521Y0284876D01*
X0174424Y0284798D01*
X0174324Y0284723D01*
X0174223Y0284652D01*
X0174119Y0284583D01*
X0174013Y0284518D01*
X0173905Y0284457D01*
X0173795Y0284399D01*
X0173683Y0284344D01*
X0173570Y0284293D01*
X0173455Y0284246D01*
X0173338Y0284202D01*
X0173220Y0284162D01*
X0173101Y0284126D01*
X0172981Y0284094D01*
X0172860Y0284065D01*
X0172738Y0284040D01*
X0172616Y0284020D01*
X0172492Y0284003D01*
X0172369Y0283990D01*
X0172245Y0283981D01*
X0172120Y0283976D01*
X0171996Y0283975D01*
X0171872Y0283978D01*
X0171747Y0283985D01*
X0171623Y0283996D01*
X0171500Y0284011D01*
X0171377Y0284030D01*
X0171255Y0284052D01*
X0171133Y0284079D01*
X0171013Y0284109D01*
X0170893Y0284143D01*
X0170775Y0284182D01*
X0170657Y0284223D01*
X0170542Y0284269D01*
X0170427Y0284318D01*
X0170315Y0284371D01*
X0170204Y0284427D01*
X0170095Y0284487D01*
X0169988Y0284551D01*
X0169883Y0284617D01*
X0169780Y0284687D01*
X0169680Y0284761D01*
X0169582Y0284837D01*
X0169486Y0284916D01*
X0169393Y0284999D01*
X0169302Y0285084D01*
X0169215Y0285173D01*
X0169130Y0285264D01*
X0169048Y0285358D01*
X0168970Y0285454D01*
X0168894Y0285553D01*
X0168821Y0285654D01*
X0168752Y0285757D01*
X0168686Y0285863D01*
X0168624Y0285970D01*
X0168565Y0286080D01*
X0168509Y0286191D01*
X0168457Y0286304D01*
X0168409Y0286419D01*
X0168365Y0286535D01*
X0168324Y0286652D01*
X0168287Y0286771D01*
X0168253Y0286891D01*
X0168224Y0287011D01*
X0168198Y0287133D01*
X0168176Y0287256D01*
X0168159Y0287379D01*
X0168145Y0287502D01*
X0168135Y0287626D01*
X0168129Y0287751D01*
X0168127Y0287875D01*
X0168027Y0283875D02*
X0176027Y0291875D01*
X0160627Y0281000D02*
X0160629Y0281124D01*
X0160635Y0281249D01*
X0160645Y0281373D01*
X0160659Y0281496D01*
X0160676Y0281619D01*
X0160698Y0281742D01*
X0160724Y0281864D01*
X0160753Y0281984D01*
X0160787Y0282104D01*
X0160824Y0282223D01*
X0160865Y0282340D01*
X0160909Y0282456D01*
X0160957Y0282571D01*
X0161009Y0282684D01*
X0161065Y0282795D01*
X0161124Y0282905D01*
X0161186Y0283012D01*
X0161252Y0283118D01*
X0161321Y0283221D01*
X0161394Y0283322D01*
X0161470Y0283421D01*
X0161548Y0283517D01*
X0161630Y0283611D01*
X0161715Y0283702D01*
X0161802Y0283791D01*
X0161893Y0283876D01*
X0161986Y0283959D01*
X0162082Y0284038D01*
X0162180Y0284114D01*
X0162280Y0284188D01*
X0162383Y0284258D01*
X0162488Y0284324D01*
X0162595Y0284388D01*
X0162704Y0284448D01*
X0162815Y0284504D01*
X0162927Y0284557D01*
X0163042Y0284606D01*
X0163157Y0284652D01*
X0163275Y0284693D01*
X0163393Y0284732D01*
X0163513Y0284766D01*
X0163633Y0284796D01*
X0163755Y0284823D01*
X0163877Y0284845D01*
X0164000Y0284864D01*
X0164123Y0284879D01*
X0164247Y0284890D01*
X0164372Y0284897D01*
X0164496Y0284900D01*
X0164620Y0284899D01*
X0164745Y0284894D01*
X0164869Y0284885D01*
X0164992Y0284872D01*
X0165116Y0284855D01*
X0165238Y0284835D01*
X0165360Y0284810D01*
X0165481Y0284781D01*
X0165601Y0284749D01*
X0165720Y0284713D01*
X0165838Y0284673D01*
X0165955Y0284629D01*
X0166070Y0284582D01*
X0166183Y0284531D01*
X0166295Y0284476D01*
X0166405Y0284418D01*
X0166513Y0284357D01*
X0166619Y0284292D01*
X0166723Y0284223D01*
X0166824Y0284152D01*
X0166924Y0284077D01*
X0167021Y0283999D01*
X0167115Y0283918D01*
X0167207Y0283834D01*
X0167296Y0283747D01*
X0167382Y0283657D01*
X0167465Y0283565D01*
X0167545Y0283470D01*
X0167623Y0283372D01*
X0167697Y0283272D01*
X0167768Y0283170D01*
X0167835Y0283066D01*
X0167899Y0282959D01*
X0167960Y0282850D01*
X0168017Y0282740D01*
X0168071Y0282628D01*
X0168121Y0282514D01*
X0168168Y0282399D01*
X0168210Y0282282D01*
X0168249Y0282164D01*
X0168285Y0282044D01*
X0168316Y0281924D01*
X0168343Y0281803D01*
X0168367Y0281681D01*
X0168387Y0281558D01*
X0168403Y0281434D01*
X0168415Y0281311D01*
X0168423Y0281187D01*
X0168427Y0281062D01*
X0168427Y0280938D01*
X0168423Y0280813D01*
X0168415Y0280689D01*
X0168403Y0280566D01*
X0168387Y0280442D01*
X0168367Y0280319D01*
X0168343Y0280197D01*
X0168316Y0280076D01*
X0168285Y0279956D01*
X0168249Y0279836D01*
X0168210Y0279718D01*
X0168168Y0279601D01*
X0168121Y0279486D01*
X0168071Y0279372D01*
X0168017Y0279260D01*
X0167960Y0279150D01*
X0167899Y0279041D01*
X0167835Y0278934D01*
X0167768Y0278830D01*
X0167697Y0278728D01*
X0167623Y0278628D01*
X0167545Y0278530D01*
X0167465Y0278435D01*
X0167382Y0278343D01*
X0167296Y0278253D01*
X0167207Y0278166D01*
X0167115Y0278082D01*
X0167021Y0278001D01*
X0166924Y0277923D01*
X0166824Y0277848D01*
X0166723Y0277777D01*
X0166619Y0277708D01*
X0166513Y0277643D01*
X0166405Y0277582D01*
X0166295Y0277524D01*
X0166183Y0277469D01*
X0166070Y0277418D01*
X0165955Y0277371D01*
X0165838Y0277327D01*
X0165720Y0277287D01*
X0165601Y0277251D01*
X0165481Y0277219D01*
X0165360Y0277190D01*
X0165238Y0277165D01*
X0165116Y0277145D01*
X0164992Y0277128D01*
X0164869Y0277115D01*
X0164745Y0277106D01*
X0164620Y0277101D01*
X0164496Y0277100D01*
X0164372Y0277103D01*
X0164247Y0277110D01*
X0164123Y0277121D01*
X0164000Y0277136D01*
X0163877Y0277155D01*
X0163755Y0277177D01*
X0163633Y0277204D01*
X0163513Y0277234D01*
X0163393Y0277268D01*
X0163275Y0277307D01*
X0163157Y0277348D01*
X0163042Y0277394D01*
X0162927Y0277443D01*
X0162815Y0277496D01*
X0162704Y0277552D01*
X0162595Y0277612D01*
X0162488Y0277676D01*
X0162383Y0277742D01*
X0162280Y0277812D01*
X0162180Y0277886D01*
X0162082Y0277962D01*
X0161986Y0278041D01*
X0161893Y0278124D01*
X0161802Y0278209D01*
X0161715Y0278298D01*
X0161630Y0278389D01*
X0161548Y0278483D01*
X0161470Y0278579D01*
X0161394Y0278678D01*
X0161321Y0278779D01*
X0161252Y0278882D01*
X0161186Y0278988D01*
X0161124Y0279095D01*
X0161065Y0279205D01*
X0161009Y0279316D01*
X0160957Y0279429D01*
X0160909Y0279544D01*
X0160865Y0279660D01*
X0160824Y0279777D01*
X0160787Y0279896D01*
X0160753Y0280016D01*
X0160724Y0280136D01*
X0160698Y0280258D01*
X0160676Y0280381D01*
X0160659Y0280504D01*
X0160645Y0280627D01*
X0160635Y0280751D01*
X0160629Y0280876D01*
X0160627Y0281000D01*
X0160527Y0277000D02*
X0168527Y0285000D01*
X0130002Y0200375D02*
X0130004Y0200499D01*
X0130010Y0200624D01*
X0130020Y0200748D01*
X0130034Y0200871D01*
X0130051Y0200994D01*
X0130073Y0201117D01*
X0130099Y0201239D01*
X0130128Y0201359D01*
X0130162Y0201479D01*
X0130199Y0201598D01*
X0130240Y0201715D01*
X0130284Y0201831D01*
X0130332Y0201946D01*
X0130384Y0202059D01*
X0130440Y0202170D01*
X0130499Y0202280D01*
X0130561Y0202387D01*
X0130627Y0202493D01*
X0130696Y0202596D01*
X0130769Y0202697D01*
X0130845Y0202796D01*
X0130923Y0202892D01*
X0131005Y0202986D01*
X0131090Y0203077D01*
X0131177Y0203166D01*
X0131268Y0203251D01*
X0131361Y0203334D01*
X0131457Y0203413D01*
X0131555Y0203489D01*
X0131655Y0203563D01*
X0131758Y0203633D01*
X0131863Y0203699D01*
X0131970Y0203763D01*
X0132079Y0203823D01*
X0132190Y0203879D01*
X0132302Y0203932D01*
X0132417Y0203981D01*
X0132532Y0204027D01*
X0132650Y0204068D01*
X0132768Y0204107D01*
X0132888Y0204141D01*
X0133008Y0204171D01*
X0133130Y0204198D01*
X0133252Y0204220D01*
X0133375Y0204239D01*
X0133498Y0204254D01*
X0133622Y0204265D01*
X0133747Y0204272D01*
X0133871Y0204275D01*
X0133995Y0204274D01*
X0134120Y0204269D01*
X0134244Y0204260D01*
X0134367Y0204247D01*
X0134491Y0204230D01*
X0134613Y0204210D01*
X0134735Y0204185D01*
X0134856Y0204156D01*
X0134976Y0204124D01*
X0135095Y0204088D01*
X0135213Y0204048D01*
X0135330Y0204004D01*
X0135445Y0203957D01*
X0135558Y0203906D01*
X0135670Y0203851D01*
X0135780Y0203793D01*
X0135888Y0203732D01*
X0135994Y0203667D01*
X0136098Y0203598D01*
X0136199Y0203527D01*
X0136299Y0203452D01*
X0136396Y0203374D01*
X0136490Y0203293D01*
X0136582Y0203209D01*
X0136671Y0203122D01*
X0136757Y0203032D01*
X0136840Y0202940D01*
X0136920Y0202845D01*
X0136998Y0202747D01*
X0137072Y0202647D01*
X0137143Y0202545D01*
X0137210Y0202441D01*
X0137274Y0202334D01*
X0137335Y0202225D01*
X0137392Y0202115D01*
X0137446Y0202003D01*
X0137496Y0201889D01*
X0137543Y0201774D01*
X0137585Y0201657D01*
X0137624Y0201539D01*
X0137660Y0201419D01*
X0137691Y0201299D01*
X0137718Y0201178D01*
X0137742Y0201056D01*
X0137762Y0200933D01*
X0137778Y0200809D01*
X0137790Y0200686D01*
X0137798Y0200562D01*
X0137802Y0200437D01*
X0137802Y0200313D01*
X0137798Y0200188D01*
X0137790Y0200064D01*
X0137778Y0199941D01*
X0137762Y0199817D01*
X0137742Y0199694D01*
X0137718Y0199572D01*
X0137691Y0199451D01*
X0137660Y0199331D01*
X0137624Y0199211D01*
X0137585Y0199093D01*
X0137543Y0198976D01*
X0137496Y0198861D01*
X0137446Y0198747D01*
X0137392Y0198635D01*
X0137335Y0198525D01*
X0137274Y0198416D01*
X0137210Y0198309D01*
X0137143Y0198205D01*
X0137072Y0198103D01*
X0136998Y0198003D01*
X0136920Y0197905D01*
X0136840Y0197810D01*
X0136757Y0197718D01*
X0136671Y0197628D01*
X0136582Y0197541D01*
X0136490Y0197457D01*
X0136396Y0197376D01*
X0136299Y0197298D01*
X0136199Y0197223D01*
X0136098Y0197152D01*
X0135994Y0197083D01*
X0135888Y0197018D01*
X0135780Y0196957D01*
X0135670Y0196899D01*
X0135558Y0196844D01*
X0135445Y0196793D01*
X0135330Y0196746D01*
X0135213Y0196702D01*
X0135095Y0196662D01*
X0134976Y0196626D01*
X0134856Y0196594D01*
X0134735Y0196565D01*
X0134613Y0196540D01*
X0134491Y0196520D01*
X0134367Y0196503D01*
X0134244Y0196490D01*
X0134120Y0196481D01*
X0133995Y0196476D01*
X0133871Y0196475D01*
X0133747Y0196478D01*
X0133622Y0196485D01*
X0133498Y0196496D01*
X0133375Y0196511D01*
X0133252Y0196530D01*
X0133130Y0196552D01*
X0133008Y0196579D01*
X0132888Y0196609D01*
X0132768Y0196643D01*
X0132650Y0196682D01*
X0132532Y0196723D01*
X0132417Y0196769D01*
X0132302Y0196818D01*
X0132190Y0196871D01*
X0132079Y0196927D01*
X0131970Y0196987D01*
X0131863Y0197051D01*
X0131758Y0197117D01*
X0131655Y0197187D01*
X0131555Y0197261D01*
X0131457Y0197337D01*
X0131361Y0197416D01*
X0131268Y0197499D01*
X0131177Y0197584D01*
X0131090Y0197673D01*
X0131005Y0197764D01*
X0130923Y0197858D01*
X0130845Y0197954D01*
X0130769Y0198053D01*
X0130696Y0198154D01*
X0130627Y0198257D01*
X0130561Y0198363D01*
X0130499Y0198470D01*
X0130440Y0198580D01*
X0130384Y0198691D01*
X0130332Y0198804D01*
X0130284Y0198919D01*
X0130240Y0199035D01*
X0130199Y0199152D01*
X0130162Y0199271D01*
X0130128Y0199391D01*
X0130099Y0199511D01*
X0130073Y0199633D01*
X0130051Y0199756D01*
X0130034Y0199879D01*
X0130020Y0200002D01*
X0130010Y0200126D01*
X0130004Y0200251D01*
X0130002Y0200375D01*
X0129902Y0196375D02*
X0137902Y0204375D01*
X0134377Y0184750D02*
X0134379Y0184874D01*
X0134385Y0184999D01*
X0134395Y0185123D01*
X0134409Y0185246D01*
X0134426Y0185369D01*
X0134448Y0185492D01*
X0134474Y0185614D01*
X0134503Y0185734D01*
X0134537Y0185854D01*
X0134574Y0185973D01*
X0134615Y0186090D01*
X0134659Y0186206D01*
X0134707Y0186321D01*
X0134759Y0186434D01*
X0134815Y0186545D01*
X0134874Y0186655D01*
X0134936Y0186762D01*
X0135002Y0186868D01*
X0135071Y0186971D01*
X0135144Y0187072D01*
X0135220Y0187171D01*
X0135298Y0187267D01*
X0135380Y0187361D01*
X0135465Y0187452D01*
X0135552Y0187541D01*
X0135643Y0187626D01*
X0135736Y0187709D01*
X0135832Y0187788D01*
X0135930Y0187864D01*
X0136030Y0187938D01*
X0136133Y0188008D01*
X0136238Y0188074D01*
X0136345Y0188138D01*
X0136454Y0188198D01*
X0136565Y0188254D01*
X0136677Y0188307D01*
X0136792Y0188356D01*
X0136907Y0188402D01*
X0137025Y0188443D01*
X0137143Y0188482D01*
X0137263Y0188516D01*
X0137383Y0188546D01*
X0137505Y0188573D01*
X0137627Y0188595D01*
X0137750Y0188614D01*
X0137873Y0188629D01*
X0137997Y0188640D01*
X0138122Y0188647D01*
X0138246Y0188650D01*
X0138370Y0188649D01*
X0138495Y0188644D01*
X0138619Y0188635D01*
X0138742Y0188622D01*
X0138866Y0188605D01*
X0138988Y0188585D01*
X0139110Y0188560D01*
X0139231Y0188531D01*
X0139351Y0188499D01*
X0139470Y0188463D01*
X0139588Y0188423D01*
X0139705Y0188379D01*
X0139820Y0188332D01*
X0139933Y0188281D01*
X0140045Y0188226D01*
X0140155Y0188168D01*
X0140263Y0188107D01*
X0140369Y0188042D01*
X0140473Y0187973D01*
X0140574Y0187902D01*
X0140674Y0187827D01*
X0140771Y0187749D01*
X0140865Y0187668D01*
X0140957Y0187584D01*
X0141046Y0187497D01*
X0141132Y0187407D01*
X0141215Y0187315D01*
X0141295Y0187220D01*
X0141373Y0187122D01*
X0141447Y0187022D01*
X0141518Y0186920D01*
X0141585Y0186816D01*
X0141649Y0186709D01*
X0141710Y0186600D01*
X0141767Y0186490D01*
X0141821Y0186378D01*
X0141871Y0186264D01*
X0141918Y0186149D01*
X0141960Y0186032D01*
X0141999Y0185914D01*
X0142035Y0185794D01*
X0142066Y0185674D01*
X0142093Y0185553D01*
X0142117Y0185431D01*
X0142137Y0185308D01*
X0142153Y0185184D01*
X0142165Y0185061D01*
X0142173Y0184937D01*
X0142177Y0184812D01*
X0142177Y0184688D01*
X0142173Y0184563D01*
X0142165Y0184439D01*
X0142153Y0184316D01*
X0142137Y0184192D01*
X0142117Y0184069D01*
X0142093Y0183947D01*
X0142066Y0183826D01*
X0142035Y0183706D01*
X0141999Y0183586D01*
X0141960Y0183468D01*
X0141918Y0183351D01*
X0141871Y0183236D01*
X0141821Y0183122D01*
X0141767Y0183010D01*
X0141710Y0182900D01*
X0141649Y0182791D01*
X0141585Y0182684D01*
X0141518Y0182580D01*
X0141447Y0182478D01*
X0141373Y0182378D01*
X0141295Y0182280D01*
X0141215Y0182185D01*
X0141132Y0182093D01*
X0141046Y0182003D01*
X0140957Y0181916D01*
X0140865Y0181832D01*
X0140771Y0181751D01*
X0140674Y0181673D01*
X0140574Y0181598D01*
X0140473Y0181527D01*
X0140369Y0181458D01*
X0140263Y0181393D01*
X0140155Y0181332D01*
X0140045Y0181274D01*
X0139933Y0181219D01*
X0139820Y0181168D01*
X0139705Y0181121D01*
X0139588Y0181077D01*
X0139470Y0181037D01*
X0139351Y0181001D01*
X0139231Y0180969D01*
X0139110Y0180940D01*
X0138988Y0180915D01*
X0138866Y0180895D01*
X0138742Y0180878D01*
X0138619Y0180865D01*
X0138495Y0180856D01*
X0138370Y0180851D01*
X0138246Y0180850D01*
X0138122Y0180853D01*
X0137997Y0180860D01*
X0137873Y0180871D01*
X0137750Y0180886D01*
X0137627Y0180905D01*
X0137505Y0180927D01*
X0137383Y0180954D01*
X0137263Y0180984D01*
X0137143Y0181018D01*
X0137025Y0181057D01*
X0136907Y0181098D01*
X0136792Y0181144D01*
X0136677Y0181193D01*
X0136565Y0181246D01*
X0136454Y0181302D01*
X0136345Y0181362D01*
X0136238Y0181426D01*
X0136133Y0181492D01*
X0136030Y0181562D01*
X0135930Y0181636D01*
X0135832Y0181712D01*
X0135736Y0181791D01*
X0135643Y0181874D01*
X0135552Y0181959D01*
X0135465Y0182048D01*
X0135380Y0182139D01*
X0135298Y0182233D01*
X0135220Y0182329D01*
X0135144Y0182428D01*
X0135071Y0182529D01*
X0135002Y0182632D01*
X0134936Y0182738D01*
X0134874Y0182845D01*
X0134815Y0182955D01*
X0134759Y0183066D01*
X0134707Y0183179D01*
X0134659Y0183294D01*
X0134615Y0183410D01*
X0134574Y0183527D01*
X0134537Y0183646D01*
X0134503Y0183766D01*
X0134474Y0183886D01*
X0134448Y0184008D01*
X0134426Y0184131D01*
X0134409Y0184254D01*
X0134395Y0184377D01*
X0134385Y0184501D01*
X0134379Y0184626D01*
X0134377Y0184750D01*
X0134277Y0180750D02*
X0142277Y0188750D01*
X0112502Y0196625D02*
X0112504Y0196749D01*
X0112510Y0196874D01*
X0112520Y0196998D01*
X0112534Y0197121D01*
X0112551Y0197244D01*
X0112573Y0197367D01*
X0112599Y0197489D01*
X0112628Y0197609D01*
X0112662Y0197729D01*
X0112699Y0197848D01*
X0112740Y0197965D01*
X0112784Y0198081D01*
X0112832Y0198196D01*
X0112884Y0198309D01*
X0112940Y0198420D01*
X0112999Y0198530D01*
X0113061Y0198637D01*
X0113127Y0198743D01*
X0113196Y0198846D01*
X0113269Y0198947D01*
X0113345Y0199046D01*
X0113423Y0199142D01*
X0113505Y0199236D01*
X0113590Y0199327D01*
X0113677Y0199416D01*
X0113768Y0199501D01*
X0113861Y0199584D01*
X0113957Y0199663D01*
X0114055Y0199739D01*
X0114155Y0199813D01*
X0114258Y0199883D01*
X0114363Y0199949D01*
X0114470Y0200013D01*
X0114579Y0200073D01*
X0114690Y0200129D01*
X0114802Y0200182D01*
X0114917Y0200231D01*
X0115032Y0200277D01*
X0115150Y0200318D01*
X0115268Y0200357D01*
X0115388Y0200391D01*
X0115508Y0200421D01*
X0115630Y0200448D01*
X0115752Y0200470D01*
X0115875Y0200489D01*
X0115998Y0200504D01*
X0116122Y0200515D01*
X0116247Y0200522D01*
X0116371Y0200525D01*
X0116495Y0200524D01*
X0116620Y0200519D01*
X0116744Y0200510D01*
X0116867Y0200497D01*
X0116991Y0200480D01*
X0117113Y0200460D01*
X0117235Y0200435D01*
X0117356Y0200406D01*
X0117476Y0200374D01*
X0117595Y0200338D01*
X0117713Y0200298D01*
X0117830Y0200254D01*
X0117945Y0200207D01*
X0118058Y0200156D01*
X0118170Y0200101D01*
X0118280Y0200043D01*
X0118388Y0199982D01*
X0118494Y0199917D01*
X0118598Y0199848D01*
X0118699Y0199777D01*
X0118799Y0199702D01*
X0118896Y0199624D01*
X0118990Y0199543D01*
X0119082Y0199459D01*
X0119171Y0199372D01*
X0119257Y0199282D01*
X0119340Y0199190D01*
X0119420Y0199095D01*
X0119498Y0198997D01*
X0119572Y0198897D01*
X0119643Y0198795D01*
X0119710Y0198691D01*
X0119774Y0198584D01*
X0119835Y0198475D01*
X0119892Y0198365D01*
X0119946Y0198253D01*
X0119996Y0198139D01*
X0120043Y0198024D01*
X0120085Y0197907D01*
X0120124Y0197789D01*
X0120160Y0197669D01*
X0120191Y0197549D01*
X0120218Y0197428D01*
X0120242Y0197306D01*
X0120262Y0197183D01*
X0120278Y0197059D01*
X0120290Y0196936D01*
X0120298Y0196812D01*
X0120302Y0196687D01*
X0120302Y0196563D01*
X0120298Y0196438D01*
X0120290Y0196314D01*
X0120278Y0196191D01*
X0120262Y0196067D01*
X0120242Y0195944D01*
X0120218Y0195822D01*
X0120191Y0195701D01*
X0120160Y0195581D01*
X0120124Y0195461D01*
X0120085Y0195343D01*
X0120043Y0195226D01*
X0119996Y0195111D01*
X0119946Y0194997D01*
X0119892Y0194885D01*
X0119835Y0194775D01*
X0119774Y0194666D01*
X0119710Y0194559D01*
X0119643Y0194455D01*
X0119572Y0194353D01*
X0119498Y0194253D01*
X0119420Y0194155D01*
X0119340Y0194060D01*
X0119257Y0193968D01*
X0119171Y0193878D01*
X0119082Y0193791D01*
X0118990Y0193707D01*
X0118896Y0193626D01*
X0118799Y0193548D01*
X0118699Y0193473D01*
X0118598Y0193402D01*
X0118494Y0193333D01*
X0118388Y0193268D01*
X0118280Y0193207D01*
X0118170Y0193149D01*
X0118058Y0193094D01*
X0117945Y0193043D01*
X0117830Y0192996D01*
X0117713Y0192952D01*
X0117595Y0192912D01*
X0117476Y0192876D01*
X0117356Y0192844D01*
X0117235Y0192815D01*
X0117113Y0192790D01*
X0116991Y0192770D01*
X0116867Y0192753D01*
X0116744Y0192740D01*
X0116620Y0192731D01*
X0116495Y0192726D01*
X0116371Y0192725D01*
X0116247Y0192728D01*
X0116122Y0192735D01*
X0115998Y0192746D01*
X0115875Y0192761D01*
X0115752Y0192780D01*
X0115630Y0192802D01*
X0115508Y0192829D01*
X0115388Y0192859D01*
X0115268Y0192893D01*
X0115150Y0192932D01*
X0115032Y0192973D01*
X0114917Y0193019D01*
X0114802Y0193068D01*
X0114690Y0193121D01*
X0114579Y0193177D01*
X0114470Y0193237D01*
X0114363Y0193301D01*
X0114258Y0193367D01*
X0114155Y0193437D01*
X0114055Y0193511D01*
X0113957Y0193587D01*
X0113861Y0193666D01*
X0113768Y0193749D01*
X0113677Y0193834D01*
X0113590Y0193923D01*
X0113505Y0194014D01*
X0113423Y0194108D01*
X0113345Y0194204D01*
X0113269Y0194303D01*
X0113196Y0194404D01*
X0113127Y0194507D01*
X0113061Y0194613D01*
X0112999Y0194720D01*
X0112940Y0194830D01*
X0112884Y0194941D01*
X0112832Y0195054D01*
X0112784Y0195169D01*
X0112740Y0195285D01*
X0112699Y0195402D01*
X0112662Y0195521D01*
X0112628Y0195641D01*
X0112599Y0195761D01*
X0112573Y0195883D01*
X0112551Y0196006D01*
X0112534Y0196129D01*
X0112520Y0196252D01*
X0112510Y0196376D01*
X0112504Y0196501D01*
X0112502Y0196625D01*
X0112402Y0192625D02*
X0120402Y0200625D01*
X0037502Y0196625D02*
X0037504Y0196749D01*
X0037510Y0196874D01*
X0037520Y0196998D01*
X0037534Y0197121D01*
X0037551Y0197244D01*
X0037573Y0197367D01*
X0037599Y0197489D01*
X0037628Y0197609D01*
X0037662Y0197729D01*
X0037699Y0197848D01*
X0037740Y0197965D01*
X0037784Y0198081D01*
X0037832Y0198196D01*
X0037884Y0198309D01*
X0037940Y0198420D01*
X0037999Y0198530D01*
X0038061Y0198637D01*
X0038127Y0198743D01*
X0038196Y0198846D01*
X0038269Y0198947D01*
X0038345Y0199046D01*
X0038423Y0199142D01*
X0038505Y0199236D01*
X0038590Y0199327D01*
X0038677Y0199416D01*
X0038768Y0199501D01*
X0038861Y0199584D01*
X0038957Y0199663D01*
X0039055Y0199739D01*
X0039155Y0199813D01*
X0039258Y0199883D01*
X0039363Y0199949D01*
X0039470Y0200013D01*
X0039579Y0200073D01*
X0039690Y0200129D01*
X0039802Y0200182D01*
X0039917Y0200231D01*
X0040032Y0200277D01*
X0040150Y0200318D01*
X0040268Y0200357D01*
X0040388Y0200391D01*
X0040508Y0200421D01*
X0040630Y0200448D01*
X0040752Y0200470D01*
X0040875Y0200489D01*
X0040998Y0200504D01*
X0041122Y0200515D01*
X0041247Y0200522D01*
X0041371Y0200525D01*
X0041495Y0200524D01*
X0041620Y0200519D01*
X0041744Y0200510D01*
X0041867Y0200497D01*
X0041991Y0200480D01*
X0042113Y0200460D01*
X0042235Y0200435D01*
X0042356Y0200406D01*
X0042476Y0200374D01*
X0042595Y0200338D01*
X0042713Y0200298D01*
X0042830Y0200254D01*
X0042945Y0200207D01*
X0043058Y0200156D01*
X0043170Y0200101D01*
X0043280Y0200043D01*
X0043388Y0199982D01*
X0043494Y0199917D01*
X0043598Y0199848D01*
X0043699Y0199777D01*
X0043799Y0199702D01*
X0043896Y0199624D01*
X0043990Y0199543D01*
X0044082Y0199459D01*
X0044171Y0199372D01*
X0044257Y0199282D01*
X0044340Y0199190D01*
X0044420Y0199095D01*
X0044498Y0198997D01*
X0044572Y0198897D01*
X0044643Y0198795D01*
X0044710Y0198691D01*
X0044774Y0198584D01*
X0044835Y0198475D01*
X0044892Y0198365D01*
X0044946Y0198253D01*
X0044996Y0198139D01*
X0045043Y0198024D01*
X0045085Y0197907D01*
X0045124Y0197789D01*
X0045160Y0197669D01*
X0045191Y0197549D01*
X0045218Y0197428D01*
X0045242Y0197306D01*
X0045262Y0197183D01*
X0045278Y0197059D01*
X0045290Y0196936D01*
X0045298Y0196812D01*
X0045302Y0196687D01*
X0045302Y0196563D01*
X0045298Y0196438D01*
X0045290Y0196314D01*
X0045278Y0196191D01*
X0045262Y0196067D01*
X0045242Y0195944D01*
X0045218Y0195822D01*
X0045191Y0195701D01*
X0045160Y0195581D01*
X0045124Y0195461D01*
X0045085Y0195343D01*
X0045043Y0195226D01*
X0044996Y0195111D01*
X0044946Y0194997D01*
X0044892Y0194885D01*
X0044835Y0194775D01*
X0044774Y0194666D01*
X0044710Y0194559D01*
X0044643Y0194455D01*
X0044572Y0194353D01*
X0044498Y0194253D01*
X0044420Y0194155D01*
X0044340Y0194060D01*
X0044257Y0193968D01*
X0044171Y0193878D01*
X0044082Y0193791D01*
X0043990Y0193707D01*
X0043896Y0193626D01*
X0043799Y0193548D01*
X0043699Y0193473D01*
X0043598Y0193402D01*
X0043494Y0193333D01*
X0043388Y0193268D01*
X0043280Y0193207D01*
X0043170Y0193149D01*
X0043058Y0193094D01*
X0042945Y0193043D01*
X0042830Y0192996D01*
X0042713Y0192952D01*
X0042595Y0192912D01*
X0042476Y0192876D01*
X0042356Y0192844D01*
X0042235Y0192815D01*
X0042113Y0192790D01*
X0041991Y0192770D01*
X0041867Y0192753D01*
X0041744Y0192740D01*
X0041620Y0192731D01*
X0041495Y0192726D01*
X0041371Y0192725D01*
X0041247Y0192728D01*
X0041122Y0192735D01*
X0040998Y0192746D01*
X0040875Y0192761D01*
X0040752Y0192780D01*
X0040630Y0192802D01*
X0040508Y0192829D01*
X0040388Y0192859D01*
X0040268Y0192893D01*
X0040150Y0192932D01*
X0040032Y0192973D01*
X0039917Y0193019D01*
X0039802Y0193068D01*
X0039690Y0193121D01*
X0039579Y0193177D01*
X0039470Y0193237D01*
X0039363Y0193301D01*
X0039258Y0193367D01*
X0039155Y0193437D01*
X0039055Y0193511D01*
X0038957Y0193587D01*
X0038861Y0193666D01*
X0038768Y0193749D01*
X0038677Y0193834D01*
X0038590Y0193923D01*
X0038505Y0194014D01*
X0038423Y0194108D01*
X0038345Y0194204D01*
X0038269Y0194303D01*
X0038196Y0194404D01*
X0038127Y0194507D01*
X0038061Y0194613D01*
X0037999Y0194720D01*
X0037940Y0194830D01*
X0037884Y0194941D01*
X0037832Y0195054D01*
X0037784Y0195169D01*
X0037740Y0195285D01*
X0037699Y0195402D01*
X0037662Y0195521D01*
X0037628Y0195641D01*
X0037599Y0195761D01*
X0037573Y0195883D01*
X0037551Y0196006D01*
X0037534Y0196129D01*
X0037520Y0196252D01*
X0037510Y0196376D01*
X0037504Y0196501D01*
X0037502Y0196625D01*
X0037402Y0192625D02*
X0045402Y0200625D01*
M02*
|
/*
Copyright (c) 2018 Uber Technologies, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
*Create Chart
clear all
set obs 12
generate time = _n + 2016
*Scenario number (in terms of speed of adoption) from Matlab Code
*Scenario 1 = 70% deployment
*Scenario 2 = 50% deployment
*Scenario 3 = 20% deployment
local scen_number = 2
*Intensity is the number of driver equivalents provided by an autonomous truck (2, 3, 5)
local inten_number = 2
*Growth rates as provided by ATA Freight Transportation Forecast
local growth_early = 0.027
local growth_late = 0.020
*Checks to make sure the chosen scenario number and intensity multiplier are valid
assert inlist(`scen_number',1,2,3)
assert inlist(`inten_number',2,3,5)
local file_name = "p1_with_growth.csv"
*Extract Jobs Predictions
preserve
clear all
import delimited "output/`file_name'"
rename (v1 v2 v3 v4 v5 v6 v7)(scenario intensity time lwage swage lemp semp)
keep if scenario == `scen_number' & intensity == `inten_number'
keep time lemp semp
save "intermediate/employment_projections.dta"
restore
*Extract AV Numbers from Deployment Projections
preserve
clear all
import delimited "data/deployment.csv"
xpose, clear
generate time = 2017 + _n
if `scen_number' == 3 {
keep time v3
rename v3 deployment
}
if `scen_number' == 2 {
keep time v2
rename v2 deployment
}
if `scen_number' == 1 {
keep time v1
rename v1 deployment
}
set obs `=_N + 1'
replace time = 2017 if time == .
replace deployment = 0 if time == 2017
save "intermediate/deployment_projections.dta"
restore
*Extract Retirements from Retirement Projections
preserve
clear all
use "intermediate/retirement_employment_by_year.dta"
keep year number_retired_
rename year time
save "intermediate/retirement_projections.dta"
restore
*Merge All files together
merge 1:1 time using "intermediate/employment_projections.dta", nogenerate
merge 1:1 time using "intermediate/deployment_projections.dta", nogenerate
merge 1:1 time using "intermediate/retirement_projections.dta", nogenerate
*Erase Temporary Files
capture erase "intermediate/employment_projections.dta"
capture erase "intermediate/deployment_projections.dta"
capture erase "intermediate/retirement_projections.dta"
*Generate the Area Chart
generate bottom = lemp / 10^6 /*long-haul employment (in millions) */
generate top = (lemp + semp) / 10^6 /*short-haul employment (in millions) */
generate full = (lemp + semp + `inten_number' * deployment) / 10^6 /* total driver equivalents (in millions) */
twoway (rarea full top time, xtitle("Year") xlabel(2018(2)2028) ylabel(#6,gstyle(dot)) legend(order(3 2 1) label(1 "Total Truck Equivalents")) fcolor(navy%80) lcolor(bg%1)) ///
(rarea top bottom time, legend(label(2 "Short-Haul Jobs")) fcolor(maroon%80) lcolor(bg%1) yscale(range(0))) ///
(area bottom time, xscale(range(2017 2028)) graphregion(fcolor(white)) fcolor(dkgreen%80) legend(label(3 "Long-Haul Jobs")) lcolor(bg%1) ytitle("Millions"))
graph export "output/pictures/area_chart_s`scen_number'_i`inten_number'.svg", replace
graph export "output/pictures/area_chart_s`scen_number'_i`inten_number'.pdf", replace
export delimited time bottom top full using "output/pictures/area_chart_s`scen_number'_i`inten_number'", replace
*Generate the Bar Chart Figure
keep time lemp semp
foreach x in lemp semp{
generate `x'_status_quo = .
*Impose the status quo growth rates from ATA
replace `x'_status_quo = `x' if time == 2017
replace `x'_status_quo = `x'_status_quo[_n-1] * ///
((inrange(time,2018,2023)) * (1 + `growth_early') + (inrange(time,2024,2028) * (1 + `growth_late'))) if time > 2017
}
rename (lemp semp)(lemp1 semp1)
rename (lemp_status_quo semp_status_quo)(lemp0 semp0)
reshape long lemp semp, i(time) j(sq)
generate lemp_ = lemp / 10^6
generate semp_ = semp / 10^6
graph bar lemp_ semp_, legend(label(1 "Long-Haul") label(2 "Short-Haul")) ///
ytitle("Millions of Jobs") ylabel(,gstyle(dot)) graphregion(fcolor(white)) ///
over(sq, label(labsize(tiny) angle(45)) relabel(1 "Baseline" 2 "With AVs")) ///
over(time, label(angle(22.5))) stack bar(1, color(maroon%80)) bar(2, color(dkgreen%80))
graph export "output/pictures/bar_chart_s`scen_number'_i`inten_number'.svg", replace
graph export "output/pictures/bar_chart_s`scen_number'_i`inten_number'.pdf", replace
export delimited time lemp_ semp_ using "output/pictures/bar_chart_s`scen_number'_i`inten_number'", replace
|
/*
Copyright (c) 2018 Uber Technologies, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
*Master File
*Run this file to replicate all results
clear all
do "code/replication_retirement_curve.do"
clear all
do "code/replication_union.do"
clear all
do "code/replication_demand.do"
clear all
do "code/replication_labor_supply.do"
clear all
|
/*
Copyright (c) 2018 Uber Technologies, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
clear all
set more off
global data_dir = "../data"
global output_dir = "../data"
filelist, directory("$data_dir") pattern("*state*.dta")
drop if regexm(filename,"november")
drop if regexm(filename,"state_by_year")
drop if regexm(filename,"temp")
drop if regexm(filename,"wage_state_year")
levelsof filename, local(filelistnames)
foreach x of local filelistnames{
use "$data_dir/`x'", clear
rename *, lower
destring tot_emp, replace ignore("**")
replace tot_emp = 0 if tot_emp == .
bysort area: egen total = sum(tot_emp)
generate share_in_occ = tot_emp / total
capture rename occ_titl occ_title
keep area st share_in_occ a_mean h_mean occ_code occ_title tot_emp
destring h_mean a_mean, replace ignore("*#")
label variable occ_title "Occupation Name"
label variable area "State FIPS"
label variable st "State Abbreviation"
label variable occ_code "6-Digit Occupation Code"
label variable h_mean "Mean Hourly Wage"
label variable a_mean "Mean Annual Wage"
label variable share_in_occ "Share of Total State Population in Occupation"
label variable tot_emp "Total Employment in Occupation for State"
save "$data_dir/temp_`x'", replace
}
forvalues t = 2000/2002{
use "$data_dir/temp_state_`t'_dl.dta", clear
generate year = `t'
save "$data_dir/temp_state_`t'_dl.dta", replace
}
forvalues t = 2009/2016{
use "$data_dir/temp_state_M`t'_dl.dta", clear
generate year = `t'
save "$data_dir/temp_state_M`t'_dl.dta", replace
}
forvalues t = 2003/2006{
use "$data_dir/temp_state_may`t'_dl.dta", clear
generate year = `t'
save "$data_dir/temp_state_may`t'_dl.dta", replace
}
use "$data_dir/temp_state_May2007_dl.dta", clear
generate year = 2007
save "$data_dir/temp_state_May2007_dl.dta", replace
use "$data_dir/temp_state__M2008_dl.dta", clear
generate year = 2008
save "$data_dir/temp_state__M2008_dl.dta", replace
filelist, directory("$data_dir") pattern("temp*state*.dta")
levelsof filename, local(flistname)
clear
foreach x of local flistname{
append using "$data_dir/`x'"
erase "$data_dir/`x'"
}
order year, after(st)
label variable year "Year (BLS)"
save "$data_dir/wage_state_year_occ.dta", replace
|
/*
Copyright (c) 2018 Uber Technologies, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
clear all
set more off
*Long-Haul Elasticity
use "data/wage_state_year_occ.dta", clear
drop if substr(occ_code,4,4) == "0000"
*Generate total employment in each state-year
bysort st year: egen total_employment_state = sum(tot_emp)
*Keep desired long-haul trucking occupation and states
keep if occ_code == "53-3032"
drop if inlist(st,"PR","GU","VI","HI")
rename tot_emp total_employment_sector
keep st year total_employment_state a_mean total_employment_sector
*Generate "market shares" / insert state numbers for merging with other dataset
generate share_total_employment = total_employment_sector / total_employment_state
generate state = .
replace state = 1 if st == "AL"
replace state = 2 if st == "AK"
replace state = 4 if st == "AZ"
replace state = 5 if st == "AR"
replace state = 6 if st == "CA"
replace state = 8 if st == "CO"
replace state = 9 if st == "CT"
replace state = 10 if st == "DE"
replace state = 11 if st == "DC"
replace state = 12 if st == "FL"
replace state = 13 if st == "GA"
replace state = 15 if st == "HI"
replace state = 16 if st == "ID"
replace state = 17 if st == "IL"
replace state = 18 if st == "IN"
replace state = 19 if st == "IA"
replace state = 20 if st == "KS"
replace state = 21 if st == "KY"
replace state = 22 if st == "LA"
replace state = 23 if st == "ME"
replace state = 24 if st == "MD"
replace state = 25 if st == "MA"
replace state = 26 if st == "MI"
replace state = 27 if st == "MN"
replace state = 28 if st == "MS"
replace state = 29 if st == "MO"
replace state = 30 if st == "MT"
replace state = 31 if st == "NE"
replace state = 32 if st == "NV"
replace state = 33 if st == "NH"
replace state = 34 if st == "NJ"
replace state = 35 if st == "NM"
replace state = 36 if st == "NY"
replace state = 37 if st == "NC"
replace state = 38 if st == "ND"
replace state = 39 if st == "OH"
replace state = 40 if st == "OK"
replace state = 41 if st == "OR"
replace state = 42 if st == "PA"
replace state = 44 if st == "RI"
replace state = 45 if st == "SC"
replace state = 46 if st == "SD"
replace state = 47 if st == "TN"
replace state = 48 if st == "TX"
replace state = 49 if st == "UT"
replace state = 50 if st == "VT"
replace state = 51 if st == "VA"
replace state = 53 if st == "WA"
replace state = 54 if st == "WV"
replace state = 55 if st == "WI"
replace state = 56 if st == "WY"
drop if state == .
rename state state_id
*drop more recent years/incomplete years
drop if year == 2016 | year == 2000
*Merge in median incomes
merge 1:1 state_id year using "data/state_incomes.dta", keep(3) assert(2 3) nogenerate keepusing(median)
*Generate log shares and log wages for elasticities
generate log_share = log(share)
generate log_wage_foruse = log(a_mean)
rename state_id statefip
drop if year == 2016
*Merge in the union instrument
merge m:1 statefip year using "intermediate/cps_state_union_year.dta", nogenerate assert(2 3) keep(3)
*Need CPI to deflate incomes so they are all on the same monetary level
generate cpi = .
replace cpi = 1.37 if year == 2000
replace cpi = 1.34 if year == 2001
replace cpi = 1.32 if year == 2002
replace cpi = 1.29 if year == 2003
replace cpi = 1.25 if year == 2004
replace cpi = 1.21 if year == 2005
replace cpi = 1.17 if year == 2006
replace cpi = 1.14 if year == 2007
replace cpi = 1.10 if year == 2008
replace cpi = 1.10 if year == 2009
replace cpi = 1.09 if year == 2010
replace cpi = 1.05 if year == 2011
replace cpi = 1.03 if year == 2012
replace cpi = 1.02 if year == 2013
replace cpi = 1.00 if year == 2014
replace cpi = 1.00 if year == 2015
replace cpi = 0.99 if year == 2016
generate mediandeflated = median / cpi
ivregress 2sls log_share mediandeflated i.year (log_wage_foruse = union), robust
regress log_wage_foruse union median i.year, robust
*Need to include labor in trucking from outside the state as a regressor/control
*for short-haul -- produces temp dataset with this info
use "data/wage_state_year_occ.dta", clear
keep if occ_code == "53-3032"
drop if inlist(st,"PR","GU","VI","HI")
keep tot_emp area year
destring area, generate(state)
drop area
bysort year: egen total_in_year = sum(tot_emp)
count if year == 2012
local numm = `r(N)'
generate leave_one_out_mean = (total_in_year - tot_emp)/`=`numm'-1'
keep state year leave_one_out_mean
save "intermediate/temp.dta", replace
********************************************************************************
********************************************************************************
********************************************************************************
********************************************************************************
********************************************************************************
*Short-Haul Elasticity
use "data/wage_state_year_occ.dta", clear
drop if substr(occ_code,4,4) == "0000"
*Generate total employment in each state-year
bysort st year: egen total_employment_state = sum(tot_emp)
*Keep desired short-haul trucking occupation and states
keep if occ_code == "53-3031"
drop if inlist(st,"PR","GU","VI","HI")
rename tot_emp total_employment_sector
keep st year total_employment_state a_mean total_employment_sector
*Generate "market shares" / insert state numbers for merging with other dataset
generate share_total_employment = total_employment_sector / total_employment_state
generate state = .
replace state = 1 if st == "AL"
replace state = 2 if st == "AK"
replace state = 4 if st == "AZ"
replace state = 5 if st == "AR"
replace state = 6 if st == "CA"
replace state = 8 if st == "CO"
replace state = 9 if st == "CT"
replace state = 10 if st == "DE"
replace state = 11 if st == "DC"
replace state = 12 if st == "FL"
replace state = 13 if st == "GA"
replace state = 15 if st == "HI"
replace state = 16 if st == "ID"
replace state = 17 if st == "IL"
replace state = 18 if st == "IN"
replace state = 19 if st == "IA"
replace state = 20 if st == "KS"
replace state = 21 if st == "KY"
replace state = 22 if st == "LA"
replace state = 23 if st == "ME"
replace state = 24 if st == "MD"
replace state = 25 if st == "MA"
replace state = 26 if st == "MI"
replace state = 27 if st == "MN"
replace state = 28 if st == "MS"
replace state = 29 if st == "MO"
replace state = 30 if st == "MT"
replace state = 31 if st == "NE"
replace state = 32 if st == "NV"
replace state = 33 if st == "NH"
replace state = 34 if st == "NJ"
replace state = 35 if st == "NM"
replace state = 36 if st == "NY"
replace state = 37 if st == "NC"
replace state = 38 if st == "ND"
replace state = 39 if st == "OH"
replace state = 40 if st == "OK"
replace state = 41 if st == "OR"
replace state = 42 if st == "PA"
replace state = 44 if st == "RI"
replace state = 45 if st == "SC"
replace state = 46 if st == "SD"
replace state = 47 if st == "TN"
replace state = 48 if st == "TX"
replace state = 49 if st == "UT"
replace state = 50 if st == "VT"
replace state = 51 if st == "VA"
replace state = 53 if st == "WA"
replace state = 54 if st == "WV"
replace state = 55 if st == "WI"
replace state = 56 if st == "WY"
drop if state == .
*Merge in the aforemntioned temp dataset
merge 1:1 state year using "intermediate/temp.dta", assert(3) nogenerate
erase "intermediate/temp.dta"
label variable leave_one_out_mean "Average Employment in Other States"
rename state state_id
drop if year == 2016
*Merge in median incomes
merge 1:1 state_id year using "data/state_incomes.dta", keep(3) assert(2 3) nogenerate keepusing(median)
*Generate log shares and log wages for elasticities
generate log_share = log(share)
generate log_wage_foruse = log(a_mean)
*Merge in the union instrument
rename state_id statefip
drop if year == 2016 | year == 2000
merge m:1 statefip year using "intermediate/cps_state_union_year.dta", nogenerate assert(2 3) keep(3)
*Need CPI to deflate incomes so they are all on the same monetary level
generate cpi = .
replace cpi = 1.37 if year == 2000
replace cpi = 1.34 if year == 2001
replace cpi = 1.32 if year == 2002
replace cpi = 1.29 if year == 2003
replace cpi = 1.25 if year == 2004
replace cpi = 1.21 if year == 2005
replace cpi = 1.17 if year == 2006
replace cpi = 1.14 if year == 2007
replace cpi = 1.10 if year == 2008
replace cpi = 1.10 if year == 2009
replace cpi = 1.09 if year == 2010
replace cpi = 1.05 if year == 2011
replace cpi = 1.03 if year == 2012
replace cpi = 1.02 if year == 2013
replace cpi = 1.00 if year == 2014
replace cpi = 1.00 if year == 2015
replace cpi = 0.99 if year == 2016
generate mediandeflated = median / cpi
ivregress 2sls log_share mediandeflated i.year leave_one_out_mean (log_wage_foruse = union), robust
erase "intermediate/cps_state_union_year.dta"
|
/*
Copyright (c) 2018 Uber Technologies, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
clear all
set more off
use "data/wage_state_year_occ.dta", clear
* Keep driving occupations only
keep if strpos(occ_code, "53-30")
drop if strpos(occ_code, "0000")
sort st year
by st year: egen tot = sum(tot_emp)
* Labor Force in each state is highest past employment level
by st: egen lforce = max(tot)
* Get job-level shares
gen share = tot_emp/(lforce + 1)
egen oc = group(occ_code)
gen wage = a_mean*tot_emp
gen lh = oc == 5
gen sh = oc == 6
* Collapse jobs to long haul, short haul, and other driving
collapse (sum) wage share tot_emp (mean) lforce tot, by(year st lh sh)
replace wage = wage/tot_emp
* Log share minus log outside job share
gen rel_share = log(share) - log((lforce-tot+1)/(lforce+1))
replace wage = log(wage)
egen sty = group(st year)
egen state = group(st)
* Drop islands
drop if st == "GU" | st == "PR" | st == "VI" | st == "HI"
preserve
* Get Instruments
use "data/wage_state_year_occ.dta", clear
keep if strpos(occ_code, "51-")
collapse (sum) tot_emp, by(area year)
destring area, replace
rename tot_emp mfct_emp
save "intermediate/temp", replace
restore
rename state state_id
mmerge state_id year using "data/state_incomes.dta", type(n:1)
rename state_id area
mmerge area year using "intermediate/temp", type(n:1)
replace mfct_emp = mfct_emp/ lforce
gen other = !lh &!sh
* MAIN REGRESSION *
cap drop d a
reghdfe rel_share sh lh (wage = lh#c.median sh#c.median other#c.median lh#c.mfct_emp sh#c.mfct_emp other#c.mfct_emp), absorb(a=sty) estimator(2sls)
predict d, d
* mean of d is fe_other in projection code
sum d
erase "intermediate/temp.dta"
|
/*
Copyright (c) 2018 Uber Technologies, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
clear all
set more off
*Graphs
*CHOOSE A FILE - SEE readme.txt and equilibrium.m for more information
*Needs to be one of "p1","p1_with_growth"
local use_estimates = "p1_with_growth"
assert inlist("`use_estimates'","p1","p1_with_growth")
insheet using "output/`use_estimates'.csv", comma clear
rename v1 projection
rename v2 multiplier
rename v3 year
rename v4 lh_wage
rename v5 sh_wage
rename v6 lh_jobs
rename v7 sh_jobs
replace sh_wage = sh_wage/1000
replace lh_wage = lh_wage/1000
replace sh_jobs = sh_jobs/1000000
replace lh_jobs = lh_jobs/1000000
sort projection multiplier
by projection multiplier: egen maxl = max(lh_jobs)
by projection multiplier: egen mins = min(sh_jobs)
gen unemployed_lh = maxl - lh_jobs
gen employed_sh = sh_jobs - mins
gen unemployed = unemployed_lh - employed_sh
gen id = 10*projection + multiplier
drop projection multiplier maxl mins
reshape wide lh_wage sh_wage lh_jobs sh_jobs unemployed unemployed_lh employed_sh, i(year) j(id)
forvalues proj = 1/3{
*Overall Employment
twoway (connected lh_jobs`proj'2 year, msymbol(circle) mcolor(red) lcolor(red) msize(vsmall) legend(label(1 "LH 2x Multiplier"))) ( connected lh_jobs`proj'3 year, msymbol(triangle) mcolor(red) lcolor(red) msize(vsmall) legend(label(2 "LH 3x Multiplier"))) ( connected lh_jobs`proj'5 year, msymbol(square) mcolor(red) lcolor(red) msize(vsmall) legend(label(3 "LH 5x Multiplier"))) ///
(connected sh_jobs`proj'2 year, msymbol(circle) mcolor(blue) lcolor(blue) msize(vsmall) legend(label(4 "SH 2x Multiplier"))) ( connected sh_jobs`proj'3 year, msymbol(triangle) mcolor(blue) lcolor(blue) msize(vsmall) legend(label(5 "SH 3x Multiplier"))) ( connected sh_jobs`proj'5 year, msymbol(square) mcolor(blue) lcolor(blue) msize(vsmall) legend(label(6 "LH 5x Multiplier")) ///
legend(rows(2) size(small)) xtitle("Year") ytitle("Employment (Millions)") graphregion(fcolor(white)) ylabel(,nogrid) xlabel(2017(3)2029) xscale(range(2017 2028)))
graph export "output/pictures/`use_estimates'_employment_s`proj'.pdf", replace
*Unemployment Change
twoway connected unemployed`proj'2 year, msize(tiny) xlabel(2017(3)2029) xscale(range(2017 2028))|| connected unemployed`proj'3 year, msize(tiny) || connected unemployed`proj'5 year, xtitle("Year") ytitle("Unemployment Change (Millions)") legend(rows(1) order(1 "2x Multiplier" 2 "3x Multiplier" 3 "5x Multiplier")) graphregion(fcolor(white)) ylabel(,nogrid) msize(tiny)
graph export "output/pictures/`use_estimates'_unemployment_s`proj'.pdf", replace
*Long-Haul Wages
twoway connected lh_wage`proj'2 year, msize(tiny) xlabel(2017(3)2029) xscale(range(2017 2028)) || connected lh_wage`proj'3 year, msize(tiny) || connected lh_wage`proj'5 year , xtitle("Year") ytitle("Long-Haul Wage (Thousands)") legend(rows(1) order(1 "2x Multiplier" 2 "3x Multiplier" 3 "5x Multiplier")) graphregion(fcolor(white)) ylabel(,nogrid) msize(tiny)
graph export "output/pictures/`use_estimates'_lhwage_s`proj'.pdf", replace
*Short-Haul Wages
twoway connected sh_wage`proj'2 year, msize(tiny) xlabel(2017(3)2029) xscale(range(2017 2028)) || connected sh_wage`proj'3 year, msize(tiny) || connected sh_wage`proj'5 year , xtitle("Year") ytitle("Short-Haul Wage (Thousands)") legend(rows(1) order(1 "2x Multiplier" 2 "3x Multiplier" 3 "5x Multiplier")) graphregion(fcolor(white)) ylabel(,nogrid) msize(tiny)
graph export "output/pictures/`use_estimates'_shwage_`proj'.pdf", replace
}
|
/*
Copyright (c) 2018 Uber Technologies, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
clear all
set more off
*Load data
use "data/cps_all.dta", clear
*Define two time periods (early and late)
*Can't use more granular time periods because of data limitations
generate time_dim = 1 * inrange(year, 2000, 2008) + 2 * inrange(year, 2009, 2016)
label variable time_dim "Time Period"
label define tdd 1 "2000-2008" 2 "2009-2016"
label values time_dim tdd
*Need to generate this...makes it easier to add things up later
generate one = 1
*Restrict to adult population
keep if age >= 16
*Create trucker and "not working" dummies
*Create a labor force status variable
generate trucker = (occ2010 == 9600)
generate notworking = (occ2010 == 9920)
generate labor_status = trucker + 2 * notworking
label define labstat 0 "Not Trucking" 1 "Trucking" 2 "Not Working"
label values labor_status labstat
*Generate count and fraction by age, labor status, and early/late designation
collapse (sum) one, by(age labor_status time_dim)
bysort age: egen total1 = sum(one)
generate fraction_truck = one/total1
rename (one fraction_truck)(one_ fraction_truck_)
drop total1
*Reshape the data for computational ease
reshape wide one_ fraction_truck_ , i(age time_dim) j(labor_status)
keep age fraction_truck_1 time_dim
label variable fraction_truck_1 "Fraction in Trucking"
replace fraction_truck_1 = 0 if fraction_truck_1 == .
xtset time_dim age
generate retirement = S.fraction_truck_1
label variable retirement "Retirement Rate (Percentage Points)"
*Generate a graph of percent in a cohort in trucking over early/late
twoway (connected fraction_truck_1 age if time_dim == 1 & inrange(age,61,70), ///
graphregion(fcolor(white)) ylabel(,nogrid) msize(tiny) xlabel(61(3)70) ytitle("Fraction in Trucking") xtitle("Age") legend(label(1 "2000-2008"))) ///
(connected fraction_truck_1 age if time_dim == 2 & inrange(age,61,70), ///
msize(tiny) legend(label(2 "2009-2016")))
*Create new variable that scales up all fractions by a common factor so that the data works for a histogram
keep age time_dim fraction_truck_1
replace fraction_truck_1 = round(fraction_truck_1 * 10^8,1)
replace fraction_truck_1 = 1 if age > 70
*Generate a histogram of age of drivers over early or late
preserve
drop if age > 75
twoway (histogram age if time_dim == 1 [fweight = fraction_truck_1], width(1) start(16) ///
graphregion(fcolor(white)) ylabel(,nogrid) xlabel(15(15)75) ytitle("Fraction in Trucking") xtitle("Age") legend(label(1 "2000-2008")) fcolor(navy%40) lcolor(navy%40)) ///
(histogram age if time_dim == 2 [fweight = fraction_truck_1], width(1) start(16) ///
legend(label(2 "2009-2016")) fcolor(red%40) lcolor(red%40) )
restore
save "intermediate/retirement_scenario.dta", replace
*This section produces projections of age patterns over time
use "intermediate/retirement_scenario.dta", clear
keep age fraction time_dim
*This is to clean up the time series and generate a new era
xtset age time_dim
count
set obs `=`r(N)'+1'
replace age = 90 if _n == _N
replace time_dim = 2 if _n == _N
replace fraction = 0 if age == 90
tsfill, full
replace fraction = 0 if fraction == .
count
set obs `= `r(N)' * 1.5'
local min = `=`r(N)' + 1'
count
local max = `r(N)'
forvalues t = `min'/`max'{
replace age = mod(`t',75) + 15 if _n == `t'
}
replace time_dim = 3 if _n >= `min'
replace age = 90 if age == 15
label define tdd 3 "Future", add
xtset age time_dim
*Set number of drivers to zero for ages > 71
replace fraction_truck_1 = 0 if inrange(age,71,.)
*Generate retirement rates by projecting forward average trend
generate change_rate = (fraction_truck_1 - L.fraction_truck_1)/L.fraction_truck_1
generate age_group = 1 * (inrange(age,60,70) != 1) + 2 * (inrange(age,60,70) == 1)
bysort age_group: egen meannn = mean(change_rate)
replace meannn = . if age_group == 1
xtset age time_dim
generate future = .
replace future = L.fraction_truck_1 * (1 + meannn) if time_dim == 3 & age_group == 2
replace future = L.fraction_truck_1 * (1 + L.change_rate) if time_dim == 3 & age_group == 1
replace future = 0 if time_dim == 3 & inrange(age,71,.)
replace fraction = 0 if fraction == .
rename future future_3
keep age future_3 time_dim
keep if time_dim == 3
drop time_dim
tsset age
*Smooth the retirement where necessary
forvalues t= 61/70{
replace future_3 = (L.future_3 + F.future_3)/2 ///
if age == `t' & future_3 > L.future_3
}
replace future_3 = 0 if inrange(age,16,70) == 0
keep if inrange(age,16,90)
save "intermediate/retirement_scenario_projections.dta", replace
*Import retirement rates and generate current age distribution
use "intermediate/retirement_scenario_projections.dta", clear
merge 1:m age using "intermediate/retirement_scenario.dta", nogenerate
keep if time_dim == 2
drop time_dim
sort age
*use this to get at number in age group
keep if inrange(age,16,70)
egen total_fraction = sum(fraction_truck_1)
generate number_here = fraction_truck_1 / total_fraction * 1704520
*According to the BLS there are 1,704,520 "Heavy and Tractor-Trailer Truck Drivers" (as of May 2016)
*https://www.bls.gov/oes/current/oes_nat.htm#53-0000
tsset age
generate retirement_rate = S.future_ / L.future_
*Exercise: Fix the number of drivers in each trucking cohort
*Keep this number fixed until they hit age 60
*Then for each year from 60 --> 70 "retire" them at the rate specified
*Once they hit 71 they are retired with probability one
keep age number_here retirement_rate
save "intermediate/temporary.dta", replace
keep if age>= 61
drop number_here
generate one = 1
reshape wide retirement_rate, i(one) j(age)
save "intermediate/retirement_rates.dta", replace
use "intermediate/temporary.dta", clear
drop retirement_rate
erase "intermediate/temporary.dta"
generate one = 1
merge m:1 one using "intermediate/retirement_rates.dta", nogenerate
drop one
*Generate retirement rate by year-cohort
forvalues s = 2017/2028{
generate retirement_`s' = .
}
forvalues t = 0/9{
replace retirement_2017 = retirement_rate`=`t' + 61' if age == `=`t' + 60'
}
forvalues t = 0/9{
replace retirement_2018 = retirement_rate`=`t' + 61' if age == `=`t' + 59'
}
forvalues t = 0/9{
replace retirement_2019 = retirement_rate`=`t' + 61' if age == `=`t' + 58'
}
forvalues t = 0/9{
replace retirement_2020 = retirement_rate`=`t' + 61' if age == `=`t' + 57'
}
forvalues t = 0/9{
replace retirement_2021 = retirement_rate`=`t' + 61' if age == `=`t' + 56'
}
forvalues t = 0/9{
replace retirement_2022 = retirement_rate`=`t' + 61' if age == `=`t' + 55'
}
forvalues t = 0/9{
replace retirement_2023 = retirement_rate`=`t' + 61' if age == `=`t' + 54'
}
forvalues t = 0/9{
replace retirement_2024 = retirement_rate`=`t' + 61' if age == `=`t' + 53'
}
forvalues t = 0/9{
replace retirement_2025 = retirement_rate`=`t' + 61' if age == `=`t' + 52'
}
forvalues t = 0/9{
replace retirement_2026 = retirement_rate`=`t' + 61' if age == `=`t' + 51'
}
forvalues t = 0/9{
replace retirement_2027 = retirement_rate`=`t' + 61' if age == `=`t' + 50'
}
forvalues t = 0/9{
replace retirement_2028 = retirement_rate`=`t' + 61' if age == `=`t' + 49'
}
*Assign the correct retirement rate to a cohort
tsset age
forvalues s = 2017/2028{
replace retirement_`s' = -1 if age == `=2087-`s'' & retirement_`s' == .
}
forvalues s = 2017/2028{
replace retirement_`s' = -1 if L.retirement_`s' == -1
replace retirement_`s' = 0 if retirement_`s' == .
}
drop retirement_rate*
*Generate number employed/retired in a cohort
forvalues s = 2017/2028{
generate number_retired_`s' = .
generate number_employed_`s' = .
}
replace number_employed_2017 = (1 + retirement_2017) * number_here
forvalues s = 2018/2028{
replace number_employed_`s' = (1 + retirement_`s') * number_employed_`=`s'-1'
}
forvalues s = 2017/2028{
replace number_retired_`s' = number_here - number_employed_`s'
}
collapse (sum) number_employed_* number_retired_* number_here
sum number_here, d
local total = `r(mean)'
display `total'
generate one = 1
reshape long number_retired_ number_employed_, i(one) j(year)
drop one
assert abs(number_retired_ + number_employed_ - `total') < 0.01
*Create per-thousand variable
generate number_retired_rounded = round(number_retired_/1000,.001)
*Generate bar graph of cumulative retirees per year
graph bar number_retired_rounded, over(year) ylabel(,nogrid) graphregion(fcolor(white)) ytitle("Cumulative Projected Number of Retirees (in Thousands)")
save "intermediate/retirement_employment_by_year.dta", replace
*Generate retirement survival curve
use "intermediate/retirement_rates.dta", clear
reshape long retirement_rate, i(one) j(age)
set obs 11
replace age = 60 if _n == _N
replace one = 1 if age == 60
replace retirement_rate = 0 if age == 60
tsset age
replace one = L.one * (1 + retirement_rate) if age > 60
replace one = 100 * one
label variable one "Percentage Not Retired"
set obs 12
replace age = 71 if _n == _N
replace one = 0 if age == 71
set obs 13
replace age = 72 if _n == _N
replace one = 0 if age == 72
twoway connected one age, ///
graphregion(fcolor(white)) ylabel(,nogrid) xtitle("Age") msize(tiny) xlabel(60(2)72)
*Generate number of retirees per year graph
use "intermediate/retirement_employment_by_year.dta", clear
tsset year
count
set obs `=`r(N)'+1'
replace year = 2016 if year == .
replace number_retired_ = 0 if year == 2016
sort year
generate new_retirees = S.number_retired_
drop if year == 2016
generate new_retirees_rounded = round(new_retirees/1000,0.001)
graph bar new_retirees_rounded, over(year) ylabel(,nogrid) graphregion(fcolor(white)) ///
ytitle("Projected Number of Retirees (in Thousands)") bar(1,color(maroon)) ///
yscale(range(0 40)) ylabel(0(10)40)
erase "intermediate/retirement_scenario.dta"
erase "intermediate/retirement_scenario_projections.dta"
erase "intermediate/retirement_rates.dta"
|
/*
Copyright (c) 2018 Uber Technologies, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
clear all
set more off
*Open CPS data
use "data/cps_all.dta"
tabulate union, generate(union_status_)
*Label union status variables
label variable union_status_1 "Not in Universe"
label variable union_status_2 "No union coverage"
label variable union_status_3 "Member of labor union"
label variable union_status_4 "Covered by union but not a member"
*Use the earnings weights (recommended for union variable) from CPS
*Weights should help the CPS population better approximate actual population
generate earn_weight_recip = 1/earnwt
*Calculate number unionized (in union or covered by union in a state-year)
*Note we ignore union_status_1 since these people aren't in the universe asked this question
collapse union_status_* [pweight = earn_weight_recip], by(year state)
generate union = (union_status_3 + union_status_4) / (union_status_2 + union_status_3 + union_status_4)
keep year statefip union
save "intermediate/cps_state_union_year.dta", replace
|
/*
Copyright (c) 2018 Uber Technologies, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
clear all
set more off
global data_dir = "../data/"
* Keep the 2015 dollars figures
import excel "$data_dir\h08.xls", sheet("h08") cellrange(A63) clear
drop if _n > 51
rename B median2015
rename C std2015
rename D median2014
rename E std2014
rename F median2013
rename G std2013
rename H median2012
rename I std2012
rename J median2011
rename K std2011
rename L median2010
rename M std2010
rename N median2009
rename O std2009
rename P median2008
rename Q std2008
rename R median2007
rename S std2007
rename T median2006
rename U std2006
rename V median2005
rename W std2005
rename X median2004
rename Y std2004
rename Z median2003
rename AA std2003
rename AB median2002
rename AC std2002
rename AD median2001
rename AE std2001
rename AF median2000
rename AG std2000
rename A state
keep state median* std*
reshape long median std, i(state) j(year)
generate state_id = .
replace state_id = 1 if state == "Alabama"
replace state_id = 2 if state == "Alaska"
replace state_id = 4 if state == "Arizona"
replace state_id = 5 if state == "Arkansas"
replace state_id = 6 if state == "California"
replace state_id = 8 if state == "Colorado"
replace state_id = 9 if state == "Connecticut"
replace state_id = 10 if state == "Delaware"
replace state_id = 11 if state == "D.C."
replace state_id = 12 if state == "Florida"
replace state_id = 13 if state == "Georgia"
replace state_id = 15 if state == "Hawaii"
replace state_id = 16 if state == "Idaho"
replace state_id = 17 if state == "Illinois"
replace state_id = 18 if state == "Indiana"
replace state_id = 19 if state == "Iowa"
replace state_id = 20 if state == "Kansas"
replace state_id = 21 if state == "Kentucky"
replace state_id = 22 if state == "Louisiana"
replace state_id = 23 if state == "Maine"
replace state_id = 24 if state == "Maryland"
replace state_id = 25 if state == "Massachusetts"
replace state_id = 26 if state == "Michigan"
replace state_id = 27 if state == "Minnesota"
replace state_id = 28 if state == "Mississippi"
replace state_id = 29 if state == "Missouri"
replace state_id = 30 if state == "Montana"
replace state_id = 31 if state == "Nebraska"
replace state_id = 32 if state == "Nevada"
replace state_id = 33 if state == "New Hampshire"
replace state_id = 34 if state == "New Jersey"
replace state_id = 35 if state == "New Mexico"
replace state_id = 36 if state == "New York"
replace state_id = 37 if state == "North Carolina"
replace state_id = 38 if state == "North Dakota"
replace state_id = 39 if state == "Ohio"
replace state_id = 40 if state == "Oklahoma"
replace state_id = 41 if state == "Oregon"
replace state_id = 42 if state == "Pennsylvania"
replace state_id = 44 if state == "Rhode Island"
replace state_id = 45 if state == "South Carolina"
replace state_id = 46 if state == "South Dakota"
replace state_id = 47 if state == "Tennessee"
replace state_id = 48 if state == "Texas"
replace state_id = 49 if state == "Utah"
replace state_id = 50 if state == "Vermont"
replace state_id = 51 if state == "Virginia"
replace state_id = 53 if state == "Washington"
replace state_id = 54 if state == "West Virginia"
replace state_id = 55 if state == "Wisconsin"
replace state_id = 56 if state == "Wyoming"
save "$data_dir/state_incomes.dta", replace
|
*CCR# Female Form Cleaning
**Make sure you are using the Female Database with a date
*Should automatically use the FRQ but if not, use the directory below
*use "$datadir/CCR#_FRQ_$date.dta"
**Examples
*drop duplicates, drop forms that are incorrectly created
*Drop duplicate RE Celine Dion
*Two forms for same persion in EA1/structure/1household1, first one is only partially complete, second is complete
*drop if metainstanceID=="uuid:5734bec2-e9a7-4dd5-8c80-5475b13f04bd"
***drops duplicate Female**
*RE Jennifer Lopez
*created forms without linking household for EA1/structure/1household1
*drop if metainstanceID=="somemetainstanceID"
/*
*Christine-Nafula 66 Alice & Leah[The data is not completely the same and though the name is the same kept the one done on the 3rd visit
drop if metainstanceID=="uuid:7919e3b6-3e59-45d3-91d7-14bb2aaada3b"
drop if metainstanceID=="uuid:b7a9d82e-679c-45bb-8afb-408b2a750532"
replace structure=162 if structure==192 & metainstanceID=="uuid:68437931-e4d2-45f3-8d66-3a412244f19d"
*/
save, replace
|
*CCR# Household Form Cleaning
**Make sure you are using the Household Database with a date
**Should not need to update the dataset directory but if you do, use the command below
*use "$datadir/CCR#_Combined_$date"
***RE/EA specific cleaning
*IF there are exact duplicates, drop
*If there are households that were entered more than once and hh_duplicate_check is yes for one and no for the other, drop no
*If there are households with same number, but different people listed, add 1000 to one of the household numbers to indicate that the number
*was changed from the original but dont have the correct number
**Examples
*drop if metainstanceID=="uuid:3dd03052-4073-454b-9bee-26179f35047a"
*replace household=household+1000 if metainstanceID=="uuid:f10aad48-7ca4-4da3-9ddf-54718bba9fb4"
*replace FRS_form_name="" if metainstanceID=="uuid:a6a4e656-ecff-4fbd-b239-cf3a9ebf41eb" & FRS_form_name=="FR:new_town-5-2-Alberta-23"
*RE Rachel McAdams entered same person twice in EA#/strucutre#/household#
*drop if member_number=="uuid:6b13a668-503e-4ec6-813f-497840b65b37/HH_member[7]"
*replace num_HH_members=6 if metainstanceID=="uuid:6b13a668-503e-4ec6-813f-497840b65b37"
**Changing structure numbers**
save, replace
|
// ========= Drop duplicate Households =========
*=========== Clean Structure and Household number errors ==========================
|
****PMA 2020 Data Quality Checks****
** Original Version Written in Bootcamp July 21-23, 2014****
set more off
local CCRX $CCRX
******************************
use `CCRX'_Combined_$date.dta, clear
*Check if there are any remaining duplicates
duplicates report member_number
duplicates report FQmetainstanceID
capture drop dupFQmeta
duplicates tag FQmetainstanceID, gen(dupFQmeta)
duplicates drop FQmetainstanceID if FQmetainstanceID!="", force
save, replace
********************************************************************************************************************
******************************All country specific variables need to be encoded here********************
/*Section 1 is questions/variables that are in either household/female in all countries
Section 2 is questions/variables only in one country
***Household and Female
*Household
*Update corrected date of interview if phone had incorrect settings. Update to year/month of data collection
**Assets
**Livestock
**Floor
**Roof
**Walls
*Female
*Update corrected date of interview if phone had incorrect settings. Update to year/month of data collection
**School
**FP Provider
*/
local level1 state
local level2 lga
local level3 locality
*local level4 location
*Household DOI
capture drop doi*
gen doi=system_date
replace doi=manual_date if manual_date!="." & manual_date!=""
split doi, gen(doisplit_)
capture drop wrongdate
gen wrongdate=1 if doisplit_3!="2018"
replace wrongdate=1 if doisplit_1!="Apr" & doisplit_1!="May" & doisplit_1!="Jun" & doisplit_1!=""
*If survey spans across 2 years
/*replace wrongdate=1 if doisplit_3!="2018"
replace wrongdate=1 if doisplit_1!="Jan" & doisplit_1!=""
*/
gen doi_corrected=doi
replace doi_corrected=SubmissionDate if wrongdate==1 & SubmissionDate!=""
drop doisplit*
*Assets
split assets, gen(assets_)
local x=r(nvars)
foreach var in electricity radio tv mobile landline refrigerator cable_tv ///
electric_gen ac computer elec_iron fan watch bicycle motorcycle animalcart ///
car canoe boatmotor {
gen `var'=0 if assets!="" & assets!="-99"
forval y=1/`x' {
replace `var'=1 if assets_`y'=="`var'"
}
}
drop assets_*
*Livestock
foreach x in cows_bulls horses goats sheep chickens pigs {
capture rename owned_`x'* `x'_owned
capture label var `x'_owned "Total number of `x' owned"
destring `x'_owned, replace
}
*Roof/Wall/Floor
**Numeric codes come from country specific DHS questionnaire
label define floor_list 11 earth 12 dung 21 planks 22 palm_bamboo 31 parquet 32 vinyl_asphalt 33 ceramic_tiles 34 cement ///
35 carpet 96 other -99 "-99"
encode floor, gen(floorv2) lab(floor_list)
label define roof_list 11 no_roof 12 thatched 21 rustic_mat 22 palm_bamboo 23 wood_planks 24 cardboard ///
31 metal 32 wood 34 ceramic_tiles 35 cement 36 shingles 37 asbestos 96 other -99 "-99"
encode roof, gen(roofv2) lab(roof_list)
label define walls_list 11 no_walls 12 cane_palm 13 dirt 21 bamboo_mud 22 stone_mud 24 plywood 25 cardboard ///
26 reused_wood 31 cement 32 stone_lime 33 bricks 34 cement_blocks 36 wood_planks_shingles 96 other -99 "-99"
encode walls, gen(wallsv2) lab(walls_list)
*Language
capture label define language_list 1 english 2 hausa 3 igbo 4 yoruba 5 pidgin 96 other
encode survey_language, gen(survey_languagev2) lab(language_list)
label var survey_languagev2 "Language of household interview"
****************************************************************
*************************** Female ************************
**Country specific female questionnaire changes
*Year and month of data collection.
gen FQwrongdate=1 if thisyear!=2018 & thisyear!=.
replace FQwrongdate=1 if thismonth!=4 & thismonth!=5 & thismonth!=6 & thismonth!=.
*If survey spans across 2 years
/*replace FQwrongdate=1 if thisyear!=2018 & thisyear!=.
replace FQwrongdate=1 if thismonth!=1 & thismonth!=.
*/
gen FQdoi=FQsystem_date
replace FQdoi = FQmanual_date if FQmanual_date!="." & FQmanual_date!=""
gen FQdoi_corrected=FQdoi
replace FQdoi_corrected=FQSubmissionDate if FQwrongdate==1 & FQSubmissionDate!=""
*Education Categories
label def school_list 0 never 1 primary 2 secondary 3 higher -99 "-99"
encode school, gen(schoolv2) lab(school_list)
*Methods
**The only part that needs to be updated is 5. In countries with only one injectables option it should be injectables instead of injectables_3mo
label define methods_list 1 female_sterilization 2 male_sterilization 3 implants 4 IUD 5 injectables ///
6 injectables_1mo 7 pill 8 emergency 9 male_condoms 10 female_condoms 11 diaphragm ///
12 foam 13 beads 14 LAM 15 N_tablet 16 injectables_sc 30 rhythm 31 withdrawal ///
39 other_traditional -99 "-99"
encode first_method, gen(first_methodnum) lab(methods_list)
order first_methodnum, after(first_method)
encode current_recent_method, gen(current_recent_methodnum) lab(methods_list)
order current_recent_methodnum, after(current_recent_method)
encode recent_method, gen(recent_methodnum) lab(methods_list)
order recent_methodnum, after(recent_method)
encode pp_method, gen(pp_methodnum) lab(methods_list)
order pp_methodnum, after(pp_method)
capture encode penultimate_method, gen(penultimate_methodnum) lab(methods_list)
*Drop variables not included in country
*In variable list on the foreach line, include any variables NOT asked about in country
foreach var of varlist injectables3 injectables1 N_tablet {
sum `var'
if r(min)==0 & r(max)==0 {
drop `var'
}
}
capture confirm var sayana_press
if _rc==0 {
replace sayana_press=1 if regexm(current_method, "sayana_press") & FRS_result==1
}
*Source of contraceptive supplies
label define providers_list 11 govt_hosp 12 govt_health_center 13 FP_clinic 14 mobile_clinic_public 15 fieldworker_public ///
21 private_hospital 22 pharmacy 23 chemist 24 private_doctor 25 mobile_clinic_private 26 fieldworker_private ///
31 shop 32 church 33 friend_relative 34 NGO 35 market ///
96 other -88 "-88" -99 "-99"
encode fp_provider_rw, gen(fp_provider_rwv2) lab(providers_list)
capture encode fp_provider_rw, gen(fp_provider_rwv2) lab(providers_list)
*FQ Language
capture label define language_list 1 english 2 hausa 3 igbo 4 yoruba 5 pidgin 96 other
capture encode FQsurvey_language, gen(FQsurvey_languagev2) lab(language_list)
capture label var FQsurvey_language "Language of Female interview"
***************************************************************************************************
***SECTION 2: COUNTRY SPECIFIC QUESTIONS
capture confirm var religion
if _rc==0 {
label define religion_list 1 catholic 2 other_christian 3 islam 4 traditionalist 96 other -77 "-77" -99 "-99"
encode religion, gen(religionv2) lab(religion_list)
sort metainstanceID religionv2
bysort metainstanceID: replace religionv2 =religionv2[_n-1] if religionv2==.
label var religionv2 "Religion of household head"
}
capture confirm var ethnicity
if _rc==0 {
label define ethnicity_list 1 afo_gwandara 2 alago 3 eggon 4 fufulde 5 hausa 6 igbo 7 izon_ijaw 8 katab_tyap ///
9 mada 10 mambila 11 mumuye 12 ogoni 13 rundawa 14 wurkum 15 yoruba 96 other -99 "-99"
encode ethnicity, gen(ethnicityv2) lab(ethnicity_list)
sort metainstanceID ethnicityv2
bysort metainstanceID: replace ethnicityv2=ethnicityv2[_n-1] if ethnicityv2==.
label var ethnicityv2 "Ethnicity of household head"
}
//REVISION: BL 01Nov2017 follow-up consent
capture confirm var flw_*
if _rc==0 {
label var flw_willing "Willing to participate in another survey"
encode flw_willing, gen(flw_willingv2) lab(yes_no_dnk_nr_list)
label var flw_number_yn "Owns a phone"
encode flw_number_yn, gen(flw_number_ynv2) lab(yes_no_dnk_nr_list)
label var flw_number_typed "Phone number"
}
unab vars: *v2
local stubs: subinstr local vars "v2" "", all
foreach var in `stubs'{
rename `var' `var'QZ
order `var'v2, after(`var'QZ)
}
rename *v2 *
drop *QZ
//Kenya R6
capture label var hh_location_ladder "Location of house on wealth ladder: 1 = poorest, 10 = wealthiest"
***************************************************************************************************
********************************* COUNTRY SPECIFIC WEIGHT GENERATION *********************************
***************************************************************************************************
**Import sampling fraction probabilities and urban/rural
**NEED TO UPDATE PER COUNTRY
/*
merge m:1 EA using "C:/Users/Shulin/Dropbox (Gates Institute)/PMADataManagement_Uganda/Round5/WeightGeneration/UGR5_EASelectionProbabilities_20170717_lz.dta", gen(weightmerge)
drop region subcounty district
tab weightmerge
**Need to double check the weight merge accuracy
capture drop if weightmerge!=3
label define urbanrural 1 "URBAN" 2 "RURAL"
label val URCODE urbanrural
rename URCODE ur
capture rename EASelectionProbabiltiy EASelectionProbability
gen HHProbabilityofselection=EASelectionProbability * ($EAtake/HHTotalListed)
replace HHProbabilityofselection=EASelectionProbability if HHTotalListed<$EAtake
generate completedhh=1 if (HHQ_result==1) & metatag==1
*Denominator is any household that was found (NOT dwelling destroyed, vacant, entire household absent, or not found)
generate hhden=1 if HHQ_result<6 & metatag==1
*Count completed and total households in EA
bysort ur: egen HHnumtotal=total(completedhh)
bysort ur: egen HHdentotal=total(hhden)
*HHweight is1/ HHprobability * Missing weight
gen HHweight=(1/HHProbability)*(1/(HHnumtotal/HHdentotal)) if HHQ_result==1
**Generate Female weight based off of Household Weight
**total eligible women in the EA
gen eligible1=1 if eligible==1 & (last_night==1)
bysort ur: egen Wtotal=total(eligible1)
**Count FQforms up and replace denominator of eligible women with forms uploaded
*if there are more female forms than estimated eligible women
gen FQup=1 if FQmetainstanceID!=""
gen FQup1=1 if FQup==1 & (last_night==1)
bysort ur: egen totalFQup=total(FQup1)
drop FQup1
replace Wtotal=totalFQup if totalFQup>Wtotal & Wtotal!=. & totalFQup!=.
**Count the number of completed or partly completed forms (numerator)
gen completedw=1 if (FRS_result==1 ) & (last_night==1) //completed, or partly completed
bysort ur: egen Wcompleted=total(completedw)
*Gen FQweight as HHweight * missing weight
gen FQweight=HHweight*(1/(Wcompleted/Wtotal)) if eligible1==1 & FRS_result==1 & last_night==1
gen HHweightorig=HHweight
gen FQweightorig=FQweight
**Normalize the HHweight by dividing the HHweight by the mean HHweight (at the household leve, not the member level)
preserve
keep if metatag==1
su HHweight
replace HHweight=HHweight/r(mean)
sum HHweight
tempfile temp
keep metainstanceID HHweight
save `temp', replace
restore
drop HHweight
merge m:1 metainstanceID using `temp', nogen
**Normalize the FQweight
sum FQweight
replace FQweight=FQweight/r(mean)
sum FQweight
drop weightmerge HHProbabilityofselection completedhh-HHdentotal eligible1-Wcompleted
rename REGIONCODEUR strata
*/
***************************************************************************************************
********************************* GENERIC DONT NEED TO UPDATE *********************************
********************************************************************************************************************
*1. Drop unneccessary variables
rename consent_obtained HQconsent_obtained
drop consent* FQconsent FQconsent_start *warning* ///
respondent_in_roster roster_complete ///
deviceid simserial phonenumber *transfer *label* ///
witness_manual *prompt* witness_manual *check* *warn* FQKEY ///
unlinked* error_*heads metalogging eligibility_screen* ///
more_hh_members* *GeoID* dupFRSform deleteTest dupFQ FQresp error *note* ///
HHmemberdup waitchild
capture drop why_not_using_c
capture drop last_time_sex_lab menstrual_period_lab *unlinked close_exit
capture drop begin_using_lab
capture drop anychildren
capture drop yeschildren
capture drop childmerge
capture drop dupFQmeta
capture drop *Section*
rename HQconsent_obtained consent_obtained
capture drop if EA=="9999" | EA==9999
sort metainstanceID member_number
/***************** RECODE CURRENT METHOD **********************************
1. Recent EC users recoded to current users
2. LAM Users who are not using LAM recoded
3. Female sterilization users who do not report using sterilization are recoded
4. SP users recoded to SP
********************************************************************/
**Recode recent EC users to current users
gen current_methodnum=current_recent_methodnum if current_user==1
label val current_methodnum methods_list
gen current_methodnumEC=current_recent_methodnum if current_user==1
replace current_methodnumEC=8 if current_recent_methodnum==8 & current_user!=1
label val current_methodnumEC methods_list
gen current_userEC=current_user
replace current_userEC=. if current_methodnumEC==-99
replace current_userEC=1 if current_recent_methodnum==8 & current_user!=1
gen recent_userEC=recent_user
replace recent_userEC=. if current_recent_methodnum==8
gen recent_methodEC=recent_method
replace recent_methodEC="" if recent_method=="emergency"
gen recent_methodnumEC=recent_methodnum
replace recent_methodnumEC=. if recent_methodnum==8
label val recent_methodnumEC methods_list
gen fp_ever_usedEC=fp_ever_used
replace fp_ever_usedEC=1 if current_recent_methodnum==8 & fp_ever_used!=1
gen stop_usingEC=stop_using
gen stop_usingSIFEC=stop_usingSIF
replace stop_using_why_cc=subinstr(stop_using_why_cc, "difficult_to_conceive", "diff_conceive", .)
replace stop_using_why_cc=subinstr(stop_using_why_cc, "interferes_with_body", "interf_w_body", .)
foreach reason in infrequent pregnant wanted_pregnant husband more_effective no_method_available health_concerns ///
side_effects no_access cost inconvenient fatalistic diff_conceive interf_w_body other {
gen stop_usingEC_`reason'=stop_using_`reason'
replace stop_usingEC_`reason'=. if current_recent_methodnum==8
}
replace stop_usingEC="" if current_recent_methodnum==8
replace stop_usingSIFEC=. if current_recent_methodnum==8
gen future_user_not_currentEC=future_user_not_current
replace future_user_not_currentEC=. if current_recent_methodnum==8
gen future_user_pregnantEC=future_user_pregnant
replace future_user_pregnantEC=. if current_recent_methodnum==8
gen ECrecode=0
replace ECrecode=1 if (regexm(current_recent_method, "emergency"))
*******************************************************************************
* RECODE LAM
*******************************************************************************
tab LAM
* CRITERIA 1. Birth in last six months
* Calculate time between last birth and date of interview
* FQdoi_corrected is the corrected date of interview
gen double FQdoi_correctedSIF=clock(FQdoi_corrected, "MDYhms")
format FQdoi_correctedSIF %tc
* Number of months since birth=number of hours between date of interview and date
* of most recent birth divided by number of hours in the month
gen tsincebh=hours(FQdoi_correctedSIF-recent_birthSIF)/730.484
gen tsinceb6=tsincebh<6
replace tsinceb6=. if tsincebh==.
* If tsinceb6=1 then had birth in last six months
* CRITERIA 2. Currently ammenhoeric
gen ammen=0
* Ammenhoeric if last period before last birth
replace ammen=1 if menstrual_period==6
* Ammenhoerric if months since last period is greater than months since last birth
g tsincep = menstrual_period_value if menstrual_period==3 // months
replace tsincep = int(menstrual_period_value/30) if menstrual_period==1 // days
replace tsincep = int(menstrual_period_value/4.3) if menstrual_period==2 // weeks
replace tsincep = menstrual_period_value*12 if menstrual_period==4 // years
replace ammen=1 if tsincep>tsincebh & tsincep!=.
* Only women both ammenhoerric and birth in last six months can be LAM
gen lamonly=1 if current_method=="LAM"
replace lamonly=0 if current_methodnumEC==14 & (regexm(current_method, "rhythm") | regexm(current_method, "withdrawal") | regexm(current_method, "other_traditional"))
gen LAM2=1 if current_methodnumEC==14 & ammen==1 & tsinceb6==1
tab current_methodnumEC LAM2, miss
replace LAM2=0 if current_methodnumEC==14 & LAM2!=1
* Replace women who do not meet criteria as traditional method users
capture rename lam_probe_current lam_probe
capture confirm variable lam_probe
if _rc==0 {
capture noisily encode lam_probe, gen(lam_probev2) lab(yes_no_dnk_nr_list)
drop lam_probe
rename lam_probev2 lam_probe
replace current_methodnumEC=14 if LAM2==1 & lam_probe==1
replace current_methodnumEC=30 if lam_probe==0 & lamonly==0 & regexm(current_method, "rhythm")
replace current_methodnumEC=31 if current_methodnumEC==14 & lam_probe==0 & lamonly==0 & regexm(current_method, "withdrawal") & !regexm(current_method, "rhythm")
replace current_methodnumEC=39 if current_methodnumEC==14 & lam_probe==0 & lamonly==0 & regexm(current_method, "other_traditional") & !regexm(current_method, "withdrawal") & !regexm(current_method, "rhythm")
replace current_methodnumEC=39 if lam_probe==1 & current_methodnumEC==14 & LAM2==0
replace current_methodnumEC=. if current_methodnumEC==14 & lam_probe==0 & lamonly==1
replace current_userEC=0 if current_methodnumEC==. | current_methodnumEC==-99
}
else {
replace current_methodnumEC=39 if LAM2==0
}
drop tsince* ammen
*******************************************************************************
* RECODE First Method Female Sterilization
*******************************************************************************
replace current_methodnumEC=1 if first_methodnum==1
capture replace current_methodnumEC=1 if sterilization_probe==1
*******************************************************************************
* RECODE Injectables_SC
*injectable
*******************************************************************************
capture replace current_methodnumEC=16 if (injectable_probe_current==2 | injectable_probe_current==3) ///
& regexm(current_recent_method,"injectable")
capture replace recent_methodnumEC=16 if (injectable_probe_recent==2 | injectable_probe_recent==3)
gen first_methodnumEC=first_methodnum
capture replace first_methodnumEC=16 if injectable_probe_first==2
capture replace pp_methodnum=16 if (injectable_probe_pp==2 | injectable_probe_pp==3)
*******************************************************************************
* Define CP, MCP, TCP and longacting
*******************************************************************************
gen cp=0 if HHQ_result==1 & FRS_result==1 & (last_night==1)
replace cp=1 if HHQ_result==1 & current_methodnumEC>=1 & current_methodnumEC<=39 & FRS_result==1 & (last_night==1)
label var cp "Current use of any contraceptive method"
gen mcp=0 if HHQ_result==1 & FRS_result==1 & (last_night==1)
replace mcp=1 if HHQ_result==1 & current_methodnumEC>=1 & current_methodnumEC<=19 & FRS_result==1 & (last_night==1)
label var mcp "Current use of any modern contraceptive method"
gen tcp=0 if HHQ_result==1 & FRS_result==1 & (last_night==1)
replace tcp=1 if HHQ_result==1 & current_methodnumEC>=30 & current_methodnumEC<=39 & FRS_result==1 & (last_night==1)
label var tcp "Current user of any traditional contraceptive method"
gen longacting=current_methodnumEC>=1 & current_methodnumEC<=4 & mcp==1
label variable longacting "Current use of long acting contraceptive method"
label val cp mcp tcp longacting yes_no_dnk_nr_list
sort metainstanceID member_number
gen respondent=1 if firstname!="" & (HHQ_result==1 | HHQ_result==5)
replace respondent=0 if (HHQ_result==1 | HHQ_result==5) & respondent!=1
bysort metainstanceID: egen totalresp=total(respondent)
replace respondent=0 if totalresp>1 & totalresp!=. & relationship!=1 & relationship!=2
recast str244 names, force
saveold `CCRX'_Combined_ECRecode_$date.dta, replace version(12)
****************** KEEP GPS ONLY *******************
********************************************************************
preserve
keep if FQmetainstanceID!=""
keep FQLatitude FQLongitude FQAltitude FQAccuracy RE FQmetainstanceID $GeoID household structure EA
export excel using "`CCRX'_FQGPS_$date.csv", firstrow(var) replace
restore
preserve
keep if metatag==1
keep locationLatitude locationLongitude locationAltitude locationAccuracy RE metainstanceID $GeoID household structure EA
rename location* HQ*
export excel using "`CCRX'_HHQGPS_$date.csv", firstrow(var) replace
restore
****************** REMOVE IDENTIFYING INFORMATION *******************
*******************************************************************
capture rename facility_name* facility_nm*
drop *name* *Name*
drop *Latitude *Longitude *Altitude *Accuracy location*
capture drop *GPS*
capture rename facility_nm* facility_name*
capture drop flw_number_type
saveold `CCRX'_NONAME_ECRecode_$date.dta, replace version(12)
|
****PMA 2020 Data Quality Checks****
***Version Jan 17 2017****
**VERSION HISTORY AT END OF DO FILE
**First do file in series
/*Code is based on Stata 12 but some commands for Stata 11 and below are included and commented with *.
To use Stata 11 and below, comment out Stata 12 comments and remove the * before Stata 11 commands
This do file is designed to clean and check data. Information from Briefcase will need to be downloaded and exported as csv.
The do file will then (by country):
Step 1
a. Append all different versions of the Household Questionnaire into one version and destrings variables as appropriate, codes, and labels each questionnaire
b. Append all different versions of the Household Roster into one version and destrings variables as appropriate, codes, and labels each questionnaire
c. Append all different versions of the Female Questionnaire into one version and destrings variables as appropriate, codes, and labels each questionnaire
*All duplicates are tagged and dropped if they are complete duplicates
Step 2
a. Merge the Household Questionnaire, the Household Roster, and the Female Questionnaire into one file
*Also identifies any female questionnaires that exist but do not merge with a household form and all
*female quesitonnaires that are identified by an HHRoster but that do not have a FQ
It then runs the following checks by RE and EA (in some cases, REs may conduct interviews in EAs other
than their own. This catches any potential outside survey)s:
1. Total number of HHQs that are uploaded
2. Total number of HHQs that are marked as complete
3. Total number of HHQs that are marked as refused
4. Total number of HHQs that are marked as No One Home
5. Total number of eligible women identified
6. Total number of FQ forms that are uploaded to the server
7. Total number of FQ forms that were completed
8. Total number of FQ forms that were refused
9. Total number of FQ forms that were not at home
Additional information includes minimum time to complete surveys, number of HHQ and FQ
that do not have GPS or GPS more than 6 m
**********************************************************************************
*/
clear matrix
clear
set more off
set maxvar 30000
*******************************************************************************
* SET MACROS: UPDATE THIS SECTION FOR EACH COUNTRY/ROUND
*******************************************************************************
*BEFORE USE THE FOLLOWING NEED TO BE UPDATED:
*Country/Round/Abbreviations
global Country CD
global Round Round7
global round 7
global country CD
global CCRX CDR7
*Locals (Dont need to Update)
local Country "$Country"
local Round "$Round"
local CCRX "$CCRX"
*Year of the Survey
local SurveyYear 2018
local SYShort 18
******CSV FILE NAMES ****
*HHQ CSV File name
global HHQcsv CDR7_Household_Questionnaire_v6
*FQ CSV File name
global FQcsv CDR7_Female_Questionnaire_v6
***If the REs used a second version of the form, update these
*If they did not use a second version, DONT UPDATE
*global HHQcsv2 GHR5_Household_Questionnaire_v6
*global FQcsv2 GHR5_Female_Questionnaire_v6
**************
**************
*******DO FILE NAMES******
*HHQ_DataChecking File Name
local HHQdofile CCRX_HHQ_Datachecking_v19.0_25Sep2018_AR
*FRQ_DataChecking File Name
local FRQdofile CCRX_FRQ_DataChecking_v27.0_15Jun2018_AR
*HHQmember_DataChecking File Name
local HHQmemberdofile CCRX_HHQmember_DataChecking_v7.0_30Oct2017_BL
*WASH do file
local WASHdofile CCRX_WASH_v19.0_24Apr2018
*CleaningByRE_Female date and initials
local CleanFemaledate 05Oct2015
*GPS check Spatial Data (requires to generate cleaned Listing.dta beforehand)
local hhq_monit CCRX_HHQ_GeoMonitoring
*CleaningByRE_HHQ date and intitials
local CleanHHQdate 05Oct2015
*Country Specific Clean Weight and initials
local CountrySpecificdate v30.1_28Sep2018
*Country/Round specific module
local module1do CCRX_CCP_v1_14Nov2017_SJ
/*local module2do CCRX_InjectablesSC_v8_28Mar2018_BL
local module3do CCRX_Abortion_v06_13Jul2018_sob
local module4do CCRX-AbtModuleDataChecking-v06-13Jul2018-sob
*/
//REVISION: SJ 17AUG2017 add Analytics to parent file
*local analytics RJR3_HHQFQ_Analytics_Dofile_v7_10Aug2017_NS
************
**** GEOGRAPHIC IDENTIFIERS ****
global GeoID "level1 level2 level3 level4 EA"
*Geographic Identifier lower than EA to household
global GeoID_SH "structure household"
*rename level1 variable to the geographic highest level, level2 second level
*done in the final data cleaning before dropping other geographic identifiers
global level1name level1
global level2name level2
global level3name level3
global level4name level4
*Number of households selected per EA
global EAtake=35
**************
**** DIRECTORIES****
**Global directory for the dropbox where the csv files are originally stored
global csvdir "/Users/ealarson/Dropbox (Gates Institute)/7 DRC/PMADataManagement_DRC/Round7/Data/CSV_Files"
**Create a global data directory -
global datadir "/Users/ealarson/Documents/DRC/Data_NotShared/Round7/HHQFQ"
**Create a global do file directory
global dofiledir "/Users/ealarson/Dropbox (Gates Institute)/7 DRC/PMADataManagement_DRC/Round7/Cleaning_DoFiles/Current"
*******************************************************************************************
******* Stop Updating Macros Here *******
*******************************************************************************************
*******************************************************************************************
******* Stop Updating Macros Here *******
*******************************************************************************************
/*Define locals for dates. The current date will automatically update to the day you are running the do
file and save a version with that day's date*/
local today=c(current_date)
local c_today= "`today'"
global date=subinstr("`c_today'", " ", "",.)
cd "$datadir"
**The following commands should be run after the first time you run the data. These commands
*archive all the old versions of the datasets so that data is not deleted and if it somehow is,
*we will have backups of all old datasets. The shell command accesses the terminal in the background
*(outside of Stata) but only works for Mac. It is not necessary to use shell when using Windows but the commands are different
*The command zipfile should work for both Mac and Windows, however shell command only works for Mac.
*The following commands will zip old datasets and then remove them so that only the newest version is available
*Make sure you are in the directory where you will save the data
* Zip all of the old versions of the datasets and the excel spreadsheets.
*Replaces the archive, does not save into it so create a new archive every date you run the file
capture zipfile `CCRX'*, saving (Archived_Data/ArchivedHHQFQData_$date.zip, replace)
capture shell erase `CCRX'*
**Start log
capture log close
log using `CCRX'_DataCleaningQuality_$date.log, replace
*******************************************************************************************
******* Start the cleaning *******
*******************************************************************************************
*******************************************************************************************
*Step 1. Running the following do-file command imports all of the versions of the forms
*tags duplicates, renames variables, and change the format of some of the variables
**Dataset is named `CCRX'_HHQ_$date.dta
run "$dofiledir/`HHQdofile'.do"
duplicates drop metainstanceID, force
save, replace
**This is not fully cleaned. It is just destrung and encoded with variable labels
************************************************************************************
*******************************************************************************************
* Step 2 Household Roster Information - Repeats the same steps for the Household Roster
** Generates data file `CCRX'_HHQmember_$date.dta
run "$dofiledir/`HHQmemberdofile'.do"
**This is not fully cleaned. It is just destrung and encoded with variable labels
************************************************************************************
**Merges the household and the household roster together
use `CCRX'_HHQ_$date.dta
merge 1:m metainstanceID using `CCRX'_HHQmember_$date, gen (HHmemb)
save `CCRX'_HHQCombined, replace
run "$dofiledir/`WASHdofile'.do"
save `CCRX'_Combined_$date, replace
************************************************************************************************************************
******************************HOUSEHOLD FORM CLEANING SECTION*********************************************
*********************************************************************************************************
******After you initially combine the household and household memeber, you will need to correct duplicate submisttions.
* You will correct those errors here and in the section below so that the next time you run the files, the dataset will
* be cleaned and only errors that remain unresolved are generated.
**Write your corrections into a do file named "/Whatever/your/path/name/is/CCR#_CleaningByREHHQ_DateYouWriteFile.do
run "$dofiledir/`CCRX'_CleaningByRE_HHQ_`CleanHHQdate'.do"
capture drop dupHHtag
egen GeoID=concat($GeoID), punc(-)
egen GeoID_SH=concat($GeoID structure household), punc(-)
save, replace
*******************************************************************************************
* Step 3 Female Questionnaire Information - Repeats the same steps for the Female Questionnaire
** Generates data file `CCRX'_FQ_$date.dta
************************************************************************************
run "$dofiledir/`FRQdofile'.do"
egen FQGeoID=concat($GeoID), punc(-)
egen FQGeoID_SH=concat($GeoID structure household), punc(-)
*This exports a list of female forms that are duplicated. Use this to track if any REs seem to be having trouble uploading forms
*dont need to make changes based on this list other than dropping exact duplicates and making sure REs are being patient and not hitting send
*multiple times
preserve
keep if dupFQ!=0
sort metainstanceName
capture noisily export excel metainstanceID RE FQGeoID_SH firstname FQ_age metainstanceName using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(DuplicateFemale) replace
if _rc!=198{
restore
}
else{
set obs 1
gen x="NO DUPLICATE FEMALE FORMS"
export excel x using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(DuplicateFemale) replace
restore
}
duplicates drop metainstanceID, force
save, replace
************************************************************************************************************************
******************************FEMALE FORM CLEANING SECTION*********************************************
*********************************************************************************************************
******After running the dataset each time, the excel file will generate a list of errors. You will correct those errors
*here and in the section below so that the next time you run the files, the dataset will be cleaned and only errors that remain
*unfinished are generated. *This is where you will clean the female forms for duplicates
*If you find multiple female forms submitted for the same person, or if the names do not exactly match,
*you will correct those errors here.
**Write your corrections into a do file named "/Whatever/your/path/name/is/`CCRX'_CleaningByRE_FEMALE_DateYouWriteFile.do
run "$dofiledir/`CCRX'_CleaningByRE_FEMALE_`CleanFemaledate'.do"
******************************************************************************************
************************************************************************************
************************************************************************************
*Step Four: Merge the datasets together and save a copy that is NOT cleaned of unneccessary variables
clear
use `CCRX'_FRQ_$date.dta
foreach var of varlist SubmissionDate times_visited system_date manual_date ///
start end today acquainted-firstname marital_status Latitude-Accuracy {
rename `var' FQ`var'
}
duplicates list metainstanceName RE
duplicates drop metainstanceID, force
duplicates report RE metainstanceName
duplicates tag RE metainstanceName, gen(dupFRSform)
sort RE metainstanceName
*rename province-household FQprovince-FQhousehold so that missing values from unlinked forms dont merge over
foreach var in $GeoID structure household {
rename `var' FQ`var'
}
rename FQEA EA
capture replace EA=unlinkedEA if unlinked=="1"
preserve
keep if dupFRSform!=0
capture noisily export excel metainstanceID RE FQGeoID FQstructure FQhousehold ///
metainstanceName FQfirstname FQ_age FQSubmissionDate FRS_result FQstart FQend unlinkedEA using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(FRS_Duplicate_in_Female) sheetreplace
if _rc!=198{
restore
}
if _rc==198 {
clear
set obs 1
gen x="NO DUPLICATE FEMALE FORM NAME IN FRQ Dataset"
export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(FRS_Duplicate_in_Female) sheetreplace
restore
}
drop duplink
duplicates tag link, gen(duplink)
preserve
keep if duplink!=0
capture noisily export excel metainstanceID RE FQGeoID FQstructure FQhousehold metainstanceName ///
link FQfirstname FQ_age FQSubmissionDate FRS_result FQstart FQend unlinkedEA using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(Duplicate_Link_in_FRQ) sheetreplace
if _rc!=198{
restore
}
if _rc==198 {
clear
set obs 1
gen x="NO DUPLICATE LINK ID IN FRQ DATASET"
export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(Duplicate_Link_in_FRQ) sheetreplace
restore
}
rename metainstanceName FRS_form_name
rename metainstanceID FQmetainstanceID
rename available FQavailable
capture rename *int FQ*int
rename KEY FQKEY
**This lists remaining duplicate female form names that have not already been cleaned. You cannot merge with duplicate female forms
*Must update the CleaningByRE_FEMALE do file above or drop duplicates
*To merge, must drop all remaining by duplicates
*BUT BEFORE FINAL CLEANING YOU MUST IDENTIFY WHICH OF THE FEMALE FORMS IS THE CORRECT ONE!!!!
gen linktag=1 if link=="" & unlinked=="1"
gen linkn=_n if linktag==1
tostring linkn, replace
replace link=linkn if linktag==1
duplicates drop link, force
save, replace
******************* Merge in Female Questionnaire ********************************
use `CCRX'_Combined_$date
**Above code drops duplicate FRS_form_name from FRQ but also need to make sure that there are no duplicates
*in the household
*Identify any duplicate FRS forms in the household. Make sure the households are also not duplicated
* and drop any remaining duplicated female and household forms before merging
*Write the instances to drop in the CleaningByRE files
*IF there are two women in the household with the same name and age, they will have the same FRS_form_name
*Rename one of the women FRS_form_nameB in the female, find the same woman in the household and rename
duplicates tag FRS_form_name if FRS_form_name!="", gen(dupFRSform)
tab dupFRSform
preserve
keep if dupFRSform!=0 & dupFRSform!=.
sort FRS_form_name
capture noisily export excel metainstanceID member_number RE GeoID_SH names FRS_form_name using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(FRS_Duplicate_in_Household) sheetreplace
if _rc!=198{
restore
}
else {
clear
set obs 1
gen x="NO DUPLICATE FRS_form_name IN HOUSEHOLD"
export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(FRS_Duplicate_in_Household) sheetreplace
restore
}
save, replace
preserve
keep if eligible==1
rename link_transfer link
merge m:1 link using `CCRX'_FRQ_$date.dta, gen(FQresp)
tempfile FRStemp
save `FRStemp', replace
restore
drop if eligible==1
append using `FRStemp'
sort metainstanceID member_number
egen metatag=tag(metainstanceID)
replace link="" if linktag==1
drop linktag
save, replace
**********************************************************************************
**********************************************************************************
**********************************************************************************
*******************Clean and Check Merged Data********************
**********************************************************************************
**Now you will clean the household file of duplicate households or misnumbered houses. Save these changes in this do file
**Use cleaning file to drop problems that have been cleaned already (update this file as problems are resolved)
capture drop dupHHtag
**Complete duplicates have already been exported out. Those that have been resolved already will be cleaned using the
*previous do file. If the observations have not been cleaned yet, the data will be exported out below
*This information exports out variables that have duplicate structures and households from forms submitted multiple times
**Establish which form is correct (check based on visit number, submission date, start date and end date and work with
*supervisor and RE to identify which form is correct and which should be deleted
preserve
keep if metatag!=0
duplicates tag GeoID_SH, gen(dupHHtag)
keep if dupHHtag!=0
sort GeoID_SH RE hh_duplicate_check
capture noisily export excel metainstanceID RE GeoID_SH names times_visited hh_duplicate_check resubmit_reasons HHQ_result system_date end SubmissionDate using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(DuplicateEAStructureHH) sheetreplace
if _rc!=198{
restore
}
else {
clear
set obs 1
gen x="NO DUPLICATE GeoID"
export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(DuplicateEAStructureHH) sheetreplace
restore
}
save, replace
**This line of code identifies households and structures that have the same number but in which there are more than one group of people
*Identify if the people are actually one household and the RE created more than one form OR if they are two different households
*and the RE accidentally labeled them with the same number
*Export out one observation per household/name combination for each household that has more than one group of people
preserve
keep if metatag==1
egen HHtag=tag(RE EA GeoID_SH names)
*Checking to see if there are duplicate households and structure that do NOT have the same people listed
*Tags each unique RE EA structure household and name combination
*Totals the number of groups in a household (should only ever be 1)
bysort RE EA GeoID_SH: egen totalHHgroups=total(HHtag)
keep if HHtag==1 & totalHHgroups>1 & metatag==1
capture noisily export excel metainstanceID RE GeoID_SH names hh_duplicate_check using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(DuplicateHH_DifferentNames) sheetreplace
if _rc!=198 {
restore
}
else {
clear
set obs 1
gen x="NO DUPLICATE HOUSEHOLDS WITH DIFFERENT NAMES"
export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(DuplicateHH_DifferentNames) sheetreplace
restore
}
/*IF THERE ARE ANY FEMALE FORMS THAT DO NOT MERGE or eligible females that do not have
a form merged to them, these will be flagged and exported for followup */
gen error=1 if FQresp==2
replace error=1 if FQresp==1 & eligible==1
save, replace
preserve
keep if error==1
gsort FQresp -unlinked RE
capture noisily export excel RE metainstanceID GeoID_SH link FRS_form_name firstname ///
FQmetainstanceID FQfirstname unlinked SubmissionDate FQSubmissionDate using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(FRQmergeerror) sheetreplace
*Stata 12 or above use export excel
if _rc!=198{
restore
}
else{
clear
set obs 1
gen x="NO FEMALE QUESTIONNAIRE MERGE ERRORS"
export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(FRQmergeerror) sheetreplace
restore
}
*Stata 11 or below use outsheet
*capture outsheet using RE frsformname FQmetainstanceID- FQfirstname using `CCRX'_HHQFQErrors_FRQmerge_$date.csv, comma replace
/* This line of code will identify if there are duplicate observations in the household. Sometimes the entire
roster duplicates itself. This will check for duplicate name, age, and relationships in the household*/
duplicates tag metainstanceID firstname age relationship if metainstanceID!="", gen(HHmemberdup)
preserve
drop if FQresp==2
keep if HHmemberdup!=0
sort RE
capture noisily export excel RE metainstanceID member_number GeoID_SH firstname age relationship using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(DupHHmember) sheetreplace
*Stata 12 or above use export excel
if _rc!=198{
restore
}
else{
clear
set obs 1
gen x="No duplicated records of household members"
export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(DupHHmember) sheetreplace
restore
}
save, replace
clear
**********************************************************************************
**********************************************************************************
**********************************************************************************
*Step Three: Run basic checks on the Household Questionnaire
use `CCRX'_Combined_$date.dta, replace
gen totalint=minutes(endSIF-startSIF)
gen FQtotalint=minutes(FQendSIF-FQstartSIF)
save, replace
capture drop HHtag
**Check: Number of files uploaded by RE
/*Count the total number of surveys, the total number of surveys by version uploaded, and the total number
of completions and refusals by RE and EA (since in some cases, REs may go to more than one EA). Also
calculate the mean number of hhmembers per household*/
preserve
keep if metatag==1
forval x = 1/9 {
gen HHQ_result_`x'=1 if HHQ_result==`x'
}
collapse (count) HHQ_result_* HHQ_result, by (RE $GeoID)
rename HHQ_result HQtotalup
rename HHQ_result_1 HQcomplete
rename HHQ_result_2 HQnothome
rename HHQ_result_4 HQrefusal
rename HHQ_result_8 HQnotfound
gen HQresultother=HHQ_result_5 + HHQ_result_6 + HHQ_result_3 + HHQ_result_7 + HHQ_result_9
save `CCRX'_ProgressReport_$date, replace
restore
**********************************************************************************
**********************************************************************************
*** Run basic checks on the Household Member Questionnaire
/*Number of eligible women identified and average number of eligible women per household*/
preserve
*Counting total number of eligible women identified in EA based only on COMPL`CCRX'ED FORMS
collapse (sum) eligible if HHQ_result==1, by(RE $GeoID)
rename eligible totaleligible
label var totaleligible "Total eligible women identified in EA - COMPLETED HH FORMS ONLY"
tempfile collapse
save `collapse', replace
use `CCRX'_ProgressReport_$date
merge 1:1 RE $GeoID using `collapse', nogen
save, replace
restore
**********************************************************************************
**********************************************************************************
*** Run basic checks on the Female Respondent Questionnaire
**Number of female surveys completed
**Female survey response rate
**Non-response of sensitive questions
preserve
**Number of female surveys uploaded, number of female surveys that do not link (error)
collapse (count) FQresp if FQresp!=1, by (RE $GeoID)
rename FQresp FQtotalup
label var FQtotalup "Total Female Questionnaires Uploaded (including errors)"
save `collapse', replace
use `CCRX'_ProgressReport_$date
merge 1:1 RE $GeoID using `collapse', nogen
save, replace
*Number of female questionnaires that are in the FQ database but do not link to a household
restore
preserve
capture collapse (count) FQresp if FQresp==2, by (RE $GeoID)
if _rc!=2000{
rename FQresp FQerror
label var FQerror "Female Questionnaires that do not match Household"
save `collapse', replace
use `CCRX'_ProgressReport_$date
merge 1:1 RE $GeoID using `collapse', nogen
save, replace
}
*Number of eligible women who are missing a female questionnaire (this should always be zero!)
restore
preserve
capture collapse (count) FQresp if eligible==1 & FQresp==1, by (RE $GeoID)
if _rc!=2000{
rename FQresp FQmiss
label var FQmiss "Eligible women missing female questionnaires"
save `collapse', replace
use `CCRX'_ProgressReport_$date
merge 1:1 RE $GeoID using `collapse', nogen
save, replace
}
**Completion and refusal rates for female questionnaire
restore
preserve
forval x = 1/6 {
gen FRS_result_`x'=1 if FRS_result==`x'
}
collapse (count) FRS_result_* FRS_result if FRS_result!=., by (RE $GeoID)
*Count the number of surveyes with each completion code
rename FRS_result_1 FQcomplete
rename FRS_result_4 FQrefusal
rename FRS_result_2 FRS_resultothome
gen FQresultother = FRS_result_3 + FRS_result_5 + FRS_result_6
save `collapse', replace
use `CCRX'_ProgressReport_$date
merge 1:1 RE $GeoID using `collapse', nogen
save, replace
restore
preserve
keep if metatag==1
keep if HHQ_result==1
drop if totalint<0
keep if totalint<=10
sort RE
capture noisily export excel RE metainstanceID GeoID_SH names totalint assets num_HH_members water_sources_all sanitation_all using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(HQInterview10min)
*Stata 12 or above use export excel
if _rc!=198{
restore
}
else{
clear
set obs 1
gen x="NO COMPLETE HOUSEHOLD INTERVIEWS LESS THAN 10 MINUTES"
export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(HQInterview10min)
restore
}
preserve
keep if metatag==1
keep if HHQ_result==1
drop if totalint<0
keep if totalint<10
capture collapse (count) totalint , by(RE $GeoID)
if _rc!=2000{
rename totalint HHQintless10
tempfile collapse
save `collapse', replace
use `CCRX'_ProgressReport_$date
merge 1:1 RE $GeoID using `collapse', nogen
save, replace
}
else {
use `CCRX'_ProgressReport_$date , clear
gen HHQintless10=0
save, replace
}
restore
preserve
**Minimum time to COMPLETED FQ form
keep if FRS_result==1 & HHQ_result==1
drop if FQtotalint<0
keep if FQtotalint<=10
sort RE
capture noisily export excel RE FQmetainstanceID GeoID_SH FRS_form_name FQtotalint FQ_age FQmarital_status current_user using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(FQInterview10min)
*Stata 12 or above use export excel
if _rc!=198{
restore
}
else{
clear
set obs 1
gen x="NO COMPLETE FEMALE INTERVIEWS LESS THAN 10 MINUTES"
export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(FQInterview10min)
restore
}
preserve
keep if FRS_result==1 & HHQ_result==1
drop if FQtotalint<0
keep if FQtotalint<10
capture collapse (count) FQtotalint , by(RE $GeoID)
if _rc!=2000{
rename FQtotalint FQintless10
save `collapse', replace
use `CCRX'_ProgressReport_$date
merge 1:1 RE $GeoID using `collapse', nogen
save, replace
}
else {
use `CCRX'_ProgressReport_$date, clear
gen FQintless10=0
save, replace
}
restore
**Add GPS checks for anything over 6m (or missing)
destring locationAccuracy, replace
gen GPSmore6=1 if locationAccuracy>6 | locationAccuracy==.
egen tag=tag(RE $GeoID structure household)
preserve
keep if GPSmore6==1 & metatag==1
sort RE
capture noisily export excel RE metainstanceID GeoID_SH names locationAccuracy using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(HHGPSmore6m)
if _rc!=198 {
restore
}
else {
clear
set obs 1
gen x="NO HH GPS MISSING OR MORE THAN 6M"
export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(HHGPSmore6m)
restore
}
preserve
keep if metatag==1
sort RE
capture collapse (count) metatag if locationAccuracy>6 | locationAccuracy==., by(RE $GeoID)
if _rc!=2000{
rename metatag HHQGPSAccuracymore6
save `collapse', replace
use `CCRX'_ProgressReport_$date
merge 1:1 RE $GeoID using `collapse', nogen
save, replace
}
else {
clear
use `CCRX'_ProgressReport_$date
gen HHQGPSAccuracymore6=0
save, replace
}
restore
**GPS Spatial data error-checks - By RE & Full list
preserve
do "$dofiledir/`hhq_monit'.do"
restore
**Repeat for Female Accuracy
drop GPSmore6
capture destring FQAccuracy, replace
gen GPSmore6=1 if (FQAccuracy>6 | FQAccuracy==.) & FRS_result!=.
preserve
keep if GPSmore6==1 & FRS_result!=.
capture noisily export excel RE metainstanceID GeoID_SH FRS_form_name FQAccuracy using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(FQGPSmore6m)
if _rc!=198 {
restore
}
else {
clear
set obs 1
gen x="NO FQ GPS MISSING OR MORE THAN 6M"
export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(FQGPSmore6m)
restore
}
preserve
keep if FRS_result==1
capture collapse (count) GPSmore6 if FRS_result!=., by(RE $GeoID)
if _rc!=2000{
rename GPSmore6 FQGPSAccuracymore6
save `collapse', replace
use `CCRX'_ProgressReport_$date
merge 1:1 RE $GeoID using `collapse', nogen
save, replace
}
restore
***** Creating 14/15 and 49/50 Age ratios for Females by RE/EA
preserve
foreach y in 14 15 49 50{
gen age`y'=1 if age==`y' & gender==2
}
capture collapse (sum) age14 age15 age49 age50, by(RE $GeoID)
if _rc!=2000 {
save `collapse', replace
use `CCRX'_ProgressReport_$date
merge 1:1 RE $GeoID using `collapse', nogen
save, replace
}
restore
** Exporting out forms that identify Bottled water and Refill water as only source of water AND/OR that identify bottled water/refill water for cooking/washing
**tag forms
gen bottletag=1 if (water_sources_all=="bottled" | water_sources_all=="sachet" | water_sources_all=="refill" | water_sources_all=="bottled sachet" | water_sources_all=="bottled refill")
replace bottletag=1 if (water_main_drinking=="bottled"| water_main_drinking=="sachet" | water_main_drinking=="refill") & (water_uses_cooking==1 | water_uses_washing==1)
preserve
keep if bottletag==1 & metatag==1
tab bottletag
sort RE
capture noisily export excel metainstanceID RE GeoID_SH water_sources_all water_main_drinking water_uses_cooking water_uses_washing using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(Bottledwater) sheetreplace
di _rc
if _rc!=198{
restore
}
else{
clear
set obs 1
gen x="NO PROBLEM WITH BOTTLED/REFILL WATER"
capture noisily export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(Bottledwater) sheetreplace
restore
}
preserve
collapse (sum) bottletag if metatag==1, by(RE $GeoID)
if _rc!=2000{
save `collapse', replace
use `CCRX'_ProgressReport_$date
merge 1:1 RE $GeoID EA using `collapse', nogen
save, replace
}
else{
use `CCRX'_ProgressReport_$date
gen bottletag=.
save, replace
}
restore
***Checking data quality for HH integer variables
*Identify if there are any HH integer variables with a value of 77, 88, or 99 indicating a potential mistype on the part of the RE or in the Cleaning file
preserve
keep if metatag==1
keep country-link
sort level1-household RE
**Checking if numeric variables have the values
gen mistype=0
gen mistype_var=""
foreach var of varlist _all{
capture destring *_ow*, replace
capture confirm numeric var `var'
if _rc==0 {
replace mistype=mistype+1 if (`var'==77 | `var'==88 | `var'==99)
replace mistype_var=mistype_var+" "+"`var'" if `var'==77 | `var'==88 | `var'==99
}
}
*Exclude entries for structure and household
recode mistype 0=.
replace mistype_var=strtrim(mistype_var)
replace mistype=. if mistype_var=="structure" | mistype_var=="household" | mistype_var=="structure household"
replace mistype_var="" if mistype_var=="structure" | mistype_var=="household" | mistype_var=="structure household"
*Keep all variables that have been mistyped
levelsof mistype_var, local(typo) clean
keep if mistype!=.
keep metainstanceID RE GeoID_SH `typo'
capture drop structure
capture drop household
capture drop minAge
order metainstanceID RE GeoID_SH, first
capture noisily export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(HH_Potential_Typos) sheetreplace
if _rc!=198 {
restore
}
else {
clear
set obs 1
gen x="NO NUMERIC VARIABLES WITH A VALUE OF 77, 88, OR 99"
export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(HH_Potential_Typos) sheetreplace
restore
}
***Checking data quality for FQ integer variables
*Identify if there are any FQ integer variables with a value of 77, 88, or 99 indicating a potential mistype on the part of the RE or in the Cleaning file
preserve
keep FQSubmissionDate-FQresp GeoID_SH RE
sort GeoID_SH RE
**Checking if numeric variables have the values
gen mistype=0
gen mistype_var=""
foreach var of varlist _all{
capture confirm numeric var `var'
if _rc==0 {
replace mistype=mistype+1 if (`var'==77 | `var'==88 | `var'==99)
replace mistype_var=mistype_var+" "+"`var'" if `var'==77 | `var'==88 | `var'==99
}
}
*Exclude entries for structure and household
recode mistype 0=.
replace mistype_var=strtrim(mistype_var)
replace mistype=. if mistype_var=="FQstructure" | mistype_var=="FQhousehold" | mistype_var=="FQstructure FQhousehold"
replace mistype_var="" if mistype_var=="FQstructure" | mistype_var=="FQhousehold" | mistype_var=="FQstructure FQhousehold"
*Keep all variables that have been mistyped
levelsof mistype_var, local(typo) clean
keep if mistype!=.
keep FQmetainstanceID RE GeoID_SH `typo'
capture drop FQstructure
capture drop FQhousehold
order FQmetainstanceID RE GeoID_SH, first
capture noisily export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(FQ_Potential_Typos) sheetreplace
if _rc!=198 {
restore
}
else {
clear
set obs 1
gen x="NO NUMERIC VARIABLES WITH A VALUE OF 77, 88, OR 99"
export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(FQ_Potential_Typos) sheetreplace
restore
}
**Flag forms where the number of household members listed in the dataset is not equal to the number calculated by ODK
gen numberpeopletag=1 if KEY!=""
bysort metainstanceID: egen numberpeoplelisted=total(numberpeopletag)
drop numberpeopletag
gen numberpeopletag =1 if numberpeoplelisted!=num_HH_members
preserve
keep if numberpeopletag==1 & metatag==1 & (HHQ_result==1 | HHQ_result==5)
sort RE
capture noisily export excel metainstanceID RE GeoID_SH names numberpeoplelisted num_HH_members ///
using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(Number_HH_member)
if _rc!=198{
restore
}
if _rc==198 {
clear
set obs 1
gen x="NUMBER OF HOUSEHOLD MEMBERS IN ODK AND IN DATASET IS CONSISTENT IN ALL FORMS"
export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(Number_HH_member) sheetreplace
restore
}
preserve
collapse (sum) numberpeopletag if metatag==1 & (HHQ_result==1 | HHQ_result==5), by (RE $GeoID)
if _rc!=2000{
save `collapse', replace
use `CCRX'_ProgressReport_$date
merge 1:1 RE $GeoID using `collapse', nogen
save, replace
}
else {
use `CCRX'_ProgressReport_$date
gen numberpeopletag==.
save, replace
}
restore
**Export out forms and total the number of forms where the date is entered incorrectly
split system_date, gen (system_date_)
capture confirm var system_date_3
if _rc!=0{
drop system_date_*
split system_date, gen(system_date_) parse(/ " ")
}
gen datetag=1 if system_date_3!="`SurveyYear'" & system_date_3!="`SYShort'"
drop system_date_*
split start, gen(start_)
capture confirm var start_3
if _rc!=0{
drop start_*
split start, gen(start_) parse(/ " ")
}
replace datetag=1 if start_3!="`SurveyYear'" & start_3!="`SYShort'"
drop start_*
split end, gen(end_)
capture confirm var end_3
if _rc!=0{
drop end_*
split end, gen(end_) parse(/ " ")
}
replace datetag=1 if end_3!="`SurveyYear'" & end_3!="`SYShort'"
drop end_*
preserve
keep if datetag==1 & metatag==1
sort RE
capture noisily export excel metainstanceID RE GeoID_SH names system_date start end datetag ///
using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(PhoneDateFlag)
if _rc!=198{
restore
}
if _rc==198 {
clear
set obs 1
gen x="NO FORMS WITH AN INCORRECT DATE"
export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(PhoneDateFlag) sheetreplace
restore
}
preserve
collapse (sum) datetag if metatag==1, by (RE $GeoID)
if _rc!=2000{
save `collapse', replace
use `CCRX'_ProgressReport_$date
merge 1:1 RE $GeoID using `collapse', nogen
save, replace
}
else {
use `CCRX'_ProgressReport_$date
gen datetag==.
save, replace
}
restore
**Flag any forms where at least one observation for household member info is missing
egen missingroster=rowmiss(gender age relationship usually last_night) if HHQ_result==1
replace missingroster=missingroster+1 if marital_status==. & age>=10
egen noresponseroster=anycount(gender age relationship usually last_night) if HHQ_result==1, values(-99 -88)
replace noresponseroster=noresponseroster+1 if marital_status==-99 & age>=10 & HHQ_result==1
gen missinginfo_roster=missingroster+noresponseroster
preserve
keep if missinginfo_roster>0 & missinginfo_roster!=.
sort RE
capture noisily export excel metainstanceID RE GeoID_SH firstname-last_night missinginfo_roster ///
using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(MissingRosterInfo)
if _rc!=198{
restore
}
if _rc==198 {
clear
set obs 1
gen x="NO OBSERVATIONS HAVE MISSING/NONRESPONSE INFORMATION IN THE ROSTER"
export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(MissingRosterInfo) sheetreplace
restore
}
preserve
gen missinginfotag=1 if missinginfo_roster!=0 & missinginfo_roster!=.
collapse (sum) missinginfotag if metatag==1, by (RE $GeoID)
if _rc!=2000{
save `collapse', replace
use `CCRX'_ProgressReport_$date
merge 1:1 RE $GeoID using `collapse', nogen
save, replace
}
else {
use `CCRX'_ProgressReport_$date
gen missinginfotag==.
save, replace
}
restore
**Total the number of DNK for first marriage year, recent marriage year, age at first birth, age at first sex by RE
gen DNKfirstmarriage=1 if firstmarriageyear==2020
gen DNKcurrentmarriage=1 if recentmarriageyear==2020
gen DNKfirstbirth=1 if regexm(first_birth, "2020")
gen DNKrecentbirth=1 if regexm(recent_birth, "2020")
capture gen DNKpenultbirth=1 if regexm(penultimate_birth, "2020")
gen DNKNRfirstsex=1 if age_at_first_sex==-88 | age_at_first_sex==-99
gen DNKNRlastsex=1 if last_time_sex==-88 | last_time_sex==-99
preserve
keep if FQmetainstanceID!=""
collapse (sum) DNK* , by (RE $GeoID)
if _rc!=2000{
egen DNKNRtotal=rowtotal(DNK*)
save `collapse', replace
use `CCRX'_ProgressReport_$date
merge 1:1 RE $GeoID using `collapse', nogen
save, replace
}
else {
use `CCRX'_ProgressReport_$date
gen DNK==.
save, replace
}
restore
use `CCRX'_ProgressReport_$date, clear
drop FRS_result_*
save, replace
gen date="$date"
order date, before(RE)
preserve
order EA HQtotalup HQcomplete HQrefusal HQnothome HQnotfound HQresultother totaleligible FQtotalup FQcomplete FQrefusal FRS_resultothome FQresultother, last
collapse (sum) HQtotalup-FQresultother (min) HHQGPS* FQGPS* HHQintless10 FQintless10, by(date RE $GeoID)
export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(SupervisorChecks) sheetreplace
restore
preserve
collapse (min) age14 age15 age49 age50 (sum) bottletag numberpeopletag datetag missinginfotag, by(date RE $GeoID)
export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(AdditionalCleaning) sheetreplace
restore
export excel RE $GeoID DNK* using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(DNK_NR_Count) sheetreplace
***Overall counts
preserve
collapse (sum) HQtotalup HQcomplete-HHQ_result_5 totaleligible FQtotalup FQcomplete
label var HQtotalup "Total HH uploaded"
label var HQcomplete "Total HH complete"
gen HHresponse=HQcomplete/(HQcomplete + HQnothome + HHQ_result_3+ HQrefusal + HHQ_result_5)
label var HHresponse "Household response rate"
label var FQtotalup "Total FQ uploaded"
label var FQcomplete "Total FQ completed"
gen FQresponse=FQcomplete/FQtotalup
label var FQresponse "Female response rate"
tempfile temp
save `temp', replace
restore
clear
use `CCRX'_Combined_$date.dta
preserve
gen male=1 if gender==1
gen female=1 if gender==2
egen EAtag=tag($GeoID)
bysort $GeoID: egen EAtotal=total(metatag)
gen EAcomplete=1 if EAtotal==$EAtake & EAtag==1
collapse (sum) male female EAtag EAcomplete
gen sexratio=male/female
label var sexratio "Sex ratio - male:female"
label var EAtag "Number of EAs with any data submitted"
label var EAcomplete "Number of EAs with $EAtake HH forms submitted"
tempfile temp2
save `temp2'
use `temp'
append using `temp2'
keep HQtotalup HQcomplete HHresponse FQtotalup FQcomplete FQresponse sexratio EAtag EAcomplete
export excel using `CCRX'_HHQFQErrors_$date.xls, firstrow(varlabels) sh(OverallTotals) sheetreplace
restore
clear
**After the data is merged, use cleaning program and analysis program for basic checks
*****************************************************************************
********************************* Country and Round Specific Cleaning ***********************************
use `CCRX'_Combined_$date.dta, clear
capture noisily do "$dofiledir/`module1do'"
capture noisily do "$dofiledir/`module2do'"
capture noisily do "$dofiledir/`module3do'"
capture noisily do "$dofiledir/`module4do'"
save `CCRX'_Combined_$date.dta, replace
do "$dofiledir/`CCRX'_CountrySpecific_CleanWeight_`CountrySpecificdate'.do"
************************************************************************************
translate `CCRX'_DataCleaningQuality_$date.log `CCRX'_DataCleaningQuality_$date.pdf, replace
|
/****PMA 2020 Indonesia Data Quality Checks****
***Version Created in Bootcamp July 21-24, 2014
**Fourth do file in series***
This do file labels each variable in the Female Respondent questionnaire */
set more off
**If you want to run this file separately from the parent file, change the working directory below
cd "$datadir"
*all of the data is imported automatically as string
clear
clear matrix
local CCRX $CCRX
local FQcsv $FQcsv
local FQcsv2 $FQcsv2
clear
capture insheet using "$csvdir/`FQcsv'.csv", comma case
tostring *, replace force
save `CCRX'_FRQ.dta, replace
/*If you need to add an extra version of the forms, this will check if that
version number exists and add it. If the version does not, it will continue*/
clear
capture insheet using "$csvdir/`FQcsv2'.csv", comma case
if _rc==0 {
tostring *, replace force
append using `CCRX'_FRQ.dta, force
save, replace
}
use `CCRX'_FRQ.dta
save, replace
***REVISION HISTORY OF LARGE SCALE CHANGES
rename name_grp* *
rename date_group* *
rename location_information* *
rename location_* Zlocation_*
rename location* *
rename Zlocation_* location_*
rename *_grpfirst* **
rename *_grpcurrent* **
rename *_grprecent* **
rename *_method_method* *_method*
rename *_grpfp_provider* **
rename *_grpwhy_not_using* **
rename *grpfp_ad_* **
rename geographic_info_* *
rename unlinked*_* unlinked*
capture drop birthdate_grpbday_note birthdate_grpbday_note_unlinked
capture confirm var EA
if _rc!=0{
capture rename quartier EA
}
**Dropping variables from form re-programming April 2016
capture drop why_not_using_grp*
capture drop FQ_age
capture rename FQAage FQ_age
capture drop FQA*
capture rename AFSage_at_first_sex age_at_first_sex
capture drop AFS*
capture drop rec_birth_date
capture rename MOPmonths_pregnant months_pregnant
capture drop MOP*
capture drop births_live*
capture confirm var more_children_some
if _rc==0 {
replace more_children_none=more_children_some if more_children_some!=""
drop more_children_some
rename more_children_none more_children
replace wait_birth_none=wait_birth_some if wait_birth_some!=""
rename wait_birth_none wait_birth
drop wait_birth_some
gen pregnancy_last_desired=PDEpregnancy_desired if pregnant=="no"
gen pregnancy_current_desired=PDEpregnancy_desired if pregnant=="yes"
drop PDE*
replace visited_fac_none=visited_fac_some if visited_fac_some!=""
drop visited_fac_some
rename visited_fac_none visited_a_facility
}
capture drop rec_husband_date
capture rename BUSbegin_using begin_using
replace begin_using=SUSante_start_using if SUSante_start_using!=""
capture rename sussus_m ante_begin_using_month
capture rename susante_start_using ante_begin_using
capture rename busbus_m begin_using_month
capture drop BUS*
capture drop SUS*
capture drop age_begin_using
capture drop fp_provider_grp*
capture rename LTSlast_time_sex last_time_sex
capture drop LTS*
capture drop re_name calc_space deleteTest metalogging
capture rename mhm_grp* *
capture rename birthdate_grp* *
capture rename HCF* *
capture rename HCS* *
capture rename FB* *
capture rename RB* *
capture rename PB* *
capture rename CD* *
drop SPUstop_using_full_lab
rename SPU* *
gen day=substr(begin_using,-2,.)
gen month=substr(begin_using,6,2)
gen year=substr(begin_using,1,4)
gen str begin_usingv2=month + "/" + day + "/" + year if month!="" & day!="" & year!=""
drop begin_using
rename begin_usingv2 begin_using
destring day month year, replace
gen begin_usingSIF=mdy(month,day,year)
format begin_usingSIF %td
foreach date in birthdate hcf hcs fb rb spu {
replace `date'_y=subinstr(`date'_y, "Jan", "Feb", .) if `date'_m=="1"
replace `date'_y=subinstr(`date'_y, "Jan", "Mar", .) if `date'_m=="2"
replace `date'_y=subinstr(`date'_y, "Jan", "Apr", .) if `date'_m=="3"
replace `date'_y=subinstr(`date'_y, "Jan", "May", .) if `date'_m=="4"
replace `date'_y=subinstr(`date'_y, "Jan", "Jun", .) if `date'_m=="5"
replace `date'_y=subinstr(`date'_y, "Jan", "Jul", .) if `date'_m=="6"
replace `date'_y=subinstr(`date'_y, "Jan", "Aug", .) if `date'_m=="7"
replace `date'_y=subinstr(`date'_y, "Jan", "Sep", .) if `date'_m=="8"
replace `date'_y=subinstr(`date'_y, "Jan", "Oct", .) if `date'_m=="9"
replace `date'_y=subinstr(`date'_y, "Jan", "Nov", .) if `date'_m=="10"
replace `date'_y=subinstr(`date'_y, "Jan", "Dec", .) if `date'_m=="11"
}
rename birthdate_y birthdatev2
rename hcf_y husband_cohabit_start_firstv2
rename hcs_y husband_cohabit_start_recentv2
rename fb_y first_birthv2
rename rb_y recent_birthv2
rename spu_y stop_usingv2
replace birthmonth="-88" if birthdate_m=="-88"
rename *_m *_month
rename survey_language FQsurvey_language
****
capture label def yes_no_dnk_nr_list 0 no 1 yes -77 "-77" -88 "-88" -99 "-99"
label var times_visited "Visit number to female respondent"
label var your_name "Resident Enumerator name"
label var your_name_check "To RE: Is this your name?"
label var name_typed "RE Name if not correct in FQ C"
label var system_date "Date and Time"
label var system_date_check "Confirm Correct Date and Time"
label var manual_date "Correct Date and Time if not correct in FQ D1"
label var today "Date of Interview"
label var location_pro "Prompt"
label var EA "EA"
label var structure "Structure number"
label var household "Household number"
label var location_con "Confirmation screen"
label var name_check "Confirmatation interviewing correct woman"
label var aquainted "How well acquainted with the respondent"
label var available "Respondent present and available at least once"
label var consent_start "Consent screen"
label var consent "Consent screen"
label var begin_interview "May I begin the interview now?"
label var consent_obtained "Informed consent obtained"
label var witness_auto "Interviewer name"
label var witness_manual "Name check"
label var firstname "Name of respondent"
label var birthdate "Birth date"
label var birthyear "Year of Birth"
label var birthmonth "Month of Birth"
label var thismonth "Month of Interview - Used for age calculations"
label var thisyear "Year of Interview - Used for age calculations"
label var FQ_age "Age in Female Respondent Questionnaire"
capture label var age_check "Same age in Household Roster?"
capture label var age_label "Label regarding age"
capture label var age "Age in Household Roster"
label var school "Highest level of school attended"
label var marital_status "Marital status"
label var marriage_history "Been married once or more than once"
label var husband_cohabit_start_first "Month and year started living with first partner"
label var firstmarriagemonth "Month started living with first partner"
label var firstmarriageyear "Year started living with first partner"
label var husband_cohabit_start_recent "Year started living with current or most recent partner"
label var young_marriage_recent "Women married only once - less than 10"
label var marriage_warning_recent "Confirm less age 10 current marriage"
label var young_marriage_first "Women married more than once - first marriage less than 10"
label var marriage_warning_first "Confirm less age 10 first marrige"
capture label var other_wives "Partner have other wives"
rename birth_events birth_events_rw
capture label var birth_events_rw "How many times have you given birth"
label var first_birth "Date of FIRST live birth"
label var recent_birth "Most recent birth?"
capture label var days_since_birth "Days since most recent birth"
label var menstrual_period "Last menstrual period"
label var menstrual_period_value "Value if days, weeks, months, or years"
capture label var months_since_last_period
label var pregnant "Pregnancy status"
label var month_calculation "Months since last birth"
capture label var pregnant_hint "Hint if recent pregnancy"
label var months_pregnant "How many months pregnant"
label var more_children "Prefer to have another child or no more children - not pregnant"
label var more_children_pregnant "Prefer to have another child or no more children - currently pregnant"
label var wait_birth "How long would you like to wait until next child - not pregnant"
label var wait_birth_pregnant "How long would you like to wait until next child - pregnant"
label var wait_birth_value "How long to wait - value if months or years"
label var pregnancy_last_desired "Last birth - did you want it then, later, not at all - not pregnant"
label var pregnancy_current_desired "Current birth - did you want it then, later, not at all - currently pregnant"
capture label var fp_ever_user "Done anything to delay or avoid getting pregnant"
label var fp_ever_used "Ever used method of FP"
label var age_at_first_use "Age at first use of FP"
label var age_at_first_use_children "Number of living children at first use of FP"
label var first_method "First FP method used"
label var current_user "Currently using method of FP?"
label var current_method "Current FP method"
capture rename sterlization_permanent_inform sterilization_permanent_inform
capture label var sterilization_permanent_inform "Sterilization - did provider tell you it was permanent"
label var future_user_not_current "Do you think you will use a method in the future - not pregnant"
label var future_user_pregnant "Do you think you will use a method in the future - currently pregnant"
label var recent_user "Used a method last 12 months?"
label var recent_method "FP Method used in last 12 months"
label var current_or_recent_user
label var current_recent_method
label var current_recent_label
label var begin_using "When did you begin using method"
label var stop_using "When did you stop using method"
rename stop_using_why stop_using_why_cc
label var stop_using_why_cc "Why did you stop using method"
capture rename fp_provider fp_provider_rw
label var fp_provider_rw "Where did you obtain method when you started using"
label var fp_provider_check
label var method_fees "How much did you play pay the last time FP was obtained?"
label var fp_side_effects "When obtained method, told about side effects?"
label var fp_side_effects_instructions "Told what to do if experienced side effects?"
label var fp_told_other_methods "Told about FP methods you could use?"
label var fp_obtain_desired "Did you obtain the method you wanted?"
label var fp_obtain_desired_whynot "If not, why not?"
label var fp_final_decision "Who made final decision about the method?"
label var return_to_provider "Would you return to provider?"
label var refer_to_relative "Refer provider to relative or friend?"
label var why_not_using "Why not using a method?"
label var visited_by_health_worker "Visited by health worker about FP last 12 months"
label var visited_a_facility "Visited health facility last 12 months"
label var facility_fp_discussion "Talked to about FP at health facility"
label var partner_know "Partner aware of FP use"
label var penultimate_method_yn "Where you doing something before current method to delay or avoid pregnancy"
label var penultimate_method "Method used before current method"
label var pp_method_units "Specify days, months or years"
label var pp_method_value "Value in days, months or years"
label var pp_method_yn "Used something to avoid/delay pregnancy post most recent birth"
label var pp_method "Method used post most recent birth"
label var fp_ad_radio "Heard about FP on radio"
label var fp_ad_tv "Heard about FP on television"
label var fp_ad_magazine "Read about FP in newspaper/magazine"
label var fp_ad_call "Receive FP in voice or text message"
label var age_at_first_sex "Age at first sex"
label var years_since_first_sex
label var months_since_first_sex
label var last_time_sex "Last time you had sex - days, weeks, months, years"
label var last_time_sex_value "Last time you had sex - value"
label var thankyou
label var Latitude "Latitude"
label var Longitude "Longitude"
label var Altitude "Altitude"
label var Accuracy "Accuracy"
label var FRS_result "Result"
label var start "Start time"
label var end "End time"
label var emergency_12mo_yn "Used EC in the last 12 months"
label var FQsurvey_language "Language in which female survey was conducted"
destring times_visited, replace
destring EA, replace
destring consent_obtained, replace
destring structure, replace
destring household, replace
destring birthmonth, replace
destring birthyear, replace
destring thismonth, replace
destring thisyear, replace
destring FQ_age, replace
capture destring age, replace
destring young_marriage_first, replace
destring young_marriage_recent, replace
destring marriage_warning_first, replace
destring first_method_che, replace
destring recent_method_c, replace
destring current_or_recent_user, replace
destring recentmarriagemonth, replace
destring recentmarriageyear, replace
destring firstmarriagemonth, replace
destring firstmarriageyear, replace
capture destring birth_events_rw, replace
capture destring days_since_birth, replace
destring menstrual_period_value, replace
capture destring months_since_last_period, replace
destring month_calculation, replace
destring months_pregnant, replace
destring wait_birth_value, replace
destring age_at_first_use, replace
destring age_at_first_use_children, replace
destring method_fees, replace
destring age_at_first_sex, replace
destring years_since_first_sex, replace
destring months_since_first_sex, replace
destring last_time_sex_value, replace
destring pp_method_value, replace
destring age_ante_begin_using, replace
destring age_first_reported_use, replace
destring age_first_birth, replace
destring months_last_sex, replace
destring Latitude, replace
destring Longitude, replace
destring Altitude, replace
destring Accuracy, replace
capture label def yes_no_dnk_nr_list 0 no 1 yes -77 "-77" -88 "-88" -99 "-99"
foreach var of varlist your_name_check system_date_check location_con name_check ///
available begin_interview ///
pregnant fp_ever_used current_user ///
future_user_not_current future_user_pregnant recent_user fp_side_effects ///
fp_side_effects_instructions fp_told_other_methods fp_obtain_desired return_to_provider ///
refer_to_relative visited_by_health_worker visited_a_facility facility_fp_discussion ///
fp_ad_radio fp_ad_tv fp_ad_magazine fp_ad_call fp_ever_user penultimate_method_yn pp_method_yn ///
partner_know emergency_12mo_yn {
encode `var', gen(`var'v2) lab(yes_no_dnk_nr_list)
}
capture encode other_wives, gen(other_wivesv2) lab(yes_no_dnk_nr_list)
capture encode sterilization_permanent_inform , gen(sterilization_permanent_inform ) lab(yes_no_dnk_nr_list)
label def acquainted_list 1 very_well_acquainted 2 well_acquainted 3 not_well_acquainted 4 not_acquainted
encode aquainted, gen(aquaintedv2) lab(acquainted_list)
label define FQmarital_status_list 5 never_married 1 currently_married 2 currently_living_with_man 3 divorced 4 widow -99 "-99"
encode marital_status, gen(marital_statusv2) lab(FQmarital_status_list)
label define lived_list 1 once 2 more_than_once -99 "-99"
encode marriage_history, gen(marriage_historyv2) lab(lived_list)
capture label drop dwmy_list
label define dwmy_list 1 "days" 2 "weeks" 3 "months" 4 "years" -99 "-99" -88 "-88"
label define menstrual_list 1 days 2 weeks 3 months 4 years 5 menopausal_hysterectomy 6 before_birth 7 never -99 "-99"
encode menstrual_period, gen(menstrual_periodv2) lab(menstrual_list)
label define more_children_list 1 have_child 2 no_children 3 infertile -88 "-88" -99 "-99"
encode more_children, gen(more_childrenv2) lab(more_children_list)
encode more_children_pregnant, gen(more_children_pregnantv2) lab(more_children_list)
label define wait_child_list 1 months 2 years 3 soon 4 infertile 5 other -88 "-88" -99 "-99"
encode wait_birth, gen(wait_birthv2) lab(wait_child_list)
encode wait_birth_pregnant, gen(wait_birth_pregnantv2) lab(wait_child_list)
label define pregnancy_desired_list 1 then 2 later 3 not_at_all -99 "-99"
encode pregnancy_last_desired, gen(pregnancy_last_desiredv2) lab(pregnancy_desired_list)
encode pregnancy_current_desired, gen(pregnancy_current_desiredv2) lab(pregnancy_desired_list)
replace stop_using_why_cc=subinstr(stop_using_why_cc, "difficult_to_conceive", "diff_conceive", .)
replace stop_using_why_cc=subinstr(stop_using_why_cc, "interferes_with_body", "interf_w_body", .)
foreach reason in infrequent pregnant wanted_pregnant husband more_effective no_method_available health_concerns ///
side_effects no_access cost inconvenient fatalistic diff_conceive interf_w_body other {
gen stop_using_`reason'=0 if stop_using_why_cc!="" & stop_using_why_cc!="-99"
replace stop_using_`reason'=1 if (regexm(stop_using_why_cc, "`reason'"))
}
label define whynot_list 1 not_married 2 infrequent_sex 3 menopausal_hysterectomy 4 infecund 5 not_menstruated ///
6 breastfeeding 7 husband_away 8 fatalistic 9 respondent_opposed 10 partner_opposed 11 others_opposed ///
12 religion 13 no_knowledge 14 no_source_known 15 side_effects 16 health 17 no_access 18 cost ///
19 preferred_unavailable 20 no_method_available 21 inconvenient 22 interferes_with_body 23 other -88 "-88" -99 "-99"
label define decision_list 1 you_alone 2 provider 3 partner 4 you_and_provider 5 you_and_partner 6 other -99 "-99" -88 "-88"
encode fp_final_decision, gen(fp_final_decisionv2) lab(decision_list)
label define whynomethod_list 1 out_of_stock 2 unavailable 3 untrained 4 different 5 ineligible 6 decided_not_to_adopt ///
7 cost 8 other -88 "-88" -99 "-99"
encode fp_obtain_desired_whynot, gen(fp_obtain_desired_whynotv2) lab(whynomethod_list)
encode last_time_sex, gen(last_time_sexv2) lab(dwmy_list)
label define dwmy_future_list 1 days 2 weeks 3 months 4 years -99 "-99"
encode pp_method_units, gen(pp_method_unitsv2) lab(dwmy_future_list)
label define FRS_result_list 1 completed 2 not_at_home 3 postponed 4 refused 5 partly_completed 6 incapacitated
encode FRS_result, gen(FRS_resultv2) lab(FRS_result_list)
*Participated in previous survey
capture label var previous_PMA "Previously participated in PMA 2020 survey?"
capture encode previous_PMA, gen(previous_PMAv2) lab(yes_no_dnk_nr_list)
/*Additional questions added in July 2016 to core*/
capture confirm var ever_birth
if _rc==0 {
label var ever_birth "Ever given birth"
label var partner_decision "Before using method, did you discuss decision to avoid pregnancy with partner"
label var partner_overall "Using contraception is your decision, husband's decision or together?"
label var rhythm_final "Who made final decision to use rhythm"
label var lam_final "Who made final decision to use LAM"
encode rhythm_final, gen(rhythm_finalv2) lab(decision_list)
encode lam_final, gen(lam_finalv2) lab(decision_list)
rename why_not_decision why_not_decision
label var why_not_decision "Whose decision is it not to use contraception"
label define partner_overall_list 1 "respondent" 2 "husband" 3 "joint" 96 "other" -99 "-99"
encode partner_overall, lab(partner_overall_list) gen(partner_overallv2)
encode why_not_decision, lab(partner_overall_list) gen (why_not_decisionv2)
foreach var in ever_birth partner_decision {
encode `var', gen(`var'v2) lab(yes_no_dnk_nr_list)
}
}
unab vars: *v2
local stubs: subinstr local vars "v2" "", all
foreach var in `stubs'{
rename `var' `var'QZ
order `var'v2, after (`var'QZ)
}
rename *v2 *
drop *QZ
*****************************Change the date variables into Stata time***************************
**Change start and end times into SIF to calculate time
*Have to do the same procedures. Using the end time of the survey as the day of the survey
**Extract portion of string variable that has information on mondth/day/year
gen double todaySIF=clock(today, "YMD")
format todaySIF %tc
gen double startSIF=clock(start, "MDYhms")
gen double manual_dateSIF=clock(manual_date, "MDYhms")
format startSIF %tc
format manual_dateSIF %tc
gen double endSIF=clock(end, "MDYhms")
format endSIF %tc
gen double birthdateSIF=clock(birthdate, "MDY")
format birthdateSIF %tc
gen double husband_cohabit_start_firstSIF=clock(husband_cohabit_start_first, "MDY")
format husband_cohabit_start_firstSIF %tc
replace husband_cohabit_start_firstSIF=. if regexm(husband_cohabit_start_first, "2020")
gen double husband_cohabit_start_recentSIF=clock(husband_cohabit_start_recent, "MDY")
format husband_cohabit_start_recentSIF %tc
replace husband_cohabit_start_recentSIF=. if regexm(husband_cohabit_start_recent, "2020")
capture replace first_birth=recent_birth if children_born==1
capture replace first_birth=recent_birth if birth_events==1
capture replace first_birth=recent_birth if birth_events==1 & children_born==2
gen double first_birthSIF=clock(first_birth, "MDY")
format first_birthSIF %tc
replace first_birthSIF=. if regexm(first_birth, "2020")
gen double recent_birthSIF=clock(recent_birth, "MDY")
format recent_birthSIF %tc
replace recent_birthSIF=. if regexm(recent_birth, "2020")
gen double stop_usingSIF=clock(stop_using, "MDY")
format stop_usingSIF %tc
replace stop_usingSIF=. if regexm(stop_using, "2020")
unab vars: *SIF
local stubs: subinstr local vars "SIF" "", all
foreach var in `stubs'{
order `var'SIF, after (`var')
}
rename todaySIF FQtodaySIF
rename startSIF FQstartSIF
rename manual_dateSIF FQmanual_dateSIF
rename endSIF FQendSIF
rename your_name RE
replace RE=name_typed if your_name_check==0 | your_name_check==.
***************************************************************************************************
********************************* REPROGRAM FEMALE RESPONDENT *********************************
***************************************************************************************************
replace current_recent_method="" if recent_user!=1 & current_user!=1
replace current_method="" if current_user!=1
replace recent_method="" if recent_user!=1
*Current Use
gen femalester=0 if FRS_result==1
gen malester=0 if FRS_result==1
gen IUD=0 if FRS_result==1
gen injectables3=0 if FRS_result==1
gen injectables1=0 if FRS_result==1
gen injectables=0 if FRS_result==1
gen implant=0 if FRS_result==1
gen pill=0 if FRS_result==1
gen malecondom=0 if FRS_result==1
gen femalecondom=0 if FRS_result==1
gen LAM=0 if FRS_result==1
gen EC=0 if FRS_result==1
gen diaphragm=0 if FRS_result==1
gen N_tablet=0 if FRS_result==1
gen foamjelly=0 if FRS_result==1
gen stndrddays=0 if FRS_result==1
gen rhythm=0 if FRS_result==1
gen withdrawal=0 if FRS_result==1
gen othertrad=0 if FRS_result==1
split current_method, gen(current_method_temp)
forval y=1/10{
capture confirm variable current_method_temp`y'
if _rc==0{
replace femalester=1 if current_method_temp`y'=="female_sterilization" & FRS_result==1
replace malester=1 if current_method_temp`y'=="male_sterilization" & FRS_result==1
replace IUD=1 if current_method_temp`y'== "IUD" & FRS_result==1
replace injectables3=1 if current_method_temp`y'== "injectables_3mo" & FRS_result==1
replace injectables1=1 if current_method_temp`y'== "injectables_1mo" & FRS_result==1
replace injectables=1 if current_method_temp`y'=="injectables" & FRS_result==1
replace implant=1 if current_method_temp`y'=="implants" & FRS_result==1
replace pill=1 if current_method_temp`y'=="pill" & FRS_result==1
replace malecondom=1 if current_method_temp`y'=="male_condoms" & FRS_result==1
replace femalecondom=1 if current_method_temp`y'== "female_condoms" & FRS_result==1
replace LAM=1 if current_method_temp`y'== "LAM" & FRS_result==1
replace EC=1 if current_method_temp`y'=="emergency" & FRS_result==1
replace diaphragm=1 if current_method_temp`y'== "diaphragm" & FRS_result==1
replace N_tablet=1 if current_method_temp`y'== "N_tablet" & FRS_result==1
replace foamjelly=1 if current_method_temp`y'=="foam" & FRS_result==1
replace stndrddays=1 if current_method_temp`y'== "beads" & FRS_result==1
replace rhythm=1 if current_method_temp`y'== "rhythm" & FRS_result==1
replace withdrawal=1 if current_method_temp`y'=="withdrawal" & FRS_result==1
replace othertrad=1 if current_method_temp`y'=="other_traditional" & FRS_result==1
}
}
drop current_method_temp*
split why_not_using, gen(why_not_using_)
local x=r(nvars)
foreach var in not_married infrequent_sex menopausal_hysterectomy infecund not_menstruated ///
breastfeeding husband_away fatalistic respondent_opposed partner_opposed others_opposed religion ///
no_knowledge no_source_known side_effects health no_access cost preferred_unavailable ///
no_method_available inconvenient interferes_with_body other {
gen wn`var'=0 if why_not_using!="" & why_not_using!="-99"
forval y=1/`x' {
replace wn`var'=1 if why_not_using_`y'=="`var'"
label values wn`var' yes_no_dnk_nr_list
}
}
drop why_not_using_*
rename wnnot_married why_not_usingnotmarr
rename wninfrequent_sex why_not_usingnosex
rename wnmenopausal_hysterectomy why_not_usingmeno
rename wninfecund why_not_usingsubfec
rename wnnot_menstruated why_not_usingnomens
rename wnbreastfeeding why_not_usingbreastfd
rename wnhusband_away why_not_usinghsbndaway
rename wnfatalistic why_not_usinguptogod
rename wnrespondent_opposed why_not_usingrespopp
rename wnpartner_opposed why_not_usinghusbopp
rename wnothers_opposed why_not_usingotheropp
rename wnreligion why_not_usingrelig
rename wnno_knowledge why_not_usingdkmethod
rename wnno_source_known why_not_usingdksource
rename wnside_effects why_not_usingfearside
rename wnhealth why_not_usinghealth
rename wnno_access why_not_usingaccess
rename wncost why_not_usingcost
rename wnpreferred_unavailable why_not_usingprfnotavail
rename wnno_method_available why_not_usingnomethod
rename wninconvenient why_not_usinginconv
rename wninterferes_with_body why_not_usingbodyproc
rename wnother why_not_usingother
order why_not_usingnotmarr-why_not_usingother, after(why_not_using)
*Awareness
unab vars: heard_*
local stubs: subinstr local vars "heard_" "", all
foreach var in `stubs'{
label var heard_`var' "Have you ever heard of `var'"
encode heard_`var', gen(heard_`var'v2) lab(yes_no_dnk_nr_list)
order heard_`var'v2, after(heard_`var')
drop heard_`var'
rename heard_`var'v2 heard_`var'
}
capture rename heard_gel heard_foamjelly
*Replace skipped questions with values
replace fp_ever_user=1 if (current_user==1 | recent_user==1) & (current_recent_method!="-99")
capture replace age_at_first_use_children=0 if birth_events==0 & fp_ever_user==1
duplicates tag metainstanceName, gen(dupFQ)
duplicates tag link, gen(duplink)
duplicates report
duplicates drop
save `CCRX'_FRQ_$date.dta, replace
|
clear
clear matrix
clear mata
capture log close
set maxvar 15000
set more off
numlabel, add
/*******************************************************************************
*
* FILENAME: CCRX_HHQFQ_Wealth_Unmet_Generation_$date.do
* PURPOSE: PMA2020 HHQ/FQ wealth and unmet need generation in preparation for data analysis
* CREATED: Qingfeng Li (qli28@jhu.edu)
* DATA IN: CCRX_$date_ForAnalysis.dta
* DATA OUT: CCRX_WealthScore_$date.dta
* CCRX_UnmetNeed_$date.dt
* CCRX_WealthWeightAll_$date.dta
* CCRX_WealthWeightCompleteHH_$date.dta
* CCRX_WealthWeightFemale_$date.dta
*******************************************************************************/
*******************************************************************************
* INSTRUCTIONS
*******************************************************************************
*
* 1. Update macros/directories in first section
*
*******************************************************************************
* SET MACROS AND CORRECT DOI: UPDATE THIS SECTION FOR EACH COUNTRY/ROUND
*******************************************************************************
* Set local macros for country and round
local country "Nigeria-Oyo"
local round "Round5Oyo"
local CCRX "NGOyoR5"
local assets "electricity-boatmotor"
local water "water_pipe2dwelling-water_sachet"
local wealthgroup 5
* Set macro for date of HHQ/FQ EC recode dataset that intend to use
local datadate "20Dec2017"
* Set directory for country and round
global datadir "/Users/pma2020/Dropbox (Gates Institute)/Nigeria/Data_NotShared/Round5Oyo/Data/HHQFQ"
cd "$datadir"
* Read in data
use "/Users/pma2020/Dropbox (Gates Institute)/Nigeria/PMANG_Datasets/RoundOyo/Prelim95/NGROyo_NONAME_ECRecode_20Dec2017.dta"
* Rename and save data
save "`CCRX'_NONAME_ECRecode_`datadate'_100Prelim.dta", replace
*If running before weights are incorporated, will gen weights=1
capture confirm var HHweight
if _rc!=0{
gen HHweight=1
gen FQweight=1
}
tempfile temp
save `temp', replace
*******************************************************************************
* RENAME VARIABLES
*******************************************************************************
* Rename variables
capture rename wall_clock wallclock
*******************************************************************************
* STOP UPDATING MACROS
*******************************************************************************
cd "$datadir"
log using "`CCRX'_HHQFQ_Wealth_Unmet_Generation_$date.log", replace
* Set local/global macros for current date
local today=c(current_date)
local c_today= "`today'"
global date=subinstr("`c_today'", " ", "",.)
local todaystata=clock("`today'", "DMY")
* Keep only completed surveys
keep if HHQ_result==1
* First, double check HHtag and metatag
* metatag tags one observation from each form while HHtag tags one observation from each household (in the event that multiple
* forms are submitted for the same household then metatag will not equal HHtag. Be clear on whether you want to identify the
* the number of households identified or the number of forms completed)
* For weight calculation, use metatag
* If metatag does not already exist, generate
capture drop metatag
egen metatag=tag(metainstanceID)
keep if metatag==1
*******************************************************************************
* GENERATE WEALTH QUINTILE
*******************************************************************************
* Tab concatonated assets variable and compare to dichotomous asset variables
tab1 assets
codebook assets
tab1 `assets', mis
foreach var of varlist `assets' {
sum `var', det
local m=r(mean)
replace `var'=int(`m') if `var'==.
}
* Create dichotomous livestock owned variables
foreach var of varlist *_owned {
recode `var' -88 -99 88 99 =.
sum `var', det
local m=r(p50)
recode `var' 0/`m'=0 .=0 else=1, gen(`var'01)
tab1 `var', miss
recode `var' .=0
mean `var'
}
* Main material of the floor
tab1 floor, miss
tab1 floor, nolab
recode floor 10/19 96 =1 -99 .=. else=0, gen(floor_natural)
recode floor 20/29=1 -99 .=. else=0, gen(floor_rudimentary)
recode floor 30/39=1 -99 .=. else=0 ,gen(floor_finished)
//recode floor 11=1 .=. else=0, gen(floor_other)
* Main material of the roof
tab1 roof
tab roof, nolab
recode roof 10/19 96=1 -99 .=. else=0, gen(roof_natural)
recode roof 20/29=1 -99 .=. else=0, gen(roof_rudimentary)
recode roof 30/39=1 .=. else=0, gen(roof_finished)
//recode roof 14=1 .=. else=0, gen(roof_other)
* Main material of the exterior walls
tab1 walls
tab walls, nolab
recode walls 10/19 96=1 -99 .=. else=0, gen(wall_natural)
recode walls 20/29=1 -99 .=. else=0, gen(wall_rudimentary)
recode walls 30/39=1 -99 .=. else=0, gen(wall_finished)
* Recode wall, floor, and roof variables
recode wall_finished .=0
recode wall_rudimentary .=1
recode wall_natural .=0
recode floor_natural .=1
recode floor_rudimentary .=0
recode floor_finished .=0
recode roof_natural .=1
recode roof_rudimentary .=0
recode roof_finished .=0
* Check the page for Country DHS; PDF page 358 of Country 2011 DHS
* Improved drinking water sources include: water from pipe/tap, public tap, borehole or pump, protected well, protected spring or rainwater.
* Improved water sources do not include: vendor-provided water, bottled water, tanker trucks or unprotected wells and springs.
* Generate dichotomous water source variables
tab water_sources_all, mis
gen water_pipe2dwelling= regexm(water_sources_all, ["piped_indoor"])
gen water_pipe2yard= regexm(water_sources_all, ["piped_yard"])
gen water_publictap= regexm(water_sources_all, ["piped_public"])
gen water_tubewell= regexm(water_sources_all, ["tubewell"])
gen water_protectedwell= regexm(water_sources_all, ["protected_dug_well"])
gen water_unprotectedwell= regexm(water_sources_all, ["unprotected_dug_well"])
gen water_protectedspring= regexm(water_sources_all, ["protected_spring"])
gen water_unprotectedspring= regexm(water_sources_all, ["unprotected_spring"])
gen water_rainwater= regexm(water_sources_all, ["rainwater"])
gen water_tankertruck= regexm(water_sources_all, ["tanker"])
gen water_cart= regexm(water_sources_all, ["cart"])
gen water_surfacewater= regexm(water_sources_all, ["surface_water"])
gen water_bottled= regexm(water_sources_all, ["bottled"])
gen water_sachet= regexm(water_sources_all, ["sachet"])
gen water_refill=regexm(water_sources_all, ["refill"])
* Generate dichotomous toilet facility variables
tab sanitation_all, mis
gen toilet_pipedsewer=regexm(sanitation_all, ["flush_sewer"])
gen toilet_septictank=regexm(sanitation_all, ["flush_septic"])
gen toilet_flushpit=regexm(sanitation_all, ["flushpit"])
gen toilet_elsewhere=regexm(sanitation_all, ["flush_elsewhere"])
gen toilet_unknown=regexm(sanitation_all, ["flush_unknown"])
gen toilet_ventilatedpitlatrine=regexm(sanitation_all, ["vip"])
gen toilet_pitlatrinewslab=regexm(sanitation_all, ["pit_with_slab"])
gen toilet_pitlatrinewoslab=regexm(sanitation_all, ["pit_no_slab"])
gen toilet_compostingtoilet=regexm(sanitation_all, ["composting"])
gen toilet_buckettoilet=regexm(sanitation_all, ["bucket"])
gen toilet_hangingtoilet=regexm(sanitation_all, ["hanging"])
gen toilet_nofacility=regexm(sanitation_all, ["bush"])
gen toilet_other=regexm(sanitation_all, ["other"])
gen toilet_missing=regexm(sanitation_all, ["-99"])
* Rename toilet facility options so not included in wealth quintile generation
rename toilet_nofacility notoilet_nofacility
capture rename toilet_bushwater notoilet_bushwater
rename toilet_missing notoilet_missing
* Create temp file for all variables used to generate wealth quintile
tab1 `water' `assets' floor_* wall_* roof_* toilet_* *_owned01, mis
tempfile tem
save `tem', replace
* Create mean tempfile for all variables used to generate wealth quintile
preserve
collapse (mean) `water' `assets' floor_* wall_* roof_* toilet_* *_owned01
tempfile mean
save `mean', replace
restore
* Create standard deviation tempfile for all variables used to generate wealth quintile
preserve
collapse (sd) `water' `assets' floor_* wall_* roof_* toilet_* *_owned01
tempfile sd
save `sd', replace
restore
* Create count (N) tempfile for all variables used to generate wealth quintile
preserve
collapse (count) `water' `assets' floor_* wall_* roof_* toilet_* *_owned01
tempfile N
save `N', replace
restore
* Create minimum tempfile for all variables used to generate wealth quintile
preserve
collapse (min) `water' `assets' floor_* wall_* roof_* toilet_* *_owned01
tempfile min
save `min', replace
restore
* Create maximum tempfile for all variables used to generate wealth quintile
preserve
collapse (max) `water' `assets' floor_* wall_* roof_* toilet_* *_owned01
tempfile max
save `max', replace
restore
use `mean', clear
append using `sd'
append using `N'
append using `min'
append using `max'
* Use principal component analysis to generate wealth quintile
use `tem', clear
su `water' `assets' floor_* wall_* roof_* toilet_* *_owned01
pca `water' `assets' floor_* wall_* roof_* toilet_* *_owned01
predict score
alpha `water' `assets' floor_* wall_* roof_* toilet_* *_owned01
* Put into quintiles/tertiles based on weighted households
gen wealthcat=`wealthgroup'
if wealthcat==3 {
xtile wealthtertile=score [pw=HHweight], nq(3)
cap label define wealthtert 1 "Lowest tertile" 2 "Middle tertile" 3 "Highest tertile"
label value wealthtertile wealthtert
}
else {
xtile wealthquintile=score [pweight=HHweight], nq(5)
cap label define wealthquint 1 "Lowest quintile" 2 "Lower quintile" 3 "Middle quintile" 4 "Higher quintile" 5 "Highest quintile"
label value wealthquintile wealthquint
}
drop wealthcat
*******************************************************************************
* SAVE AND MERGE WEALTH QUINTILE DATA
*******************************************************************************
* Keep only wealth quintile, pca score variable, and metainstanceID and save as dataset
keep metainstanceID score wealth*
tempfile wealthscore
save `wealthscore', replace
* Merge wealth score dataset into dataset for analysis
use `temp'
*use `CCRX'_`date'_ForAnalysis.dta
merge m:1 metainstanceID using `wealthscore', nogen
save "`CCRX'_WealthWeightAll_$date.dta", replace
*******************************************************************************
* GENERATE UNMET NEED
*******************************************************************************
/* Note from DHS:
Stata program to create Revised unmet need variable as described in
Analytical Study 25: Revising Unmet Need for Family Plnaning
by Bradley, Croft, Fishel, and Westoff, 2012, published by ICF International
measuredhs.com/pubs/pdf/AS25/AS25.pdf
Program written by Sarah Bradley and edited by Trevor Croft, last updated 23 January 2011
SBradley@icfi.com
This program will work for most surveys. If your results do not match
Revising Unmet Need for Family Planning, the survey you are analyzing may require
survey-specific programming. See survey-specific link at measuredhs.com/topics/Unmet-Need.cfm */
* Use weighted female dataset with wealth quintile
use "`CCRX'_WealthWeightAll_$date.dta", clear
keep if FRS_result==1 & HHQ_result==1
tempfile temp
save `temp',replace
* Check for missing values
codebook FQdoi_corrected
* Split FQdoi_corrected
split FQdoi_corrected, gen(doi_)
* Generate doimonth (month of interview) from first split variable
gen doimonth=doi_1
tab1 doimonth, mis
replace doimonth=lower(doimonth)
tab1 doimonth, mis
replace doimonth="12" if doimonth=="dec"
replace doimonth="1" if doimonth=="jan"
replace doimonth="2" if doimonth=="feb"
replace doimonth="3" if doimonth=="mar"
replace doimonth="4" if doimonth=="apr"
replace doimonth="5" if doimonth=="may"
replace doimonth="6" if doimonth=="jun"
replace doimonth="7" if doimonth=="jul"
replace doimonth="8" if doimonth=="aug"
replace doimonth="9" if doimonth=="sep"
replace doimonth="10" if doimonth=="oct"
replace doimonth="11" if doimonth=="nov"
tab1 doimonth, mis
* Generate doiyear (year of interview) from third split variable
gen doiyear=doi_3
* Destring doimonth and doiyear
destring doimonth doiyear, replace
* Calculate doi in century month code (months since January 1900)
gen doicmc=(doiyear-1900)*12+doimonth
tab doicmc, mis
* Check the dates to make sure they make sense and correct if they do not
egen tagdoicmc=tag(doicmc)
*br SubmissionDate wrongdate start end system* doi* this* if tagdoicmc==1
* Drop unecessary variables used to generate doicmc
drop tagdoicmc
drop doi_*
* Confirm have only completed HHQ/FQ surveys
keep if FRS_result==1 & HHQ_result==1
codebook metainstanceID
* Generate unmet need variable
capture g unmet=.
* Set unmet need to NA for unmarried women if survey only included ever-married women
tab FQmarital_status, mis
tab FQmarital_status, mis nolab
recode FQmarital_status -99 =.
* Tab desire for more children variable(s)
des more_children*
tab more_children, mis
tab more_children, mis nolab
* Tab length of time want to wait until next birth variable
tab wait_birth, miss
tab wait_birth, miss nolab
tab wait_birth_pregnant, miss nolab
*******************************************************************************
* GROUP 1: CONTRACEPTIVE USERS
*******************************************************************************
* Using to limit if wants no more, sterilized, or declared infecund
recode unmet .=4 if cp==1 & (more_children==2 | femalester==1 | malester==1 | more_children==3)
* Using to space - all other contraceptive users
recode unmet .=3 if cp==1
*******************************************************************************
* GROUP 2: PREGNANT OR POSTPARTUM AMENORRHEIC (PPA) WOMEN
*******************************************************************************
* Determine who should be in Group 2
* Generate time since last birth (i.e. gap between date of interview and date of last birth)
* Generate month and year of last birth variables
split recent_birth, gen(lastbirth_)
rename lastbirth_1 lastbirthmonth
rename lastbirth_3 lastbirthyear
drop lastbirth_*
* Create numeric month of last birth variable
replace lastbirthmonth=lower(lastbirthmonth)
replace lastbirthmonth="1" if lastbirthmonth=="jan"
replace lastbirthmonth="2" if lastbirthmonth=="feb"
replace lastbirthmonth="3" if lastbirthmonth=="mar"
replace lastbirthmonth="4" if lastbirthmonth=="apr"
replace lastbirthmonth="5" if lastbirthmonth=="may"
replace lastbirthmonth="6" if lastbirthmonth=="jun"
replace lastbirthmonth="7" if lastbirthmonth=="jul"
replace lastbirthmonth="8" if lastbirthmonth=="aug"
replace lastbirthmonth="9" if lastbirthmonth=="sep"
replace lastbirthmonth="10" if lastbirthmonth=="oct"
replace lastbirthmonth="11" if lastbirthmonth=="nov"
replace lastbirthmonth="12" if lastbirthmonth=="dec"
* Destring last birth month and year variables
destring lastbirth*, replace
tab1 lastbirthmonth lastbirthyear
* Replace last birth month and year equal to missing is year is 2020 (i.e. missing)
replace lastbirthmonth=. if lastbirthyear==2020
recode lastbirthyear 2020=.
* Generate last birth data in century month code
gen lastbirthcmc=(lastbirthyear-1900)*12+lastbirthmonth
* Generate time since last birth in months variable
gen tsinceb=doicmc-lastbirthcmc
* Generate time since last period in months from v215, time since last menstrual period
replace menstrual_period=. if menstrual_period==-99
* Tab menstrual_period
tab menstrual_period, mis
tab menstrual_period, mis nolab
**Some women who says years since mp report the actual year
replace menstrual_period_value = menstrual_period_value-doiyear if menstrual_period_value>2000 ///
& menstrual_period_value!=. & menstrual_period==4 // years
* Generate time since menstrual period variable in months
g tsincep = menstrual_period_value if menstrual_period==3 // months
replace tsincep = int(menstrual_period_value/30) if menstrual_period==1 // days
replace tsincep = int(menstrual_period_value/4.3) if menstrual_period==2 // weeks
replace tsincep = menstrual_period_value*12 if menstrual_period==4 // years
* Initialize pregnant (1) or currently postpartum amenorrheic (PPA) women who have not had period since before birth (6)
g pregPPA=1 if pregnant==1 | menstrual_period==6
* For women with missing data or "period not returned" on date of last menstrual period, use information from time since last period
* If last period is before last birth in last 5 years
replace pregPPA=1 if tsincep> tsinceb & tsinceb<60 & tsincep!=. & tsinceb!=.
* Or if said "before last birth" to time since last period in the last 5 years
replace pregPPA=1 if menstrual_period==-99 & tsinceb<60 & tsinceb!=.
* Select only women who are pregnant or PPA for <24 months
g pregPPA24=1 if pregnant==1 | (pregPPA==1 & tsinceb<24)
* Classify based on wantedness of current pregnancy/last birth
* Generate variable for whether or not wanted last/current pregnancy then, later, or not at all
gen wantedlast=pregnancy_current_desired // currently pregnant
gen m10_1=pregnancy_last_desired // not currently pregnant
replace wantedlast = m10_1 if (wantedlast==. | wantedlast==-99) & pregnant!=1
tab wantedlast
replace wantedlast=. if wantedlast==-99
* Recode as no unmet need if wanted current pregnancy/last birth then/at that time
recode unmet .=7 if pregPPA24==1 & wantedlast==1
* Recode as unmet need for spacing if wanted current pregnancy/last birth later
recode unmet .=1 if pregPPA24==1 & wantedlast==2
* Recode as unmet need for limiting if wanted current pregnancy/last birth not at all
recode unmet .=2 if pregPPA24==1 & wantedlast==3
* Recode unmet need as missing value if "wantedlast" missing and if has been post-partum amenorrheic for less then 24 months
recode unmet .=99 if pregPPA24==1 & wantedlast==.
* Determine if sexually active in last 30 days: less than 4 weeks or less than 30 days
gen sexact=0
replace sexact=1 if (last_time_sex==2 & last_time_sex_value<=4 & last_time_sex_value>=0) | (last_time_sex==1 & last_time_sex_value<=30 & last_time_sex_value>=0) ///
| (last_time_sex==3 & last_time_sex_value<=1 & last_time_sex_value>=0)
* If unmarried and not sexually active in last 30 days, assume no need
recode unmet .=97 if FQmarital_status~=1 & FQmarital_status~=2 & sexact!=1
*******************************************************************************
* GROUP 3: DETERMINE FECUNDITY
*******************************************************************************
* Boxes refer to Figure 2 flowchart in DHS Analytics 25 Report
* Box 1 (applicable only to currently married/cohabiting women)
* Married 5+ years ago, no children in past 5 years, never used contraception, excluding pregnant and PPA <24 months
* husband_cohabit_start_current husband_cohabit_start_recent
* husband_cohabit_start_recent is first marriage, FQfirstmarriagemonth and FQfirstmarriageyear are dates of first marriage (women married more than once)
* husband_cohabit_start_current is current marriage (if woman married only once, only have current marriage)
* If first marriage more than five years ago, never used contraception, and never had child, then infecund
* Recode month and year of marriage as missing if year of marriage is 2020 (i.e. missing)
tab1 *marriagemonth *marriageyear, mis
replace firstmarriagemonth=. if firstmarriageyear==2020
replace recentmarriagemonth=. if recentmarriageyear==2020
recode firstmarriageyear 2020=.
recode recentmarriageyear 2020=.
* Generate marriage century month code variable
gen marriagecmc=(firstmarriageyear-1900)*12+firstmarriagemonth
replace marriagecmc=(recentmarriageyear-1900)*12 + recentmarriagemonth if marriage_history==1
* Generate time since marriage century month code variable
gen v512=int((doicmc-marriagecmc)/12)
tab v512, mis //years since marriage
* Generate dichotomous infecund variable
g infec=1 if (FQmarital_status==1 | FQmarital_status==2) & v512>=5 & v512!=. & (tsinceb>59 | ever_birth==0) & fp_ever_used==0 & pregPPA24!=1
* Box 2
* Declared infecund on future desires for children
replace infec=1 if more_children==3 // v605==7
* Box 3
* Menopausal/hysterectomy as reason not using contraception - slightly different recoding in DHS III and IV+
replace infec=1 if why_not_usingmeno==1
* Box 4
* Time since last period is >=6 months and not PPA
replace infec=1 if tsincep>=6 & tsincep!=. & pregPPA!=1
* Box 5
* Menopausal/hysterectomy for time since last period response
replace infec=1 if menstrual_period==5
* Never menstruated for time since last period response, unless had a birth in the last 5 years
replace infec=1 if menstrual_period==7 & (tsinceb>59 | tsinceb==.)
* Box 6
* Time since last birth>= 60 months and last period was before last birth
replace infec=1 if menstrual_period==6 & tsinceb>=60 & tsinceb!=.
* Never had a birth, but last period reported as before last birth - assume code should have been something other than 6
replace infec=1 if menstrual_period==6 & ever_birth==0
* Exclude pregnant and PP amenorrheic < 24 months
replace infec=. if pregPPA24==1
* Recode unmet need
recode unmet .=9 if infec==1
*******************************************************************************
* GROUP 4: FECUND WOMEN
*******************************************************************************
* Recode as no unmet need if wants child within 2 years
recode unmet .=7 if more_children==1 & ((wait_birth==1 & wait_birth_value<24) | (wait_birth==2 & wait_birth_value<2) | (wait_birth==3) ) // v605==1, wants within 2 years; wait_birth: 4 months; 5 years
* Recode as unmet need for spacing if wants in 2+ years, wants undecided timing, or unsure if wants
recode unmet .=1 if more_children==-88 | (more_children==1 & ( (wait_birth==1 & wait_birth_value>=24) | (wait_birth==2 & wait_birth_value>=2)) | (wait_birth==-88) | (wait_birth==-99)) //v605>=2 & v605<=4
* Recode as unmet need for limiting if wants no more children
recode unmet .=2 if more_children==2
* Recode any reamining missing values as "99"
recode unmet .=99
* Label unmet need
capture la def unmet ///
1 "unmet need for spacing" ///
2 "unmet need for limiting" ///
3 "using for spacing" ///
4 "using for limiting" ///
7 "no unmet need" ///
9 "infecund or menopausal" ///
97 "not sexually active" ///
98 "unmarried - EM sample or no data" ///
99 "missing"
la val unmet unmet
* Generate and lable dichotomous unmet need variable
capture recode unmet (1/2=1 "unmet need") (else=0 "no unmet need"), g(unmettot)
* Tab unmet need variable for married or unmarried women
tab unmet
tab unmet if FQmarital_status==1 | FQmarital_status==2
* Keep only certain variables
keep unmet unmettot FQmetainstanceID doi* *cmc tsince*
* Drop duplicates
duplicates drop FQmetainstanceID, force
*******************************************************************************
* SAVE AND MERGE UNMET NEED DATA, CLOSE LOG
*******************************************************************************
* Save unmet need dataset
tempfile unmet
saveold `unmet', replace
* Merge unmet need dataset with weighted, wealth quintile dataset containing all data
use "`CCRX'_WealthWeightAll_$date.dta"
merge m:1 FQmetainstanceID using `unmet', nogen
saveold "`CCRX'_WealthWeightAll_$date.dta", replace version(12)
log close
|
clear
clear matrix
clear mata
capture log close
set maxvar 15000
set more off
numlabel, add
/*******************************************************************************
*
* FILENAME: PMA_HHQFQ_2Page_Analysis_$date.do
* PURPOSE: PMA2020 HHQ/FQ two page data analysis
* CREATED: Linnea Zimmerman (lzimme12@jhu.edu)
* DATA IN: CCRX_WealthWeightFemale_$date.dta
* DATA OUT: CCRX_HHQFQ_2Page_Analysis_$date.dta
*
*******************************************************************************/
*******************************************************************************
* INSTRUCTIONS
*******************************************************************************
*
* 1. Update macros/directories in first section
* 2. If using source of method by method figure, uncomment last section
* and update coding
*
*******************************************************************************
* SET MACROS: UPDATE THIS SECTION FOR EACH COUNTRY/ROUND
*******************************************************************************
* Set macros for country and round
local country "Nigeria"
local round "Round5Oyo"
local CCRX "NGOyoR5"
* Set macros for contraceptive methods
local mcp "(current_methodnumEC>=1 & current_methodnumEC>>=19)"
local tcp "(current_methodnumEC>=30 & current_methodnumEC<=39)"
* Set macro for date of most recently generated weighted HHQ/FQ dataset with wealth and unmet need variables that intend to use
local datadate "23Feb2018"
* Set macros for data sets
local householddata "/Users/ealarson/Documents/Côte d'Ivoire/Data_NotShared/Round1/HHQFQ/Analysis - 02.23.2018/CIR1_WealthWeightAll_8Aug2018.dta"
* Set macro for directory/file of program to calculate medians
local medianfile "/Users/ealarson/Dropbox (Gates Institute)/1 DataManagement_General/DataRoutines/PMA_SOI_2P/DoFiles/Current/PMA2020_MedianDefineFn_simple_9Mar2015.do"
*local medianfile "C:\Users\Shulin\Dropbox (Gates Institute)/DataRoutines/PMA_SOI_2P/DoFiles/Current/PMA2020_MedianDefineFn_simple_9Mar2015.do"
* Set directory for country and round
global datadir "/Users/ealarson/Documents/Côte d'Ivoire/Data_NotShared/Round1/HHQFQ/Analysis - 02.23.2018"
cd "$datadir"
* Set local/global macros for current date
local today=c(current_date)
local c_today= "`today'"
global date=subinstr("`c_today'", " ", "",.)
* Create log
log using "`CCRX'_HHQFQ_2Page_Analysis.log", replace
*******************************************************************************
* PREPARE DATA FOR ANALYSIS
*******************************************************************************
* First use household data to show response rates
use "`householddata'",clear
preserve
keep if metatag==1
gen responserate=0 if HHQ_result>=1 & HHQ_result<6
replace responserate=1 if HHQ_result==1
label define responselist 0 "Not complete" 1 "Complete"
label val responserate responselist
tabout responserate using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", replace ///
cells(freq col) h2("Household response rate") f(0 1) clab(n %)
restore
* Response rate among all women
gen FQresponserate=0 if eligible==1 & last_night==1
replace FQresponserate=1 if FRS_result==1 & last_night==1
label define responselist 0 "Not complete" 1 "Complete"
label val FQresponserate responselist
tabout FQresponserate if HHQ_result==1 using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append ///
cells(freq col) h2("Female response rate") f(0 1) clab(n %)
* Restrict analysis to women who completed questionnaire and households with completed questionnaire
keep if FRS_result==1 & HHQ_result==1
* Restrict analysis to women who slept in the house the night before (de facto)
keep if last_night==1
* Save data set so can replicate analysis results later
save "`CCRX'_HHQFQ_2Page_Analysis_$date.dta", replace
* Check for duplicates
duplicates report FQmetainstanceID
codebook FQmetainstanceID
* Set survey weights
svyset EA [pweight=FQweight]
* Generate variable that represents number of observations
gen one=FRS_result
label var one "All women"
* Generate dichotomous "married" variable to represent all women married or currently living with a man
gen married=(FQmarital_status==1 | FQmarital_status==2)
label variable married "Married or currently living with a man"
* Generate dichotomous sexually active unmarried women variable
cap drop umsexactive
gen umsexactive=0
replace umsexact=1 if married==0 & ((last_time_sex==2 & last_time_sex_value<=4 & last_time_sex_value>=0) | (last_time_sex==1 & last_time_sex_value<=30 & last_time_sex_value>=0) ///
| (last_time_sex==3 & last_time_sex_value<=1 & last_time_sex_value>=0))
*Generate sexually active variable
gen sexactive= (last_time_sex==2 & last_time_sex_value<=4 & last_time_sex_value>=0) | (last_time_sex==1 & last_time_sex_value<=30 & last_time_sex_value>=0) ///
| (last_time_sex==3 & last_time_sex_value<=1 & last_time_sex_value>=0)
* Generate 0/1 urban/rural variable
capture confirm var ur
if _rc==0 {
gen urban=ur==1
label variable urban "Urban/rural place of residence"
label define urban 1 "Urban" 0 "Rural"
label value urban urban
tab urban, mis
}
else {
gen urban=1
label variable urban "No urban/rural breakdown"
}
* Label yes/no response options
capture label define yesno 0 "No" 1 "Yes"
foreach x in married umsexactive sexactive {
label values `x' yesno
}
* Tabout count of all women, unweighted
*tabout one using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", replace cells(freq) h2("All women (unweighted)") f(0)
/* Tabout count of all women, weighted (should be same as unweighted count of all women)
tabout one [aw=FQweight] using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append cells(freq) h2("All women (weighted)") f(0)
* Tabout count of all married women, unweighted
*tabout married if married==1 using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append cells (freq) h2("Married women (unweighted)") f(0)
* Tabout count of all married women, weighted
tabout married if married==1 [aw=FQweight] using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append cells(freq) h2("Married women (weighted)") f(0)
* Tabout count of unmarried sexually active women, unweighted
*tabout umsexactive if umsexactive==1 using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append cells(freq) h2("Unmarried sexually active (unweighted)") f(0)
* Tabout count of unmarried sexually active women, weighted
tabout umsexactive if umsexactive==1 [aw=FQweight] using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append cells(freq) h2("Unmarried sexually active (weighted)") f(0)
*/
*******************************************************************************
* FIRST PAGE
*******************************************************************************
*******************************************************************************
* CONTRACEPTIVE PREVALENCE RATE
*******************************************************************************
* Set macros for contraceptive methods
local mcp "(current_methodnumEC>=1 & current_methodnumEC<=19)"
local tcp "(current_methodnumEC>=30 & current_methodnumEC<=39)"
* Generate numeric current method variable that includes emergency contraception
capture gen current_methodnumEC=current_recent_methodEC if cp==1
label variable current_methodnumEC "Current contraceptive method, including EC (numeric)"
* Generate dichotomous current use of modern contraceptive variable
capture gen mcp=`mcp'
label variable mcp "Current use of modern contraceptive method"
* Generate dichotomous current use of traditional contraceptive variable
capture gen tcp=`tcp'
label variable tcp "Current use of traditional contraceptive method"
* Generate dichotomous current use of any contraceptive variable
capture gen cp= current_methodnumEC>=1 & current_methodnumEC<40
label variabl cp "Current use of any contraceptive method"
* Generate dichotomous current use of long acting contraceptive variable
capture drop longacting
capture gen longacting=current_methodnumEC>=1 & current_methodnumEC<=4
label variable longacting "Current use of long acting contraceptive method"
* Label yes/no response options
foreach x in cp mcp tcp longacting {
label values `x' yes_no_dnk_nr_list
}
* Tabout weighted proportion of contracpetive use (overall, modern, traditional, long acting) among all women
tabout cp mcp longacting [aw=FQweight] using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append oneway c(col) f(1) clab(%) npos(row) h2("CPR/mCPR/Long-acting - all women (weighted)")
* Tabout weighted proportion of contracpetive use (overall, modern, traditional, long acting) among married women
tabout cp mcp longacting if married==1 [aw=FQweight] using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append oneway c(col) f(1) clab(%) npos(row) h2("CPR/mCPR/Long-acting - married women (weighted)")
*******************************************************************************
* UNMET NEED
*******************************************************************************
* Label variables for tabout
label variable unmet "Unmet need (categorical)"
label variable unmettot "Unmet need (dichotomous)"
* Generate total demand = current use + unmet need
gen totaldemand=0
replace totaldemand=1 if cp==1 | unmettot==1
label variable totaldemand "Has contraceptive demand, i.e. current user or unmet need"
* Generate total demand staisfied - CONFIRM INDICATOR CODED CORRECTLY
gen totaldemand_sat=0 if totaldemand==1
replace totaldemand_sat=1 if totaldemand==1 & mcp==1
label variable totaldemand_sat "Contraceptive demand satisfied by modern method"
* Generate categorical unmet need, traditional method, modern method variable
gen cont_unmet=0 if married==1
replace cont_unmet=1 if unmettot==1
replace cont_unmet=2 if tcp==1
replace cont_unmet=3 if mcp==1
label variable cont_unmet "Unmet need, traditional method, and modern method prevalence among married women"
label define cont_unmetl 0 "None" 1 "Unmet need" 2 "Traditional contraceptive use" 3 "Modern contraceptive use"
label values cont_unmet cont_unmetl
* Label yes/no response options
foreach x in totaldemand totaldemand_sat {
label values `x' yesno
}
* Tabout weighted proportion of unmet need (categorical and dichotomous) among all women
tabout unmettot unmet [aw=FQweight] using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append oneway c(col) f(1) clab(%) npos(row) h2("Unmet need (categorical and dichotomous) - all women (weighted)")
* Tabout weighted proportion of unmet need (categorical dichotomous) among married women
tabout unmettot unmet [aw=FQweight] if married==1 using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append oneway c(col) f(1) clab(%) npos(row) h2("Unmet need (categorical and dichotomous) - married women (weighted)")
* Tabout weighted proportion of unmet need (categorical dichotomous) among unmarried sexually active women
*capture tabout unmettot unmet [aw=FQweight] if umsexactive==1 using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append oneway c(col) f(1) clab(%) npos(row) h2("Unmet need (categorical and dichotomous) - unmarried sexually active women (weighted)")
* Tabout weighted proportion of total demand among all women
tabout totaldemand [aw=FQweight] using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append oneway c(col) f(1) clab(%) npos(row) h2("Total demand for contraception - all women (weighted)")
* Tabout weighted proportion of total demand among all women
tabout totaldemand_sat [aw=FQweight] using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append oneway c(col) f(1) clab(%) npos(row) h2("Contraceptive demand satisfied by modern method- all women (weighted)")
* Tabout weighted proportion of total demand among married women
tabout totaldemand [aw=FQweight] if married==1 using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append oneway c(col) f(1) clab(%) npos(row) h2("Total demand for contraception - married women (weighted)")
* Tabout weighted proportion of total demand among married women
tabout totaldemand_sat [aw=FQweight] if married==1 using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append oneway c(col) f(1) clab(%) npos(row) h2("Contraceptive demand satisfied by modern method- married women (weighted)")
* Tabout weighted proportion of total demand among married women
tabout totaldemand_sat wealth [aw=FQweight] if married==1 using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append c(col) f(1) clab(%) npos(row) h1("Contraceptive demand satisfied by wealth - married women (weighted)")
*******************************************************************************
* FERTILITY INDICATORS
*******************************************************************************
* Generate variables like in DHS, bith date in cmc
gen birthmonth2=birthmonth
replace birthmonth=6 if birthmonth==-88
gen v011=(birthyear-1900)*12 + birthmonth
*******************************************************************************
* UNINTENDED BIRTHS
*******************************************************************************
* Codebook recent births unintended: last birth/current pregnancy wanted then, later, not at all
codebook pregnancy_last_desired
codebook pregnancy_current_desired
* Recode "-99" as "." to represent missing
recode pregnancy_last_desired -99 =.
recode pregnancy_current_desired -99 =.
* Generate wantedness variable that combines results from last birth and current pregnancy questions
gen wanted=1 if pregnancy_last_desired==1 | pregnancy_current_desired==1
replace wanted=2 if pregnancy_last_desired==2 | pregnancy_current_desired==2
replace wanted=3 if pregnancy_last_desired==3 | pregnancy_current_desired==3
label variable wanted "Intendedness of previous birth/current pregnancy (categorical): then, later, not at all"
label def wantedlist 1 "then" 2 "later" 3 "not at all"
label val wanted wantedlist
tab wanted, mis
* Generate dichotomous intendedness variables that combines births wanted "later" or "not at all"
gen unintend=1 if wanted==2 | wanted==3
replace unintend=0 if wanted==1
label variable unintend "Intendedness of previous birth/current pregnancy (dichotomous)"
label define unintendl 0 "intended" 1 "unintended"
label values unintend unintendl
* Tabout intendedness and wantedness among women who had a birth in the last 5 years or are currently pregnant
tabout unintend wanted [aw=FQweight] if tsinceb<60 | pregnant==1 using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append oneway c(col) f(1) clab(%) npos(row) ///
h2("Intendedness (dichotomous and categorical) among women who had a birth in the last 5 years or are currently pregnant (weighted)")
*******************************************************************************
* CURRENT USE AND UNMET NEED AMONG MARRIED WOMEN BY WEALTH
*******************************************************************************
* Tabout current use and unmet need among married women of reproductive age, by wealth quintile (weighted)
tabout wealth cont_unmet[aw=FQweight] if married==1 using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append c(row) f(1) clab(%) npos(row) h1("Unmet need, traditional method, and modern method prevalence among married women (weighted)")
*******************************************************************************
* METHOD MIX PIE CHART
*******************************************************************************
* Label variables
label variable current_recent_method "Current or recent method"
* Tabout current/recent method if using modern contraceptive method, among married women
tabout current_methodnumEC [aweight=FQweight] if mcp==1 & married==1 & cp==1 using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append oneway c(col) f(1) clab(%) npos(row) h2("Method mix - married women (weighted)")
* Tabout current/recent method if using modern contraceptive method, among unmarried sexually active women
capture tabout current_methodnumEC [aweight=FQweight] if mcp==1 & umsexactive==1 & cp==1 using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append oneway c(col) f(1) clab(%) npos(row) h2("Method mix - unmarried sexually active women (weighted)")
gen current_methodnumEC2=current_methodnumEC
replace current_methodnumEC2=0 if current_methodnumEC2==. | current_methodnumEC2==-99
replace current_methodnumEC2=30 if current_methodnumEC>=30 & current_methodnumEC<=39
label copy methods_list methods_list2
label define methods_list2 0 "Not using" 30 "Traditional methods", modify
label val current_methodnumEC2 methods_list2
*******************************************************************************
* SECOND PAGE
*******************************************************************************
*******************************************************************************
* CHOICE INDICATORS BY WEALTH
*******************************************************************************
* Method chosen self of jointly
tab fp_final_decision if cp==1
gen methodchosen=1 if fp_final_decision==1 | fp_final_decision==4 | fp_final_decision==5
replace methodchosen=0 if fp_final_decision==2 | fp_final_decision==3
replace methodchosen=0 if fp_final_decision==-99 | fp_final_decision==6
label variable methodchosen "Who chose method?"
label define methodchosenl 0 "Not self" 1 "Self, self/provider, self/partner"
label values methodchosen methodchosenl
* Generate dichotomous would return to provider/refer relative to provider variable
recode return_to_provider -88 -99=0
recode refer_to_relative -88 -99=0
gen returnrefer=1 if return_to_provider==1 & refer_to_relative==1 & cp==1
replace returnrefer=0 if cp==1 & (return_to_provider==0 | refer_to_relative==0)
label variable returnrefer "Would return to provider and refer a friend or family member"
label values returnrefer yesno
* Tabout who chose method (weighted) by wealth quintile among current users
tabout methodchosen wealth [aweight=FQweight] if mcp==1 using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append c(col) f(1) clab(%) npos(row) h1("Method chosen - current modern user (weighted)")
* Tabout obtained method of choice by wealth (weighted) among current users
recode fp_obtain_desired -88 -99=0
tabout fp_obtain_desired wealth [aweight=FQweight] if mcp==1 using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append c(col) f(1) clab(%) npos(row) h1("Obtained method of choice by wealth - current modern user (weighted)")
* Tabout told of other methods by wealth (weighted) among current users
recode fp_told_other_methods -88 -99=0
tabout fp_told_other_methods wealth [aweight=FQweight] if mcp==1 using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append c(col) f(1) npos(row) h1("Told of other methods by wealth - current modern user (weighted)")
* Tabout counseled on side effects by wealth (weighted) among current users
recode fp_side_effects -88 -99=0
tabout fp_side_effects wealth [aweight=FQweight] if mcp==1 using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append c(col) f(1) npos(row) h1("Told about side effects by wealth - current modern user (weighted)")
gen fees_paid_lastvisit=0 if method_fees==0
replace fees_paid_lastvisit=1 if method_fees>0 & method_fees!=.
replace fees_paid_lastvisit=1 if method_fees==-88
label var fees_paid_lastvisit "Did you pay for services the last time you obtained FP?"
label define yesno_list 1 "yes" 0 "no"
label val fees_paid_lastvisit yesno_list
* Tabout paid for services by wealth (weighted) among current users
tabout fees_paid_lastvisit wealth [aweight=FQweight] if mcp==1 using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append c(col) f(1) npos(row) h1("REWORDED QUESTION FROM PREVIOUS ROUNDS Paid for FP services at last visit by wealth - current modern user (weighted)")
* Tabout would return to provider by wealth (weighted) among current users
tabout returnrefer wealth [aweight=FQweight] if mcp==1 using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append c(col) f(1) npos(row) h1("Return to/refer provider by wealth - current modern user (weighted)")
*******************************************************************************
* RECEIVED A METHOD FROM A PUBLIC SDP
*******************************************************************************
* Generate dichotomous variable for public versus not public source of family planning
recode fp_provider_rw (1/19=1 "public") (-88 -99=0) (nonmiss=0 "not public"), gen(publicfp_rw)
label variable publicfp_rw "Respondent or partner for method for first time from public family planning provider"
* Tabout whether received contraceptive method from public facility by wealth (weighted) among current users
tabout publicfp_rw wealth if mcp==1 [aw=FQweight] using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append c(col) f(1) npos(row) h1("Respondent/partner received method from public facility initially by wealth - current modern user (weighted)")
* Tabout percent unintended births is the only indicator in the section not restricted to current users (all others restricted to current users)
tabout unintend wealth [aweight=FQweight] if tsinceb<60 | pregnant==1 using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append c(col) f(1) npos(row) h1("Percent unintended by wealth - current user (weighted)")
save "`CCRX'_HHQFQ_2Page_Analysis_$date.dta", replace
*******************************************************************************
* REASON FOR NON-USE
*******************************************************************************
* Collapse reasons into five categories
* Perceived not at risk (not married, lactating, infrequent/no sex, husband away, menopausal, subfecund, fatalistic)
* Infrequent/no sex/husband away
gen nosex=0 if why_not_using!=""
replace nosex=1 if (why_not_usinghsbndaway==1 | why_not_usingnosex==1)
* Menopausal/subfecund/amenorhheic
gen meno=0 if why_not_using!=""
replace meno=1 if why_not_usingmeno==1 | why_not_usingnomens==1 | why_not_usingsubfec==1
* Lactating
gen lactate=0 if why_not_using!=""
replace lactate=1 if why_not_usingbreastfd==1
* Combined no need
gen noneed=0 if why_not_using!=""
replace noneed=1 if nosex==1|meno==1|lactate==1|why_not_usinguptogod==1
label variable noneed "Perceived not at risk"
tab noneed [aw=FQweight]
* Not married is separate category
gen notmarried=0 if why_not_using!=""
replace notmarried=1 if why_not_usingnotmarr==1
label variable notmarried "Reason not using: not married"
tab notmarried [aw=FQweight]
* Method related includes fear of side effects, health concers, interferes wth bodies natural processes, inconvenient to use
* Health concerns
gen methodrelated=0 if why_not_using!=""
replace methodrelated=1 if (why_not_usinghealth==1 | why_not_usingbodyproc==1| why_not_usingfearside==1 | why_not_usinginconv==1)
label variable methodrelated "Reason not using: method or health-related concerns"
tab methodrelated [aw=FQweight]
* Opposition includes personal, partner, other, religious
gen opposition=0 if why_not_using!=""
replace opposition=1 if why_not_usingrespopp==1|why_not_usinghusbopp==1|why_not_usingotheropp==1| why_not_usingrelig==1
label variable opposition "Reason not using: opposition to use"
tab opposition [aw=FQweight]
* Access/knowledge
gen accessknowledge=0 if why_not_using!=""
replace accessknowledge=1 if why_not_usingdksource==1 | why_not_usingdkmethod==1 | why_not_usingaccess==1 | why_not_usingcost==1 | ///
why_not_usingprfnotavail==1 | why_not_usingnomethod==1
label variable accessknowledge "Reason not using: lack of access/knowledge"
tab accessknowledge [aw=FQweight]
* Other/no response/don't know
gen othernoresp=0 if why_not_using!=""
replace othernoresp=1 if ( why_not_usingother==1 | why_not_using=="-88" | why_not_using=="-99" )
label variable othernoresp "Reason not using: other"
tab othernoresp [aweight=FQweight]
* Label yes/no response options
foreach x in noneed nosex notmarried methodrelated opposition accessknowledge othernoresp {
label values `x' yesno
}
* Tabout reasons for not using contraception among all women wanting to delay the next birth for 2 or more yeras
tabout notmarried noneed methodrelated opposition accessknowledge othernoresp [aweight=FQweight] using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", ///
append oneway c(freq col) f(0 1) npos(row) h2("Reasons for non-use - among all women wanting to delay (weighted)")
*Drop ammened birthmonth and keep original coding
drop birthmonth
rename birthmonth2 birthmonth
save "`CCRX'_HHQFQ_2Page_Analysis_$date.dta", replace
*******************************************************************************
* MEANS AND MEDIANS
*******************************************************************************
* Generate age at first marriage by "date of first marriage - date of birth"
* Get the date for those married only once from FQcurrent*
* Get the date for those married more than once from FQfirst*
* marriage cmc already defined in unmet need
* Run code to generate medians
run "`medianfile'"
capture drop one
* Generate median age of first marriage
capture drop agemarriage
gen agemarriage=(marriagecmc-v011)/12
label variable agemarriage "Age at first marriage (25 to 49 years)"
*hist agemarriage if FQ_age>=25 & FQ_age<50
save, replace
save tem, replace
**Install the new command needed for the change
ssc install listtab, all replace
* Median age at marriage among all women who have married
preserve
pma2020mediansimple tem agemarriage 25
gen urban="All Women"
tempfile total
save `total', replace
restore
preserve
keep if urban==0
capture codebook metainstanceID
if _rc!=2000{
save tem, replace
pma2020mediansimple tem agemarriage 25
gen urban="Rural"
tempfile rural
save `rural', replace
}
restore
preserve
keep if urban==1
capture codebook metainstanceID
if _rc!=2000{
save tem, replace
pma2020mediansimple tem agemarriage 25
gen urban="Urban"
tempfile urban
save `urban', replace
}
restore
preserve
use `total', clear
capture append using `rural'
capture append using `urban'
listtab urban median , appendto("`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls") rstyle(tabdelim) headlines("Median age at marriage among all women who have married- by urban/rural (weighted)") footlines(" ")
restore
*Median age at first sex among all women who have had sex
preserve
keep if age_at_first_sex>0 & age_at_first_sex<50
save tem, replace
pma2020mediansimple tem age_at_first_sex 15
gen urban="All Women"
tempfile total
save `total', replace
restore
preserve
keep if age_at_first_sex>0 & age_at_first_sex<50 & urban==0
capture codebook metainstanceID
if _rc!=2000 {
save tem, replace
pma2020mediansimple tem age_at_first_sex 15
gen urban="Rural"
tempfile rural
save `rural', replace
}
restore
preserve
keep if age_at_first_sex>0 & age_at_first_sex<50 & urban==1
capture codebook metainstanceID
if _rc!=2000 {
save tem, replace
pma2020mediansimple tem age_at_first_sex 15
gen urban="Urban"
tempfile urban
save `urban',replace
}
restore
preserve
use `total', clear
capture append using `rural'
capture append using `urban'
listtab urban median , appendto("`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls") rstyle(tabdelim) headlines("Median age at first sex - among all women who have had sex by urban/rural(weighted)") footlines(" ")
restore
* Median age at first contraceptive use among all women who have ever use contraception
preserve
keep if fp_ever_used==1 & age_at_first_use>0
save tem, replace
pma2020mediansimple tem age_at_first_use 15
gen urban="All Women"
tempfile total
save `total', replace
restore
preserve
keep if fp_ever_used==1 & age_at_first_use>0 & urban==0
capture codebook metainstanceID
if _rc!=2000 {
save tem, replace
pma2020mediansimple tem age_at_first_use 15
gen urban="Rural"
tempfile rural
save `rural', replace
}
restore
preserve
keep if fp_ever_used==1 & age_at_first_use>0 & urban==1
capture codebook metainstanceID
if _rc!=2000 {
save tem, replace
pma2020mediansimple tem age_at_first_use 15
gen urban="Urban"
tempfile urban
save `urban', replace
}
restore
preserve
use `total', clear
append using `rural'
append using `urban'
listtab urban median , appendto("`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls") rstyle(tabdelim) headlines("Median age at first contraceptive use - among all women who have used contraception by urban/rural (weighted)") footlines(" ")
restore
* Generate age at first birth by subtracting birth date from age at first birth and dividing by hours in a year
capture drop agefirstbirth
capture replace first_birthSIF=recent_birthSIF if birth_events==1
capture replace first_birthSIF=recent_birthSIF if children_born==1
gen agefirstbirth=hours(first_birthSIF-birthdateSIF)/8765.81
* Median age at first birth among all women who have ever given birth
preserve
keep if ever_birth==1
save tem, replace
pma2020mediansimple tem agefirstbirth 25
gen urban="All Women"
tempfile total
save `total', replace
restore
preserve
keep if ever_birth==1 & birth_events_rw!=. & birth_events_rw!=-99 & urban==0
capture codebook metainstanceID
if _rc!=2000 {
save tem, replace
pma2020mediansimple tem agefirstbirth 25
gen urban="Rural"
tempfile rural
save `rural', replace
}
restore
preserve
keep if ever_birth==1 & birth_events_rw!=. & birth_events_rw!=-99 & urban==1
capture codebook metainstanceID
if _rc!=2000 {
save tem, replace
pma2020mediansimple tem agefirstbirth 25
gen urban="Urban"
tempfile urban
save `urban', replace
}
restore
preserve
use `total', clear
append using `rural'
append using `urban'
listtab urban median , appendto("`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls") rstyle(tabdelim) headlines("Median age at first birth - among all women who have given birth by urban/rural(weighted)") footlines(" ")
restore
* Percent of women age 18-24 having first birth by age 18
capture drop birth18
gen birth18=0 if FQ_age>=18 & FQ_age<25
replace birth18=1 if agefirstbirth<18 & birth18==0
label variable birth18 "Birth by age 18 (18-24)"
tab birth18 [aw=FQweight]
tab urban birth18 [aw=FQweight], row
* Percent received FP information from visiting provider or health care worker at facility
recode visited_by_health_worker -99=0
recode facility_fp_discussion -99=0
gen healthworkerinfo=0
replace healthworkerinfo=1 if visited_by_health_worker==1 | facility_fp_discussion==1
label variable healthworkerinfo "Received family planning info from provider in last 12 months"
tab healthworkerinfo [aweight=FQweight]
tab urban healthworkerinfo [aweight=FQweight], row
* Percent with exposure to family planning media in past few months
gen fpmedia=0
replace fpmedia=1 if fp_ad_radio==1 | fp_ad_magazine==1 | fp_ad_tv==1
label variable fpmedia "Exposed to family planning media in last few months"
tab fpmedia [aw=FQweight]
tab urban fpmedia [aw=FQweight], row
* Label yes/no response options
foreach x in healthworkerinfo fpmedia {
label values `x' yesno
}
* Tabout mean no. of living children at first contraceptive use among women who have ever used contraception
replace age_at_first_use_children=0 if ever_birth==0 & fp_ever_used==1
tabout urban [aweight=FQweight] if fp_ever_used==1 & age_at_first_use_children>=0 using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append sum c(mean age_at_first_use_children) f(3) npos(row) h2("Mean number of children at first contraceptive use - among all women who have used contraception (weighted)")
* Tabout birth by age 18 among all women by urban/rural, weighted
tabout birth18 urban [aweight=FQweight] using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append c(col) f(1) npos(row) h1("Birth by age 18 (18-24) - among all women (weighted)")
* Tabout received family planning information from provider in last 12 months among all women by urban/rural, weighted
tabout healthworkerinfo urban [aweight=FQweight] using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append c(col) f(1) npos(row) h1("Received FP info. from provider in last 12 months - among all women (weighted)")
* Tabout received family planning information from provider in last 12 months among all women by urban/rural, weighted
tabout fpmedia urban [aweight=FQweight] using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append c(col) f(1) npos(row) h1("Exposed to FP media in last few months - among all women (weighted)")
*******************************************************************************
* ALTERNATIVE INDICATORS IF FEWER THAN 50 UNMARRIED SEXUALLY ACTIVE WOMEN
*******************************************************************************
* Percent women 18-24 who are married by age 18
gen married18=0 if FQ_age>=18 & FQ_age<25
replace married18=1 if agemarriage<18 & married18==0
label variable married18 "Married by age 18"
tab married18 [aw=FQweight]
tab urban married18 [aw=FQweight], row
* Percent women 18-24 who have had first birth by age 18
*Already defined
* Percent women 18-24 who have had first contraceptive use by age 18
gen fp18=0 if FQ_age>=18 & FQ_age<25
replace fp18=1 if age_at_first_use>0 & age_at_first_use<18 & fp18==0
label variable fp18 "Used contraception by age 18"
tab fp18 [aw=FQweight]
tab urban fp18 [aw=FQweight], row
* Percent women who had first sex by age 18
gen sex18=0 if FQ_age>=18 & FQ_age<25
replace sex18=1 if age_at_first_sex>0 & age_at_first_sex<18 & sex18==0
label variable sex18 "Had first sex by age 18"
tab sex18 [aw=FQweight]
tab urban sex18 [aw=FQweight], row
* Label yes/no response options
foreach x in married18 birth18 fp18 sex18 {
label values `x' yesno
}
* Tabout married by 18, first birth before 18, contraceptive use by 18, first sex by 18 among women age 18-24 (weighted)
tabout married18 sex18 fp18 birth18 [aw=FQweight] if FQ_age>=18 & FQ_age<25 using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append oneway c(col) f(1) clab(%) npos(row) ///
h2("Married by 18, first sex by 18, contraceptive use by 18, first birth before 18 - women age 18-24 (weighted)")
* Age specific rates of long, short, tcp and unmet need
gen lstu=1 if longacting==1
replace lstu=2 if longacting!=1 & mcp==1
replace lstu=3 if tcp==1
replace lstu=4 if unmettot==1
replace lstu=5 if lstu==.
label define lstul 1 "Long acting" 2 "Short acting" 3 "Traditional" 4 "Unmet need" 5 "Not using/no need"
label val lstu lstul
egen age5=cut(FQ_age), at(15(5)50)
tabout age5 lstu [aw=FQweight] using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append ///
cells(row) h1("Use/need by age - all women (weighted)") f(2)
*******************************************************************************
* DEMOGRAPHIC VARIABLES
*******************************************************************************
recode school -99=.
tabout age5 [aw=FQweight] using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append ///
c(freq col) f(0 1) clab(n %) npos(row) h2("Distribution of de facto women by age - weighted")
tabout school [aw=FQweight] using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append ///
c(freq col) f(0 1) clab(n %) npos(row) h2("Distribution of de facto women by education - weighted")
tabout FQmarital_status [aw=FQweight] using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append ///
c(freq col) f(0 1) clab(n %) npos(row) h2("Distribution of de facto women by marital status - weighted")
tabout wealth [aw=FQweight] using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append ///
c(freq col) f(0 1) clab(n %) npos(row) h2("Distribution of de facto women by wealth - weighted")
tabout sexactive [aw=FQweight] using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append ///
c(freq col) f(0 1) clab(n %) npos(row) h2("Distribution of de facto women by sexual activity - weighted")
capture tabout urban [aw=FQweight] using "`CCRX'_HHQFQ_2Page_Analysis_Output_$date.xls", append ///
c(freq col) f(0 1) clab(n %) npos(row) h2("Distribution of de facto women by urban/rural - weighted")
*******************************************************************************
* CLOSE
*******************************************************************************
log close
|
****PMA 2020 Indonesia Data Quality Checks****
***Version 20 January 2014****
**Third do file in series***
/*This do file labels each variable in the household roster*/
clear
set more off
cd "$datadir"
local today=c(current_date)
local c_today= "`today'"
local date=subinstr("`c_today'", " ", "",.)
local todaystata=clock("`today'", "DMY")
local CCRX $CCRX
local HHQcsv $HHQcsv
local HHQcsv2 $HHQcsv2
clear
capture noisily insheet using "$csvdir/`HHQcsv'_hh_rpt.csv", comma case
if _rc==0 {
tostring *, replace force
save `CCRX'_HHQmember.dta, replace
}
/*If you need to add an extra version of the forms, this will check if that
version number exists and add it. If the version does not, it will continue*/
clear
capture noisily insheet using "$csvdir/`HHQcsv2'_hh_rpt.csv", comma case
if _rc==0 {
tostring *, replace force
append using `CCRX'_HHQmember.dta, force
save, replace
}
use `CCRX'_HHQmember.dta, clear
************************************************************************************
rename mb_grp* *
rename ms_grp* *
rename nm_grp* *
capture confirm var EA_transfer
if _rc!=0{
capture rename quartier EA
}
**Assign variable labels
***Clean the HHQ Member information
label var PARENT_KEY "Unique id household - ODK generate"
label var firstname "First name of household memeber"
label var respondent_match "Is respondent in household"
label var gender "Sex of household member"
label var age "Age"
label var marital_status "Marital Status"
label var relationship "Relationship to head of household"
label var head_check "Head of household?"
capture label var family_id "Family ID"
capture rename usual_member usually_live
label var usually_live "Usually live in household"
label var last_night "Slept in the household night before"
label var eligible "Eligible female respondent"
label var FRS_form_name "Linking ID for Eligible Woman"
destring age, replace
destring respondent_match, replace
destring head_check, replace
capture destring family_id, replace
capture destring EA, replace
destring eligible, replace
numlabel, add
label define yes_no_dnk_nr_list 0 no 1 yes -88 "-88" -99 "-99"
encode more_hh_members, gen(more_hh_membersv2) lab(yes_no_dnk_nr_list)
label define gender_list 1 male 2 female -88 "-88" -99 "-99"
encode gender, gen(genderv2) lab(gender_list)
label define marital_status_list 5 never_married 1 currently_married 2 currently_living_with_partner 3 divorced 4 widow -99 "-99"
encode marital_status, gen(marital_statusv2) lab(marital_status_list)
label define relationship_list 1 head 2 spouse 3 child 4 child_in_law 5 grandchild 6 parent 7 parent_in_law 8 sibling 9 other 10 help -88 "-88" -99 "-99"
encode relationship, gen(relationshipv2) lab(relationship_list)
encode usually_live, gen(usually_livev2) lab(yes_no_dnk_nr_list)
encode last_night, gen(last_nightv2) lab(yes_no_dnk_nr_list)
unab vars: *v2
local stubs: subinstr local vars "v2" "", all
foreach var in `stubs'{
rename `var' `var'QZ
order `var'v2, after(`var'QZ)
}
rename *v2 *
drop *QZ
*Check for observations that are all duplicates
duplicates report
duplicates drop
rename PARENT_KEY metainstanceID
rename KEY member_number
duplicates drop member_number, force
rename link_transfer link
drop *_transfer*
rename link link_transfer
drop SETOFhh_rpt
drop firstname_raw
save `CCRX'_HHQmember_`date', replace
|
****PMA 2020 Data Quality Checks****
***Version Written in Bootcamp July 21-23, 2014****
**Second do file in series***
clear matrix
clear
cd "$datadir"
/*This do file imports the Household Questionnaire (without the roster) into Stata and then cleans it*/
set more off
/*Import Household Questionnaire csv file into Stata. There is a separate spreadsheet that has
the roster information for each person. Input now, but will merge later. The loop is programmed to look
for questionnaire versions up to version 30. If versions beyond version 30 are added, the values in the forval
command below will need to be updated */
/*generating a dataset with one variable so that all datasets can append to it. Cannot append
to a completely empty dataset */
local CCRX $CCRX
local HHQcsv $HHQcsv
local HHQcsv2 $HHQcsv2
set obs 1
gen x=.
save `CCRX'_HHQ.dta, replace
*Create a temporary file
tempfile tempHHQ
/*If there are multiple versions during the same round, they should all be named the same thing other than ///
the version number. */
clear
capture noisily insheet using "$csvdir/`HHQcsv'.csv", comma case
tostring *, replace force
save `tempHHQ', replace
use `CCRX'_HHQ.dta
append using `tempHHQ', force
save, replace
/*If you need to add an extra version of the forms, this will check if that
version number exists and add it. If the version does not, it will continue*/
clear
capture noisily insheet using "$csvdir/`HHQcsv2'.csv", comma case
if _rc==0 {
tostring *, replace force
save `tempHHQ', replace
use `CCRX'_HHQ.dta
append using `tempHHQ', force
save, replace
}
**Drop the single empty observation and empty variable x
use `CCRX'_HHQ.dta
drop in 1
drop x
save, replace
***Generate variable for country and round
gen country="$country"
label var country "Country"
gen round="$round"
label var round "Round of data collection"
order country round, first
*****DRC ONLY
capture rename quartier EA*
capture rename water_*refill water_*15
capture rename name_grp* *
rename date_group* *
rename *grp* **
rename assets_assets* assets*
rename s_* *
capture rename sanitation_all_sanitation_all sanitation_all
rename w_* *
rename livestock_* *
**Assign variable labels
label var times_visited "Visit number"
label var your_name "Resident Enumerator name"
label var your_name_check "To RE: Is this your name?"
label var name_typed "RE name is not correct"
label var system_date "Date and Time"
label var system_date_check "Confirm correct date and time"
label var manual_date "If no, enter correct date"
******
label var EA "EA"
label var structure "Structure number"
label var household "Household number"
label var hh_duplicate_check "Have you already submitted a form for this structure/household?"
label var resubmit_reasons "Reason for resubmission"
label var available "Respondent present and available at least once"
capture label var previous_survey "Previous PMA survey?"
label var begin_interview "May I begin"
label var consent_obtained "Consent obtained"
label var witness_auto "Interviewer name"
label var witness_manual "Name check"
label var num_HH_members "Number of household members in the roster"
label var heads "Number of heads of households"
label var names "Names in household"
label var respondent_in_roster "Check that respondent is in the roster"
label var roster_complete "Check that Roster is completed"
label var assets "List of Household Assets"
label var assets_check "Question 10 Check"
capture label var hh_location_ladder "Location of house on wealth ladder: 1 = poorest, 10 = wealthiest"
label var owned_ask "Do you own livestock"
label var owned_livestock_own "Total number of livestock owned"
label var floor "Main floor material"
label var roof "Main roof material"
label var walls "Main exterior wall material"
label var handwashing_place_rw "Can you show me where members most often wash their hands?"
label var handwashing_place_observations "At handwashing observe soap, water, sanitation"
rename water_main_drinking_select water_sources_main_drinking
rename water_main_other water_sources_main_other
label var water_sources_all "Which water sources used for any purpose"
label var number_of_sources "Number of sources in water_sources_all"
label var water_sources_main_drinking "Main source of drinking water"
label var water_sources_main_other "Main source of cooking/ handwashing water"
label var source_labels "Water sources mentioned"
label var water_main_drinking "Main drinking water among all sources mentioned"
label var water_uses "Use of main water source"
label var water_months_avail "Availability of main water source during year"
label var water_reliability "Availability of main water source when expected"
label var water_collection "Minutes in round trip to main water source"
label var sanitation_all "Use any of the following toilet facilities"
capture label var sanitation_all_other "Other toilet facility specified"
label var number_of_sanitation "Total number of toilet facilities"
label var sanitation_main "Main toilet facility"
label var sanitation_labels "Toilet facilities mentioned"
capture label var sanitation_vip_check "Latrine has ventilation pipe"
capture label var sanitation_pit_with_slab_check "Latrine has cement slab"
capture label var sanitation_where "Location of toilet facility"
drop the_sanitation
destring sanitation_empty_value, replace
label define dwmy_list 1 days 2 weeks 3 months 4 years -88 "-88" -99 "-99"
label define sanitation_empty_list 1 months 2 years -77 "-77" -88 "-88" -99 "-99"
encode sanitation_empty_units, gen(sanitation_empty_unitsv2) lab(sanitation_empty_list)
label var sanitation_empty_units "Days, weeks, months, or years since toilet facility was emptied"
label var sanitation_empty_value "Number of days, weeks, months, or years since toilet facility was emptied"
label var sanitation_empty_who "Last person to empty toilet facility"
label var sanitation_empty_where "Last place toilet facilities were emptied to"
capture label var sanitation_empty_where_other "Other emptied location specified"
label define sanitation_who 1 neighbors 2 provider 3 other -88 "-88" -99 "-99"
encode sanitation_empty_who, gen(sanitation_empty_whov2) lab(sanitation_who)
label define sanitation_where 1 covered_hold 2 open_water 3 open_ground ///
4 taken_facility 5 taken_dnk 6 other -88 "-88" -99 "-99"
encode sanitation_empty_where, gen(sanitation_empty_wherev2) lab(sanitation_where)
label var sanitation_frequency_cc "How often use toilet facility"
label var shared_san "Share toilet facility with other households/public"
label var shared_san_hh "Number of HH that share toilet facility"
label var bush_use "How many people use bush"
label var minAge "Minimum age of children listed in household"
label var thankyou "Thank you"
label var locationLatitude "Latitude"
label var locationLongitude "Longitude"
label var locationAltitude "Altitude"
label var locationAccuracy "Accuracy"
capture label var HH_photo "Hyperlink to photo"
label var HHQ_result "HHQ Result"
label var start "Start time"
label var end "End time"
label var deviceid "deviceid"
label var simserial "simserial"
label var metainstanceID "Household Unique ID - ODK"
capture label var handwashing_container_show "Moveable container available in the household"
*e. All variables are forced to string to make sure nothing is dropped when appending. Most variables need to be
*destrung and/or encoded before analysis. Destring variables (if numbers are stored as string) or encode (if values are in character but can be categories)
capture destring version, replace
destring times_visited, replace
destring structure, replace
destring household, replace
destring num_HH_members, replace
destring heads, replace
destring assets_check, replace
destring EA, replace
destring owned_livestock_own, replace
destring number_of_sources, replace
destring number_of_sanitation, replace
destring shared_san_hh, replace
destring water_collection*, replace
destring bush_use, replace
destring minAge, replace
destring consent_obtained, replace
*Assign value lables. This should be done before the encoding step to ensure the right number of values are encoded
capture drop label, _all
label define yes_no_dnk_nr_list 0 no 1 yes -88 "-88" -99 "-99"
foreach var of varlist your_name_check system_date_check hh_duplicate_check available ///
begin_interview owned_ask roster_complete {
encode `var', gen(`var'v2) lab(yes_no_dnk_nr_list)
}
label val consent_obtained yes_no_dnk_nr_list
capture encode garden, gen(gardenv2) lab(yes_no_dnk_nr_list)
label define resubmit_reason_list 1 new_members 2 correction 3 dissappeared 4 not_received 5 other
replace water_sources_main_drinking=water_sources_all if number_of_sources==1
replace water_sources_main_other=water_sources_all if number_of_sources==1
label define water_source_list 1 piped_indoor 2 piped_yard 3 piped_public 4 tubewell ///
5 protected_dug_well 6 unprotected_dug_well 7 protected_spring ///
8 unprotected_spring 9 rainwater 10 tanker 11 cart 12 surface_water ///
13 bottled 14 sachet 15 refill -99 "-99"
encode water_sources_main_drinking, gen(water_sources_main_drinkingv2) lab(water_source_list)
encode water_sources_main_other, gen(water_sources_main_otherv2) lab(water_source_list)
replace sanitation_main=sanitation_all if number_of_sanitation==1
label define sanitation_list 1 flush_sewer 2 flush_septic 3 flush_elsewhere 4 flush_unknown 5 vip ///
6 pit_with_slab 7 pit_no_slab 8 composting 9 bucket 10 hanging 11 other 12 bush 13 flushpit 14 bush_water_body -99 "-99"
encode sanitation_main, gen(sanitation_mainv2) lab(sanitation_list)
label define handwash_list 1 observed_fixed 2 observed_mobile 3 not_here 4 no_permission ///
5 not_observed_other -99 "-99"
encode handwashing_place_rw, gen(handwashing_place_rwv2) lab(handwash_list)
label define frequency_of_use_list_v2 1 always 2 mostly 3 occasionally -99 "-99"
label define shared_san_list 1 not_shared 2 shared_under_ten_HH 3 shared_above_ten_HH ///
4 shared_public -99 "-99"
encode sanitation_frequency_cc, gen(sanitation_frequency_ccv2) lab(frequency_of_use_list_v2)
encode shared_san, gen(shared_sanv2) lab(shared_san_list)
replace shared_sanv2=. if shared_san==""
capture encode shared_san_fp, gen(shared_san_fpv2) lab(shared_san_list)
label define continuity_list 1 always 2 predictable 3 unpredictable -99 "-99"
encode water_reliability, gen(water_reliabilityv2) lab(continuity_list)
*************
label define hhr_result_list 1 completed 2 not_at_home 3 postponed 4 refused 5 partly_completed 6 vacant 7 destroyed ///
8 not_found 9 absent_extended_period
encode (HHQ_result), gen(HHQ_resultv2) lab(hhr_result_list)
*Participated in previous survey
capture label var previous_survey "Previously participated in PMA 2020 survey - household"
capture encode previous_survey, gen(previous_surveyv2) lab(yes_no_dnk_nr_list)
unab vars: *v2
local stubs: subinstr local vars "v2" "", all
foreach var in `stubs'{
rename `var' `var'QZ
order `var'v2, after(`var'QZ)
}
rename *v2 *
drop *QZ
foreach use in drinking cooking washing livestock business gardening {
gen water_uses_`use'=.
replace water_uses_`use'=0 if water_uses!=""
replace water_uses_`use'=1 if (regexm(water_uses, "`use'"))
replace water_uses_`use'=. if water_uses=="-99"
}
*****************************Changing time variables*****************************
**Change the date variables into clock time
**Change date variable of upload from scalar to stata time (SIF)
*Drop the day of the week of the interview and the UST
gen double SubmissionDateSIF=clock(SubmissionDate, "MDYhms")
format SubmissionDateSIF %tc
**Change start and end times into SIF to calculate time
*Have to do the same procedures. Using the end time of the survey as the day of the survey
gen double startSIF=clock(start, "MDYhms")
format startSIF %tc
gen double endSIF=clock(end, "MDYhms")
format endSIF %tc
rename your_name RE
replace RE=name_typed if your_name_check==0 | your_name_check==.
**Check any complete duplicates, duplicates of metainstanceid, and duplicates of structure and household numbers
duplicates report
duplicates report metainstanceID
duplicates tag metainstanceID, gen (dupmeta)
*******Round specific questions
capture confirm var collect_water_dry
if _rc==0{
label var collect_water_dry "Time collect water - DRY season"
label var collect_water_dry_value "Value - collect water dry"
label var collect_water_wet "Time collect water - WET season"
label var collect_water_wet_value "Value - collect water wet"
label define collect_water_list 1 minutes 2 hours 3 someone_else 4 no_one -88 "-88" -99 "-99"
encode collect_water_dry, gen(collect_water_dryv2) lab(collect_water_list)
encode collect_water_wet, gen(collect_water_wetv2) lab(collect_water_list)
destring collect_water_dry_value, replace
destring collect_water_wet_value, replace
}
*Child Feces
label var child_feces "What do you do with children's waste"
*child_feces is multi-select, need to change to binary
gen child_feces_burn=0 if child_feces!=""
replace child_feces_burn=1 if (regexm(child_feces, ["burn"]))
gen child_feces_latdisp=0 if child_feces!=""
replace child_feces_latdisp=1 if (regexm(child_feces, ["latrine_disposal"]))
gen child_feces_bury=0 if child_feces!=""
replace child_feces_bury=1 if (regexm(child_feces, ["bury"]))
gen child_feces_garbage=0 if child_feces!=""
replace child_feces_garbage=1 if (regexm(child_feces, ["garbage"]))
gen child_feces_manure=0 if child_feces!=""
replace child_feces_manure=1 if (regexm(child_feces, ["manure"]))
gen child_feces_leave=0 if child_feces!=""
replace child_feces_leave=1 if (regexm(child_feces, ["leave"]))
gen child_feces_waste_water=0 if child_feces!=""
replace child_feces_waste_water=1 if (regexm(child_feces, ["waste_water"]))
gen child_feces_latused=0 if child_feces!=""
replace child_feces_latused=1 if (regexm(child_feces, ["latrine_used"]))
*r}
save `CCRX'_HHQ_$date.dta, replace
|
** GPS checks for HHQ survey
** Authors Ann Rogers - Sally Ann Safi - Beth Larson - Julien Nobili
** Requirements: Listing.dta file (needs to be generated beforehand)
** version 1.1 (April 2019)
**********************Set directory**************************************
local datadir $datadir
local dofiles $dofiledir
local csv_results $datadir
local Geo_ID $Geo_ID
local CCRX $CCRX
*****************Preparation of the Listing file*************************
* Import full country round listing file; Requires to first generate a clean version of the listing.dta, using the Listing.do;
** Then save the output in your datadir (non-dropbox) **
*** NEEDS TO BE UPDATED BEFORE USE ***
clear
use BFR5_Listing_22Apr2019.dta
drop if HH_SDP=="SDP"
duplicates drop
destring GPS_HHLatitude, replace
destring GPS_HHLongitude, replace
* Generate XY average per EA (EA centroids creation)
bysort EA: egen centro_latt=mean(GPS_HHLatitude) if GPS_HHLatitude!=0
bysort EA: egen centro_long=mean(GPS_HHLongitude) if GPS_HHLongitude!=0
* Save one observation per EA with average geo-coordinates
egen tag=tag(EA)
preserve
keep if tag==1
keep EA centro_latt centro_long
* Save as temp_listing
tempfile temp_listing_centroids
save `temp_listing_centroids.dta', replace
restore
drop if Occupied_YN_HH=="no"
drop if GPS_HHLatitude==. | GPS_HHLongitude==.
* Convert vars to string and concatenate vars EA + structure_number
egen conc= concat(EA number_structure_HH), punct("-")
* Keep useful vars and drop duplicates
keep EA GPS_HHLatitude GPS_HHLongitude conc
duplicates drop conc, force
* Save as temp_listing_ready
tempfile temp_listing_ready
save `temp_listing_ready.dta', replace
**********************Preparation of the HHQ file****************
* Use cleaned HHQ dataset from PARENT
clear
use "`datadir'/`CCRX'_HHQ_$date.dta"
* Keep vars and generate concatanated vars EA + Structure_number
egen conc= concat(EA structure), punct("-")
keep RE `Geo_ID' EA locationLatitude locationLongitude locationAccuracy metainstanceID conc
******* Merge: temp_listing_centroids + HHQ file, then listing_ready + (HHQ+ listing centro)**************
merge m:1 EA using `temp_listing_centroids.dta', gen(centroid_merge)
drop centroid_merge
merge m:1 conc using `temp_listing_ready.dta', gen(ready_merge)
drop if ready_merge==2
************* Gen distances vars (distance from HH to Centroid, and HH to listing's structure***********
destring locationLatitude, replace
destring locationLongitude, replace
destring locationAccuracy, replace
gen distance_2_cent=(((locationLatitude-centro_latt)^2+(locationLongitude-centro_long)^2)^(1/2))*111295
gen distance_2_list=(((locationLatitude-GPS_HHLatitude)^2+(locationLongitude-GPS_HHLongitude)^2)^(1/2))*111295
*********** Generate mean and standard-dev using var distance_cent *************
bysort EA: egen mean_distance_cent=mean(distance_2_cent)
bysort EA: egen sd_distance_cent=sd(distance_2_cent)
************************ Genarate Issues vars **********************************
gen missing_coordinates=1 if locationLatitude==. | locationLongitude==.
gen poor_accuracy=1 if locationAccuracy>6 & !missing(locationAccuracy)
gen EA_size_issue=1 if mean_distance_cent<sd_distance_cent
gen HH_suspect_location=1 if ((distance_2_cent-mean_distance_cent)/sd_distance_cent)>=2
gen No_correspondence_HH2listing=1 if ready_merge==1
gen HH_toofar_listing=1 if distance_2_list >101 & !missing(distance_2_list)
********* Keep useful vars and save output files (GIS monitoring) **************
keep RE `Geo_ID' EA locationLatitude locationLongitude locationAccuracy metainstanceID missing_coordinates poor_accuracy EA_size_issue HH_suspect_location No_correspondence_HH2listing HH_toofar_listing
save `CCRX'_HHQ_GISFullcheck_$date.dta, replace
export delimited using `CCRX'_HHQ_GISFullcheck_$date.csv, replace
************* Output spreadsheet (errors by RE) Errors.xls *********************
collapse(count) missing_coordinates poor_accuracy EA_size_issue HH_suspect_location No_correspondence_HH2listing HH_toofar_listing, by(RE)
export excel RE missing_coordinates poor_accuracy EA_size_issue HH_suspect_location No_correspondence_HH2listing HH_toofar_listing using `CCRX'_HHQFQErrors_$date.xls, firstrow(variables) sh(GPS_check_by_RE) sheetreplace
********************************* Voilà ! ****************************************
|
clear
clear matrix
clear mata
capture log close
set maxvar 15000
set more off
numlabel, add
*******************************************************************************
*
* FILENAME: CCRX_Listing_v1_$date.do
* PURPOSE: Generates listing database and
* CREATED: Linnea Zimmerman (lzimme12@jhu.edu)
* DATA IN: CDR4_Listing_v#.csv
* DATA OUT: CDR4_Listing_$date.dta
* UPDATES: v2-01Nov2017 Linnea Zimmerman added code to incorporate second csv file
*
*******************************************************************************
*******************************************************************************
* INSTRUCTIONS
*******************************************************************************
*
* 1. Update macros/directories in first section
*
*******************************************************************************
* SET MACROS AND CORRECT DOI: UPDATE THIS SECTION FOR EACH COUNTRY/ROUND
*******************************************************************************
clear matrix
clear
set more off
local today=c(current_date)
local c_today= "`today'"
local date=subinstr("`c_today'", " ", "",.)
di "`date'"
global date=subinstr("`c_today'", " ", "",.)
**Create a folder where you will store Round 1 Data
*In that folder, create a folder called CSV_Files and a folder called Listing
*Within the Listing folder, create a folder called Archived_data
*Use this folder as your data directory and update the global datadir
local Country DRC
local CCRX CDR7
local Round Round7
local Listingcsv CDR7_Listing_v6
local Listingcsv2 CDR7_Listing_v6
local dofiledate 17Jun2015
local GeoID "level1 level2 level3 level4 EA"
local StructureHH "number_structure_HH"
local StructureSDP "number_SDP"
**************** Update to the directories where:
**The csv files are saved
global csvdir "/Users/ealarson/Dropbox (Gates Institute)/7 DRC/PMADataManagement_DRC/Round7/Data/CSV_Files"
**Where you want the datasets to save (DO NOT SAVE ON DROPBOX)
global datadir "/Users/ealarson/Documents/DRC/Data_NotShared/Round7/Listing"
**Where the do files are saved
global dofiledir "/Users/ealarson/Dropbox (Gates Institute)/7 DRC/PMADataManagement_DRC/Round7/Cleaning_DoFiles/Current"
*******************************************************************************************
******* Stop Updating Macros Here *******
*******************************************************************************************
cd "$datadir/Listing"
*Create folder called Archived_Data in the Listing Folder
* Zip all of the old versions of the datasets. Updates the archive rather than replacing so all old versions are still in archive
capture zipfile `CCRX'*, saving (Archived_Data/ArchivedListing_$date.zip, replace)
*Delete old versions. Old version still saved in ArchivedData.zip
shell rm `CCRX'_*
*Added second csv file for multiple versions
tempfile tempList
clear
capture insheet using "$csvdir/`Listingcsv'.csv", comma case
tostring *, replace force
save `CCRX'_Listing_$date.dta, replace
clear
capture insheet using "$csvdir/`Listingcsv2'.csv", comma case
if _rc==0 {
tostring *, replace force
save `tempList', replace
use `CCRX'_Listing_$date.dta
append using `tempList', force
save `CCRX'_Listing_$date.dta, replace
}
**********************
clear
**Merge in household information into structure information
clear
capture insheet using "$csvdir/`Listingcsv'_HH_grp.csv", comma case
tostring *, replace force
save `CCRX'_ListingHH_$date, replace
clear
capture insheet using "$csvdir/`Listingcsv2'_HH_grp.csv", comma case
if _rc==0 {
tostring *, replace force
save `tempList', replace
use `CCRX'_ListingHH_$date.dta
append using `tempList', force
save `CCRX'_ListingHH_$date.dta, replace
}
use `CCRX'_ListingHH_$date.dta
save, replace
**The first database is just the structures, there should not be any duplicate households because households need to be merged in
use `CCRX'_Listing_$date
***Make sure Block Census code for Indonesia is consistent in all entries
capture replace blok_sensus=upper(blok_sensus)
capture rename ea EA
capture rename name_grp* *
capture rename B_grpB your_name
capture rename B_grpB2 name_typed
capture rename B3 your_name_check
replace your_name=name_typed if your_name_check=="no"
rename your_name RE
*Check for duplicate
destring number_structure_HH, replace
destring number_HH, replace
destring number_SDP, replace
duplicates drop metainstanceID, force
save, replace
clear
use `CCRX'_ListingHH_$date
capture confirm PARENT_KEY
capture duplicates drop KEY, force
rename PARENT_KEY metainstanceID
save, replace
use `CCRX'_Listing_$date.dta
*merge in household group information into structure information
merge 1:m metainstanceID using `CCRX'_ListingHH_$date
drop if EA=="9999"
save `CCRX'_ListingCombined_$date, replace
******************************************************************************************************
*****************CLEAN THE LISTING FORM OF DUPLICATE SUBMISSIONS OR NUMBERING ERRORS*************
**Clean duplicates that are listed below usng the Listing File
run "$dofiledir/`CCRX'_CleaningByRE_LISTING_`dofiledate'.do"
save, replace
*******************************************************************************************************
use `CCRX'_ListingCombined_$date.dta
egen metatag=tag(metainstanceID)
save, replace
keep if metatag==1
sort `GeoID' `StructureHH'
rename duplicate_check IsThisResubmission
duplicates tag `GeoID' `StructureHH' HH_SDP if HH_SDP=="HH", gen(dupHHstructure)
capture duplicates tag `GeoID' `StructureSDP' HH_SDP if HH_SDP=="SDP", gen(dupSDPstructure)
**Keep only the structure numbers that are duplicates. Even if they are multiHH dwellings, there should not be duplicate structure numbers
**First export out list of duplicate households
preserve
capture confirm variable dupHHstructure
if _rc!=111{
keep if dupHHstructure!=0 & dupHHstructure!=.
sort RE `GeoID' `StructureHH'
save `CCRX'_ListingDuplicates_$date.dta, replace
**Dropping the unnecessary variables
order metainstanceID RE `GeoID' `StructureHH' HH_SDP Occupied_YN_HH mult_HH number_HH address_description_HH* IsThis* dupHHstructure
keep metainstanceID RE `GeoID' `StructureHH' HH_SDP Occupied_YN_HH mult_HH number_HH address_description_HH* IsThis* dupHHstructure
capture noisily export excel using "`CCRX'_ListingErrors_$date.xls", sh("DupHHStructures") firstrow(variables) replace
if _rc!=198{
restore
}
if _rc==198 {
clear
set obs 1
gen x="NO DUPLICATE HOUSEHOLD STRUCTURES"
export excel using `CCRX'_ListingErrors_$date.xls, firstrow(variables) sh("DupHHStructures") sheetreplace
restore
}
}
else{
restore
}
***Second export list of duplicate SDPs. Do separately because there may not be SDPs immediatley, and the code will have errors
*if combine SDP and HH code
capture confirm var dupSDPstructure
if _rc!=111{
preserve
keep if dupSDPstructure!=0
sort `GeoID' RE `StructureSDP'
save `tempList', replace
use `CCRX'_ListingDuplicates_$date.dta, replace
append using `tempList'
save, replace
**Dropping the unnecessary variables
restore
preserve
keep if dupSDPstructure!=0 & dupSDPstructure!=.
order metainstanceID RE `GeoID' HH_SDP `StructureSDP' address_description_SDP* IsThis*
keep metainstanceID RE `GeoID' HH_SDP `StructureSDP' address_description_SDP* IsThis* dupSDP*
capture noisily export excel using "`CCRX'_ListingErrors_$date.xls", sh("DupSDPStructures") firstrow(variables) sheetreplace
if _rc!=198{
restore
}
if _rc==198 {
clear
set obs 1
gen x="NO DUPLICATE SDP STRUCTURES"
export excel using `CCRX'_ListingErrors_$date.xls, firstrow(variables) sh("DupSDPStructures") sheetreplace
restore
}
}
preserve
gen HH=1 if HH_SDP=="HH"
gen SDP=1 if HH_SDP=="SDP"
collapse (count) HH SDP, by(RE `GeoID')
sort RE EA
rename HH HHStructures
rename SDP SDPStructures
save `CCRX'_ListingErrors_$date.dta, replace
restore
clear
use `CCRX'_ListingCombined_$date, replace
*check to see if multihousehold dwellings have more than one entry
gen HH=1 if HH_SDP=="HH"
gen SDP=1 if HH_SDP=="SDP"
save, replace
bysort metainstanceID: egen HHcount=total(HH)
preserve
sort `GeoID' RE number_structure_HH
order RE `GeoID' HH_SDP `StructureHH' Occupied_YN_HH mult_HH number_HH address*
keep RE `GeoID' HH_SDP `StructureHH' Occupied_YN_HH mult_HH number_HH metatag HHcount address*
capture export excel using "`CCRX'_ListingErrors_$date.xls" if metatag==1 & HHcount==1 & mult_HH=="yes", sh(MultiHHError) sheetreplace firstrow(variables)
if _rc!=198{
restore
}
if _rc==198 {
clear
set obs 1
gen x="NO STRUCTURES LISTED AS MULTI-HOUSEHOLD WITH ONLY ONE HOUSEHOLD"
export excel using `CCRX'_ListingErrors_$date.xls, firstrow(variables) sh("MultiHHError") sheetreplace
restore
}
**Generating the average number of households in the EA and the number of errors (multi with only one HH)
generate multiHHerr=1 if mult_HH=="yes" & HHcount==1
save, replace
tempfile collapse
preserve
keep if HH==1
collapse (count) HH multiHHerr, by (RE `GeoID' )
rename HH NumberHHperEA
rename multiHHerr SingleHHlabeledMulti
save `collapse', replace
restore
use `CCRX'_ListingErrors_$date.dta
merge 1:1 RE `GeoID' using `collapse', nogen
sort `GeoID' RE
save, replace
use `CCRX'_ListingCombined_$date.dta
**Get average number of households per structure. Have to keep only one structure
preserve
keep if HH==1 & metatag==1
collapse (mean) HHcount, by (RE `GeoID' )
rename HHcount AverageHHperStrc
save `collapse', replace
restore
use `CCRX'_ListingErrors_$date.dta
merge 1:1 RE `GeoID' using `collapse', nogen
sort `GeoID' RE
save, replace
*Export out forms and total the number of forms where the date is entered incorrectly
use `CCRX'_ListingCombined_$date.dta
preserve
gen datetag=.
split start, gen(start_)
replace datetag=1 if start_3!="2015"
drop start_*
split end, gen(end_)
replace datetag=1 if end_3!="2015"
drop end_*
keep if datetag==1 & metatag==1
capture collapse (sum) datetag if metatag==1, by (RE `GeoID')
if _rc!=2000{
save `collapse', replace
use `CCRX'_ListingErrors_$date
merge 1:1 RE `GeoID' using `collapse', nogen
save, replace
}
else {
clear
use `CCRX'_ListingErrors_$date
gen datetag=.
save, replace
}
export excel using "`CCRX'_ListingErrors_$date.xls", sh(TotalsByRE) sheetreplace firstrow(variables)
restore
*Export out forms and total the total number of forms uploaded
use `CCRX'_ListingCombined_$date.dta
preserve
egen EAtag=tag(`GeoID')
tab EAtag
collapse (sum) HH EAtag SDP
label var HH "Total Households Listed and Uploaded"
label var SDP "Total Private SDP Listed and Uploaded"
label var EAtag "Total EAs with any forms uploaded"
order EAtag HH SDP
save `collapse', replace
export excel using "`CCRX'_ListingErrors_$date.xls", sh(OverallTotal) sheetreplace firstrow(varlabels)
restore
|
/*
The purpose of this do file is to select households for reinterview.
1. Update the macros below to be country and round specific
2. Update the EA that you are selecting
3. Update the variable names that you want to export and keep
4. The information will export to an excel spreadsheet with the EA name/number
5. Send that information to the supervisor. They will need to complete the entire
reinterview questionnaire but will be able to directly compare some information
in the field.
**Use the combined dataset with names to identify households for selection
for reinterview.
*May 2, 2016 updated error to get geographic identifiers to export
*/
*******************************************************************************
* SET MACROS: UPDATE THIS SECTION FOR EACH EA THAT NEEDS RE_INTERVIEW INFORMATION
*******************************************************************************
*Dataset date - this is the date of the data you are using to select the
*the households to reinterview
local datadate 2May2016
*Update the EA name/number
local EA "Odapu_Ogaji"
*******************************************************************************
* SET MACROS: UPDATE THIS SECTION FOR EACH COUNTRY/ROUND - ONLY NEEDS TO BE DONE ONCE
*******************************************************************************
*BEFORE USE THE FOLLOWING NEED TO BE UPDATED:
*Country
local Country Nigeria
*Round Number
local Round Round3
*Country and Round Abbreviation
local CCRX NGR3
*Combined Dataset Name (must be the version with names)
local CombinedDataset `CCRX'_Combined_`datadate'.dta
*Geographic Identifier
global GeoID "state LGA Locality EA"
*Geographic Identifier lower than EA to household
global GEOID_SH "structure household"
*variables to keep
local varstokeep "RE firstname gender age eligible usual last_night"
**Directory where the Combined dataset is stored
global datadir "/Users/pma2020/Dropbox (Gates Institute)/Nigeria/Data_NotShared/Round3/Data/HHQFQ"
**Directory where the excel files will be exported to
global selectiondir "/Users/pma2020/Dropbox (Gates Institute)/Nigeria/Data_NotShared/Round3/Data/Selection"
*******************************************************************************************
******* Stop Updating Macros Here *******
*******************************************************************************************
cd "$selectiondir"
set seed 7261982
use "$datadir/`CombinedDataset'", clear
tempfile completetemp
save `completetemp', replace
keep if EA=="`EA'"
keep if metatag==1
sample 5, count
gen reinterview=1
tempfile temp
keep metainstanceID reinterview
save `temp', replace
use `completetemp', clear
merge m:1 metainstanceID using `temp', nogen
keep if reinterview==1
keep $GeoID $GeoID_SH `varstokeep'
export excel using `CCRX'_ReinterviewInformation_`EA'.xls, firstrow(variables) replace
|
clear
clear matrix
clear mata
capture log close
set maxvar 15000
set more off
numlabel, add
/*******************************************************************************
*
* FILENAME: CCRX_Selection_11May2015
* PURPOSE: Generate database of households selected for interview
* CREATED: Linnea Zimmerman (lzimme12@jhu.edu)
* DATA IN: CCRX_Selection_vX.csv
* DATA OUT: `CCRX'_Selection_$date.dta
* UPDATES: 08/11/2015 by Linnea Zimmerman
*
*******************************************************************************/
*******************************************************************************
* INSTRUCTIONS
*******************************************************************************
*
* 1. Update macros/directories in first section
*
*******************************************************************************
* SET MACROS: UPDATE THIS SECTION FOR EACH COUNTRY/ROUND
*******************************************************************************
clear matrix
clear
set more off
local Country Niger
local CCRX NER2
local Selectioncsv Selection_NER2_v13
local Round Round2
*Supervisory area
local supervisoryarea "level3"
*Update the data directory
global datadir "~/Dropbox (Gates Institute)/`Country'/Data_NotShared/`Round'/Data"
**Global directory for the dropbox where the csv files are originally stored
global csvdir "~/Dropbox (Gates Institute)/`Country'/pmadatamanagement_`Country'/`Round'/Data/CSV_Files"
*Country specific data directory
*global datadir "~/PMA2020/`Round'/Data"
**Do file directory
global dofiledir "~/Dropbox (Gates Institute)/`Country'/pmadatamanagement_`Country'/`Round'/Cleaning_DoFiles/Current"
cd "$datadir/Selection"
*******************************************************************************
*Stop Updating here
*******************************************************************************
*Create folder called Archived_Data in the Listing Folder
* Zip all of the old versions of the datasets. Updates the archive rather than replacing so all old versions are still in archive
*capture zipfile `CCRX'*, saving (Archived_Data/ArchivedSelection_$date, replace)
*Delete old versions. Old version still saved in ArchivedData.zip
capture shell rm `CCRX'_*
clear
capture insheet using "$csvdir/`Selectioncsv'.csv", comma case
tostring _all, replace
save `CCRX'_Selection_$date.dta,replace
clear
capture insheet using "$csvdir/`Selectioncsv'_HH_selectionrpt.csv", comma case
tostring _all, replace
save `CCRX'_SelectionHousehold_$date.dta,replace
tempfile temp
rename PARENT_KEY metainstanceID
save `temp', replace
use `CCRX'_Selection_$date.dta
merge 1:m metainstanceID using `temp', nogen
save, replace
tostring name_typed, replace
rename name_grp* *
rename date_group* *
rename HH_selectiongrp* *
replace your_name=name_typed if your_name_check!="yes"
replace system_date=manual_date if system_date_check!="yes"
replace RE_name=RE_name_other if RE_name_other!=""
rename your_name Supervisor
drop SETOFHH_selectionrpt your_name_check name_typed system_date_check manual_date ///
HH_selectionprompt HH_selectioncheck_grp v* goback goback_2 SDP_selection_prompt start end ///
deviceid simserial phonenumber KEY RE* max_num_HH too* *logging SDP_check
order SubmissionDate system_date all_selected_HH, last
order metainstanceID, first
sort Supervisor `supervisoryarea' EA structure household
save, replace
|
/*Water sources code updated to be consistent with Sri Vedachalam code*/
capture drop water_source_list_cc
input str60 water_source_list_cc
piped_indoor
piped_yard
piped_public
tubewell
protected_dug_well
unprotected_dug_well
protected_spring
unprotected_spring
rainwater
tanker
cart
surface_water
bottled
sachet
refill
-99
end
* Replace water_sources_main_drnk equal to response in water_sources_all if only provided one source
gen water_sources_single=water_sources_all if !regexm(water_sources_all,"") & water_sources_all!="-99" & water_sources_all!=""
forvalue i=1/16 {
replace water_sources_single="`i'" if water_sources_single==water_source_list[`i']
}
destring water_sources_single, replace
replace water_sources_main_drinking=water_sources_single if water_sources_main_drinking==.
destring water_months_avail, replace
* Replace water_source_main_other equal to response in water_sources_all if only provided one source
replace water_sources_main_other=water_sources_single if water_sources_main_other==.
gen main_drinking_rc=.
replace main_drinking_rc=1 if water_sources_main_drinking==1 | water_sources_main_drinking==2
replace main_drinking_rc=2 if water_sources_main_drinking==3
replace main_drinking_rc=3 if water_sources_main_drinking==4
replace main_drinking_rc=4 if water_sources_main_drinking ==5
replace main_drinking_rc=5 if water_sources_main_drinking ==7
replace main_drinking_rc=6 if water_sources_main_drinking ==9
replace main_drinking_rc=7 if water_sources_main_drinking==13
replace main_drinking_rc=8 if water_sources_main_drinking==6
replace main_drinking_rc=9 if water_sources_main_drinking==8
replace main_drinking_rc=10 if water_sources_main_drinking==10 | water_sources_main_drinking==11
replace main_drinking_rc=11 if water_sources_main_drinking==12
replace main_drinking_rc=12 if water_sources_main_drinking==14
replace main_drinking_rc=13 if water_sources_main_drinking==15
gen main_drinking_other_rc=.
replace main_drinking_other_rc=1 if water_sources_main_other==1 | water_sources_main_other==2
replace main_drinking_other_rc=2 if water_sources_main_other==3
replace main_drinking_other_rc=3 if water_sources_main_other==4
replace main_drinking_other_rc=4 if water_sources_main_other ==5
replace main_drinking_other_rc=5 if water_sources_main_other ==7
replace main_drinking_other_rc=6 if water_sources_main_other ==9
replace main_drinking_other_rc=7 if water_sources_main_other==13
replace main_drinking_other_rc=8 if water_sources_main_other==6
replace main_drinking_other_rc=9 if water_sources_main_other==8
replace main_drinking_other_rc=10 if water_sources_main_other==10 | water_sources_main_other==11
replace main_drinking_other_rc=11 if water_sources_main_other==12
replace main_drinking_other_rc=12 if water_sources_main_other==14
replace main_drinking_other_rc=13 if water_sources_main_other==15
* Generate percentage values for (total) improved versus not improved main water sources for drinking purposes
gen main_drinking_class=.
replace main_drinking_class=1 if main_drinking_rc==1 | main_drinking_rc==2 | main_drinking_rc==3 | ///
main_drinking_rc==4 | main_drinking_rc==5 | main_drinking_rc==6 | main_drinking_rc==7 | main_drinking_rc==10 | main_drinking_rc==12 | main_drinking_rc==13
replace main_drinking_class=0 if main_drinking_rc==8 | main_drinking_rc==9 | main_drinking_rc==11
* Label new water variables
lab var main_drinking_rc "Main source of drinking water (recode)"
lab var main_drinking_class "Classification of main source of drinking water (improved/unimproved)"
* Label new water varibles' response options
label define classl 1 "Improved" 0 "Unimproved"
label val main_drinking_class classl
label define water_sourcel 1 "Piped into dwelling/yard" 2 "Public tap/standpipe" ///
3 "Tubewell/bore hole" 4 "Protected well" 5 "Protected spring" 6 "Rainwater" 7 "Bottled (Improved and unimproved)" ///
8 "Unprotected well" 9 "Unprotected spring" 10 "Tanker truck/cart with small tank" 11 "Surface water" ///
12 "Sachet" 13 "Refill"
label val main_drinking_rc water_sourcel
label val main_drinking_other_rc water_sourcel
* Order new water variables
capture order water_sources_single main_drinking_rc main_drinking_class, after(water_collection_14)
capture water_sources_single main_drinking_rc main_drinking_class, after(water_collection_15)
***Sanitation
* Generate variables for improved (not shared/shared) and unimproved sanitation facilities
gen sanitation_main_rc=.
* Facilities considered improved
* 1: flush/pour flush to piped sewer system
* 2: flush/ pour flush to septic tank or pit latrine
* 3: ventilated improved pit latrine
* 4: pit latrine with slab
* 5: composting toilet
replace sanitation_main_rc=1 if (sanitation_main==1 | sanitation_all=="flush_sewer") & shared_san==1
replace sanitation_main_rc=2 if (sanitation_main==2 | sanitation_all=="flush_septic") & shared_san==1
capture replace sanitation_main_rc=2 if (sanitation_main==13 | sanitation_all=="flushpit) & (shared_san_fp==1)
replace sanitation_main_rc=3 if (sanitation_main==5 | sanitation_all=="flushpit") & shared_san==1
replace sanitation_main_rc=4 if (sanitation_main==6 | sanitation_all=="vip") & shared_san==1
replace sanitation_main_rc=5 if (sanitation_main==8 | sanitation_all=="composting") & shared_san==1
* Facilities that would be considered improved if they were not shared by two or more households
* 6: flush/pour flush to piped sewer system
* 7: flush/ pour flush to septic tank or pit latrine
* 8: ventilated improved pit latrine
* 9: pit latrine with slab
* 10: composting toilet
replace sanitation_main_rc=6 if (sanitation_main==1 | sanitation_all=="flush_sewer") & (shared_san!=1 & shared_san!=.)
replace sanitation_main_rc=7 if (sanitation_main==2 | sanitation_all=="flush_septic") & (shared_san!=1 & shared_san!=.)
capture replace sanitation_main_rc=7 if (sanitation_main==13 | sanitation_all=="flushpit") & (shared_san_fp!=1 & shared_san_fp!=.)
replace sanitation_main_rc=8 if (sanitation_main==5 | sanitation_all=="vip") & (shared_san!=1 & shared_san!=.)
replace sanitation_main_rc=9 if (sanitation_main==6 | sanitation_all=="pit_with_slab") & (shared_san!=1 & shared_san!=.)
replace sanitation_main_rc=10 if (sanitation_main==8 | sanitation_all=="composting") & (shared_san!=1 & shared_san!=.)
* Non improved facilities
* 11: Flush/ pour flush not to sewer/septic tank
* 12: Pit latrine without slab/bucket toilet
* 13: Hanging toilet/hanging latrine
* 14: No facility/bush/field
* 15: Bush(water body)
* 16: Other
* -99: Missing
replace sanitation_main_rc=11 if sanitation_main==3 | sanitation_main==4 | sanitation_all=="flush_elsewhere" | sanitation_all=="flush_unknown"
replace sanitation_main_rc=12 if sanitation_main==7 | sanitation_main==9 | sanitation_all=="pit_no_slab" | sanitation_all=="bucket"
replace sanitation_main_rc=13 if sanitation_main==10 | sanitation_all=="hanging"
replace sanitation_main_rc=14 if sanitation_main==12 | sanitation_all=="bush"
replace sanitation_main_rc=15 if sanitation_main==14 | sanitation_all=="bush_water_body"
replace sanitation_main_rc=16 if sanitation_main==11 | sanitation_all=="other"
* The 16 sanitation facilities are now aggregated into 4 main types using the DHS classification
* 1= Improved, not shared facility
* 2= Improved, Shared facility
* 3= Non-improved facility
* 4= Open defecation
gen sanitation_main_class=.
replace sanitation_main_class=1 if sanitation_main_rc==1 | sanitation_main_rc==2 | sanitation_main_rc==3 | sanitation_main_rc==4 | sanitation_main_rc==5
replace sanitation_main_class=2 if sanitation_main_rc==6 | sanitation_main_rc==7 | sanitation_main_rc==8 | sanitation_main_rc==9 | sanitation_main_rc==10
replace sanitation_main_class=3 if sanitation_main_rc==11 | sanitation_main_rc==12 |sanitation_main_rc==13 | sanitation_main_rc==16 | sanitation_main_rc==-99
replace sanitation_main_class=4 if sanitation_main_rc==14 | sanitation_main_rc==15 // includes only bush (#14) and bush_water_body (#15)[in case of ID]; other (#16) and missing (-99) are categorized as unimproved as per DHS criteria
label define sanitation_main_classl 1 "Improved, not shared facility" 2 "Shared Facility" 3 "Non-improved facility" 4 "Open defecation"
label values sanitation_main_class sanitation_main_classl
* Label new sanitation variables
lab var sanitation_main_rc "Main source of sanitation (recode)"
lab var sanitation_main_class "Classification of the main source of sanitation"
* Label new sanitation varibles' response options
*fixed typo changed "sanitation_main_class" to "sanitation_main_classl":
3 "Non-improved facility" 4 "open defecation"
label val sanitation_main_class sanitation_main_classl
label define sanitation_main_rcl 1 "Flush/pour flush to piped sewer system" ///
2 "Flush/pour flush to septic tank" 3 "Ventilated improved pit latrine" 4 "Pit latrine with slab" ///
5 "Composting toilet" 6 "Shared-flush/pour flush to piped sewer system" ///
7 "Shared-flush/ pour flush to septic tank" 8 "Shared-ventilated improved pit latrine" ///
9 "Shared-pit latrine with slab" 10 "Shared-composting toilet" 11 "Flush/ pour flush not to sewer/septic tank" ///
12 "Pit latrine without slab/bucket toilet" 13 "Hanging toilet/hanging latrine" 14 "No facility/bush/field" ///
15 "Bush (water body)" 16 "Other" -99 "Missing"
label values sanitation_main_rc sanitation_main_rcl
* Order new sanitation varriables
order sanitation_main_rc sanitation_main_class, after(sanitation_frequency_cc)
* Drop unnecessary WASH variables
capture drop water_source_list_cc
capture drop water_sources_single
capture drop watersourcelist
*ncode sanitation_where
label define sanitation_where_list 1 "dwelling" 2 "yard" -77 "-77" -99 "-99"
encode sanitation_where, gen(sanitation_wherev2) lab(sanitation_where_list)
label var sanitation_wherev2 "Where is your toilet"
unab vars: *v2
local stubs: subinstr local vars "v2" "", all
foreach var in `stubs'{
rename `var' `var'QZ
order `var'v2, after (`var'QZ)
}
rename *v2 *
save, replace
|